Results 1 to 3 of 3

Thread: [2.0] keycode

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Oct 2006
    Posts
    719

    [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..)

  2. #2
    Frenzied Member mar_zim's Avatar
    Join Date
    Feb 2004
    Location
    Toledo Cebu City.
    Posts
    1,416

    Re: [2.0] keycode

    or you could do some key mapping in your registry.

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width