
An Advanced Technique.

if that registers as a msg, yes.Is it possible to click at an x,y coodinate on a minimised window (game automation)?

CleanNews.in : Bite sized latest news headlines from India with zero bloat
Before I go and try, would it work on a java game?


CleanNews.in : Bite sized latest news headlines from India with zero bloat

Thanks anyway on the cool tutorial.



CleanNews.in : Bite sized latest news headlines from India with zero bloat

I don't thing so, even the actual Java application, autohotkey can do nothing to it. Java application doesn't use the standard control of Windows (you can't even get the controlID), so don't try to do anything with an Java app.from my experience... it works on actual apps... the actual app here is the browser. try something on it like selecting reload from menu or opening new window and that'll work... but sending msgs to java games as input is kind of like trying to type text in notepad using msgs... the java game running inside the browser window isn't the actual app, if u understand what i'm trying to say.



It might, I haven't heard of anyone ever trying it.AHK wouldn't run in Wine. (Or would it? :lol: )

$F1:: IfWinActive, ahk_class TFormEditPadLite { PostMessage, 0x111, 83,,, ahk_class TFormEditPadLite ; prev tab return } else Send, {F1} return $F2:: IfWinActive, ahk_class TFormEditPadLite { PostMessage, 0x111, 82,,, ahk_class TFormEditPadLite ; next tab return } else Send, {F2} return





Ctrl+Shift+Tab vs F1.. why use three keys when you can use one?

