CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Sendkey to apps

Threaded View

  1. #1
    Join Date
    Nov 2003
    Posts
    41

    Sendkey to apps

    Hi All,

    I downloaded an app from a coding site to help me understand sending keystrokes to other apps, but I am having trouble with one aspect that is not included in the code.

    Once I send the keystrokes to my target app I lose the focus on the sendkeystoapps application. I need to be able to send keys to another application, then wait a few minutes for them to be executed, then return to my app to perform further funtions. Is this even possible?

    The sendkeystospps project can be found at http://codepaste.ru/3381/

    Note: The sendkeystoapps is not my code. I am using it as a learning tool.

    Thank you
    Last edited by LTLhawk; January 23rd, 2011 at 02:20 PM.

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

Featured