Esempio n. 1
0
 private void txtName_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
Esempio n. 2
0
 private void txtId_KeyPress(object sender, KeyPressEventArgs e)
 {
     clsProc.GTRSingleQuote((Int16)e.KeyChar);
 }
Esempio n. 3
0
 private void cboEmpID_KeyPress(object sender, KeyPressEventArgs e)
 {
     e.Handled = clsProc.GTRSingleQuote((short)e.KeyChar);
 }
Esempio n. 4
0
 private void txtNm_KeyPress(object sender, KeyPressEventArgs e)
 {
     txtNm.ForeColor = System.Drawing.Color.Black;
     e.Handled       = clsProc.GTRSingleQuote((short)e.KeyChar);
 }