GunsAndRoses Posted April 27, 2008 Posted April 27, 2008 Ok, I have 2 GUI's, but I need to allow one to be active, but the other one in the background, but don't allow it to be activated. (Like Installers). Is there a function or dll call for this?
GunsAndRoses Posted April 28, 2008 Author Posted April 28, 2008 Wow! Go me. Found what I needed. _SetParent()
Armand Posted April 28, 2008 Posted April 28, 2008 what do u mean by making it "not active" ?! -> GuiSetState(@SW_DISABLE, $GUI2) ->> disables the control [you can't click it] ++ see other states in the help file. -> GuiSwitch($GUI2) ->>Switches the current window used for GUI functions. [u]My Au3 Scripts:[/u]____________(E)Lephant, A Share download manager (RS/MU etc)Http1.1 Console, The Ez Way!Internet Reconnection Automation Suite & A Macro Recording Tool.SK's Alarm Clock, Playing '.MP3 & .Wav' Files._________________Is GOD a mistake of the Humanity Or the Humanity is a mistake of GOD ?!
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