Dirk98 Posted September 23, 2007 Posted September 23, 2007 Why there's WinMinimizeAll () command but no WinMinimize(a specific window) ? How to do that? Thanks.
Emperor Posted September 23, 2007 Posted September 23, 2007 Check out WinSetState() in the help file.
Uriziel01 Posted September 23, 2007 Posted September 23, 2007 Here you go > WinSetState("Window name", "", @SW_MINIMIZE) cheers
Dirk98 Posted September 23, 2007 Author Posted September 23, 2007 Thank you so much, guys. I know I already came across it a few times but I still can't get used to the help system. Entering Mimimize window or similar does not produce any liniar way to achive it. The best I could was WinMinimizeAll. So pls bear with my very basic questions. Thank you.
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