bf2forlife Posted July 26, 2008 Posted July 26, 2008 WinSetTitle ("asd", "", @SW_HIDE) that code would just turn title "asd" to "0", without hiding it so is there any other way?
Moderators SmOke_N Posted July 26, 2008 Moderators Posted July 26, 2008 (edited) WinSetTitle ("asd", "", @SW_HIDE) that code would just turn title "asd" to "0", without hiding it so is there any other way?Why in the world are you using @SW_HIDE to change the title? @SW_HIDE has an integer value of zero, thus your title will be zero. It only does what you tell it to lol... Edit: Perhaps you are looking for: WinSetState() ? Edited July 26, 2008 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.
bf2forlife Posted July 26, 2008 Author Posted July 26, 2008 Someone said that it would hide the window -.- but anyways how to hide it then?
Moderators SmOke_N Posted July 26, 2008 Moderators Posted July 26, 2008 Someone said that it would hide the window -.- but anyways how to hide it then?Read my edit... and I'm quite sure, anyone with half a brain would read the function: WinSetTitle and know that it has nothing to do with hiding anything. Then I would imagine, those people would then look in the help file under Win and look for what would actually be that which would do what they wanted. 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.
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