|
-
Jun 4th, 2007, 08:04 PM
#1
Thread Starter
Fanatic Member
[2.0] keycode
what keycode code should i write so what when i press the [B]{Enter} *******ey, the {TAB} action will do.. (sendkeys i think..)
-
Jun 8th, 2007, 10:53 PM
#2
Re: [2.0] keycode
or you could do some key mapping in your registry.
-
Jun 9th, 2007, 02:45 AM
#3
Re: [2.0] keycode
In the KeyDown event, if e.KeyCode == Keys.Enter, then this.ProcessTabKey(true);
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|