Radu Capan Posted May 7, 2005 Posted May 7, 2005 I have a main window, and I made a button to call another window. But when the child window is open, I don't want the main window to be clickable, only after I close the child window. What kind of style I have to use for the child window? I've try from help all kind of combination... but could not find the right one. Thanks, rkn
layer Posted May 7, 2005 Posted May 7, 2005 I guess, you could just do "GUISetState($GUI_DISABLE)" when the button to open the child window is clicked... FootbaG
Radu Capan Posted May 7, 2005 Author Posted May 7, 2005 I guess, you could just do "GUISetState($GUI_DISABLE)" when the button to open the child window is clicked...In fact is @SW_DISABLE, and you are right! Thanks! Working perfect! (And I spend a lot of stupid time trying with WinActive...) Happy to learn!rkn
layer Posted May 7, 2005 Posted May 7, 2005 :"> Oops, forgot it was @SW_DISABLE :"> No problem FootbaG
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