Ix0al 0 Posted May 21, 2011 Hey guys! I'm from Germany and I'm seraching a method how I can hide a simple Java-Applet-window.If I use something like that:Run("C:\MyJavaApp.exe,,1")WinWait("Window Title")WinSetState("Window Title","",@SW_HIDE)It doesn't work.I found out that AutoIt doesn't see Java Windows.So here is the problem.My question is now: How I can hide the Window the Java-Application?Thank you. Share this post Link to post Share on other sites
jvanegmond 306 Posted May 21, 2011 I found out that AutoIt doesn't see Java Windows.Nonsense. You have the window title wrong.Good luck. github.com/jvanegmond Share this post Link to post Share on other sites
Ix0al 0 Posted May 21, 2011 No I have the right Title. I used the AutoIt Window Info to get the Title. Share this post Link to post Share on other sites