what keycode code should i write so what when i press the [B]{Enter} *******ey, the {TAB} action will do.. (sendkeys i think..)
Printable View
what keycode code should i write so what when i press the [B]{Enter} *******ey, the {TAB} action will do.. (sendkeys i think..)
or you could do some key mapping in your registry.
In the KeyDown event, if e.KeyCode == Keys.Enter, then this.ProcessTabKey(true);