コード例 #1
0
 private void txtName_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
コード例 #2
0
ファイル: frmShift.cs プロジェクト: nurjahanbegum/Neddle-Drop
 private void txtId_KeyPress(object sender, KeyPressEventArgs e)
 {
     clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
コード例 #3
0
 private void cboEmpID_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((short)e.KeyChar);
 }
コード例 #4
0
 private void txtNm_KeyPress(object sender, KeyPressEventArgs e)
 {
     txtNm.ForeColor = System.Drawing.Color.Black;
     e.Handled       = clsProc.GTRSingleQuote((short)e.KeyChar);
 }