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

Thread: Send Key Stroke

  1. #1
    Join Date
    Feb 2009
    Posts
    12

    Send Key Stroke

    Hello, is there a way to send a key stroke to another program besides using sendkeys or API? i was looking at something about PostMessage and SendInput() but the source was very hard for me to see how it works. Could some show me an example where all it does is send the letter {A} in a loop? thnx

  2. #2
    Join Date
    Feb 2009
    Posts
    12

    Re: Send Key Stroke

    this guy has the same question i do
    http://www.codeguru.com/forum/showth...ight=sendinput

  3. #3
    Join Date
    May 2009
    Posts
    1

    Re: Send Key Stroke

    How about Pipeline ?

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