Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to hide a gui window programmatically?

Status
Not open for further replies.

bonosa

Computer
Joined
Jun 1, 2006
Messages
10
Location
US
I want to hide a gui window that I created using guide, while the program is running. How do I hide it?
thanks,
sb
 
bonosa,


Do you mean after you hit the run button in the gui window how do you get it to auto minimize? or you want the gui window to disappear entirely?




I would try a get(guihandle) and see if there is a 'Visible' component and see if you can set it to 'off'.


BSK
 
Thanks,
That was exactly what I needed to do!
sb
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top