Jump to content

Recommended Posts

Posted

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

Posted

I guess, you could just do "GUISetState($GUI_DISABLE)" when the button to open the child window is clicked...

FootbaG
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...