Code:
if
(e.KeyCode == Keys.S && e.Modifiers == Keys.Control)
{
a_gui.Search.frmItemSearch px = new
a_gui.Search.frmItemSearch();
if
(px.ShowDialog() == DialogResult.OK)
{
cboMet.SelectedValue = b_bis.material_bis.smid;<b
this
.ActiveControl = cboMet;<br/>
}
}
How do I assign CTRL + S short cut for that text box ?
