devrandom Posted March 16, 2011 Share Posted March 16, 2011 How I can implement in C something that sends keys like the AutoIt's Send() function? Link to comment Share on other sites More sharing options...
Valik Posted March 17, 2011 Share Posted March 17, 2011 Based on your last thread *YOU* can't. Someone with more experience could write a couple hundred lines of code to try to emulate the behavior. Or someone with more sense would use AutoItX. You should try actually learning C instead of trying to get handouts on this forum. I already tire of seeing threads from you in over your head because you won't stop to learn correctly. Link to comment Share on other sites More sharing options...
Zibit Posted April 10, 2011 Share Posted April 10, 2011 (edited) First, i doubt it will take a couple of hundred lines just to send a key. *unless you are planning to add all the failsafe's and debug's. There should be an include file called SendKeys.h What could be useful. And isn't this the wrong place for these questions ? I mean this is a developer chatting not C Support. Edited April 10, 2011 by Zibit Creator Of Xtreme DevelopersPixel Pattern UDFTray GUI UDFMathssend & recive register scriptMouse Control via Webcam Link to comment Share on other sites More sharing options...
Valik Posted April 10, 2011 Share Posted April 10, 2011 First, i doubt it will take a couple of hundred lines just to send a key.*unless you are planning to add all the failsafe's and debug's.The original poster clearly stated they wished to "send keys like the AutoIt's Send() function". In other words, it's more than just sending keys, it's emulating non-trivial and in many cases non-obvious behavior that AutoIt's Send() performs.There should be an include file called SendKeys.hWhat could be useful.What are you talking about?And isn't this the wrong place for these questions ?I mean this is a developer chatting not C Support.The topic very clearly falls within the accepted topics for this forum.With all that said, stop resurrecting threads that are dead to give useless pieces of information. Link to comment Share on other sites More sharing options...
Info Posted April 17, 2011 Share Posted April 17, 2011 There should be an include file called SendKeys.hWhat a great library indeed. Have you tried PrintStuff.h yet? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now