To All Autoit Coders

08/20/2009 21:56 andrewfam#1
Hi,

Have anyone tried difference method to stimulated keystrokes other than using Send ("key") function?

I've tried ControlSend without any succeed.

Any idea?
08/20/2009 22:24 strikeraid#2
Nope. Already tried to make a bot that would run minimized. /fail strikeraid.
08/21/2009 02:19 andrewfam#3
I'm thinking about calling SendMessage API from DllCall. I may give it a try.