Author Topic: keystrokes  (Read 2335 times)

kbronsito

  • Guest
keystrokes
« on: September 07, 2009, 05:42:48 pm »
Hi all

i am working with codeblocks, and i need to send keystrokes to another application, something like that

http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys.aspx

anyone now how can i make this in codeblocks...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: keystrokes
« Reply #1 on: September 07, 2009, 05:58:17 pm »
Code::Blocks can not do that, since it's an IDE (although you can use it to write the code that does it). Your question is specific to the Windows platform from what I am guessing, so your best bet is to ask in a Windows forum or continue checking MSDN in the C++ section (not the .NET one). Depending on the compiler you use, the API call may or may not be available (chances are it will, whatever the function is called). I would actually suggest a Google search for it.

Sorry for not being of more help, but this is the wrong place to ask those questions.