How do I: Click or Send Keys to a minimized window

03/04/2006 03:00 d0v3r#1
I am making a bot for ConquerOnline, and I need to know how to send clicks or keys to a minimized window, like COPartner does.

Thanks for any help.
03/24/2006 16:41 wAndAA#2
I'm probably the noobiest hacker out there... :rolleyes:
But oh well... I suppose it could be done with only the packets, I think COpartner _MIGHT_ only send packets, that way (I dont think) it would have to be the top window... I mean COpartner isn't a "macro" it is a seperate program (executable).
I havent ever used, or even downloaded Copartner so all the info I got from the forums...Hope this would help, and do post this in CO2 main forum also...much bigger chance it gets answered :)
03/24/2006 16:50 Maybe It's Maybelline#3
Depending which languange you use, Like a modded vSendKeys function its a more reliable version of sendkeys and you dont have it to be on the top. If you use vb you should take a look at serveral gamehack sources of neopets, they almost use anytime such 'macro' even the tool is minimized.
03/27/2006 14:39 wAndAA#4
Yes, sounds good... I have NEVER created ANYTHING...(macro or _USEFUL_ programs :bandit: ) but the different language sounds quite good...dunno which would be suitable for this but I suggest you still post in the CO2 main/macro forum :rolleyes:
03/27/2006 15:04 neji#5
just use SendMessage and the WindowHandle as the first param
03/30/2006 18:11 wAndAA#6
What he said ^^
04/08/2006 12:49 abitofboth#7
indeed .. google SendMessage .. top result will be MSN .. from there its just reading.

abitofboth_hint™ ... the spy tool with visual studio is VERY VERY VERY usefull if you wanna replicate certain behavior ..