Signup Now
Results 1 to 3 of 3
  1. #1
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,468
    Reputation
    205
    Rep Power
    25

    Help with Action

    Can someone tell me what is wrong?

    logout()
    waitping(1,2)
    keyevent(0x28) --DOWN ARROW key DON'T WORKING
    waitping(1,2)
    keyevent(0xD) -- ENTER key WORKING
    waitping(1,2)

  2. #2
    Banned
    Join Date
    Aug 2014
    Posts
    315
    Reputation
    18
    Rep Power
    0
    @borges try whit this, work for me whit the numeric pad, just remember had the bloq num off


    logout()
    waitping(1,2)
    keyevent(0x62) --VK_NUMPAD2 Numeric keypad 2 key
    waitping(1,2)
    keyevent(0xD) -- ENTER key WORKING
    waitping(1,2)

  3. #3
    Free User Borges's Avatar
    Join Date
    Feb 2014
    Location
    Brazil
    Posts
    1,468
    Reputation
    205
    Rep Power
    25
    Quote Originally Posted by osiris ra View Post
    @borges try whit this, work for me whit the numeric pad, just remember had the bloq num off


    logout()
    waitping(1,2)
    keyevent(0x62) --VK_NUMPAD2 Numeric keypad 2 key
    waitping(1,2)
    keyevent(0xD) -- ENTER key WORKING
    waitping(1,2)
    thanks working

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •