CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2009
    Posts
    5

    key pressing simulation

    Hi all, for my projects i need to imitate the key pressing in C++ , without pressing the keys, is there any function which can do that?

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: key pressing simulation

    Here you go.

  3. #3
    Join Date
    May 2005
    Posts
    4,954

    Re: key pressing simulation

    Quote Originally Posted by marish View Post
    Hi all, for my projects i need to imitate the key pressing in C++ , without pressing the keys, is there any function which can do that?
    Look at this FAQ.

    Cheers
    If a post helped you dont forget to "Rate This Post"

    My Article: Capturing Windows Regardless of Their Z-Order

    Cheers

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