Friday, 21 August 2015

Change Control Focus on Enter Key Press in C#
(write the code in form keydown event,{enable keypreview=true;})
 if (e.KeyCode == Keys.Enter) { SendKeys.Send("{TAB}");}

0 comments:

Post a Comment