help me any serious vb expert: sending numpad enter key to dos application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • net2knot
    New Member
    • Feb 2008
    • 11

    help me any serious vb expert: sending numpad enter key to dos application

    want to send numpad enter to a dos application.
    i used sendkeys but none of the use.
    i tried a module but it sends the standard enter key rather than numpad enter key, since standard enter key and numpad enter key share same ascii value.
    but the dos application reacts to numpad enter key.
    please help me...i need an urgent solution of this problem.
    i am a novice programmer
  • mafaisal
    New Member
    • Sep 2007
    • 142

    #2
    Hello,
    Try Using Keycode instead of keascii
    Also Use This Link

    Send Keys

    Faisal

    Comment

    Working...