=sinister= Posted February 15, 2006 Posted February 15, 2006 I have noticed that when I play games, that gui's are not visible anymore, well of course. I want things such as Valuater's XPClean Menu visible when I play World of Warcraft. Any Suggestions. It's probably impossible but I have no idea how things work.
Moderators SmOke_N Posted February 15, 2006 Moderators Posted February 15, 2006 (edited) If Not ControlCommand($GUI, '', '', 'IsVisible', '') Then WinSetState($GUI, '', @SW_SHOW)? Edit: Could be an issue if your playing games that take over the entire desktop with top most position. They will most likeyly just minimize themselves. Edited February 15, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Sokko Posted February 15, 2006 Posted February 15, 2006 You must run the game in windowed mode in order to do this. While I don't know enough of the correct terminology to explain the reason, it is generally impossible to have other programs showing over games that run in fullscreen mode.
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