コード例 #1
0
ファイル: PortFormu.cs プロジェクト: sezertt/ROPv1
 private void pinboardcontrol21_UserKeyPressed(object sender, PinboardClassLibrary.PinboardEventArgs e)
 {
     SendKeys.Send(e.KeyboardKeyPressed);
 }
コード例 #2
0
ファイル: BarkodFormu.cs プロジェクト: sezertt/ROPv1
        private void pinboardcontrol21_UserKeyPressed(object sender, PinboardClassLibrary.PinboardEventArgs e)
        {
            textFromKeyboardint = 0;
            textFromKeyboard = true;

            textBoxBarkod.Focus();
            SendKeys.Send(e.KeyboardKeyPressed);
        }
コード例 #3
0
ファイル: TeraziBarkodFormu.cs プロジェクト: sezertt/ROPv1
 private void pinboardcontrol21_UserKeyPressed(object sender, PinboardClassLibrary.PinboardEventArgs e)
 {
     textBoxTeraziBarkodu.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }
コード例 #4
0
ファイル: HesapFormu.cs プロジェクト: sezertt/ROPv1
 //keypadin methodu
 private void pinboardcontrol21_UserKeyPressed(object sender, PinboardClassLibrary.PinboardEventArgs e)
 {
     textNumberOfItem.Focus();
     SendKeys.Send(e.KeyboardKeyPressed);
 }