how to hide a gui window programmatically?
how to hide a gui window programmatically?
(OP)
I want to hide a gui window that I created using guide, while the program is running. How do I hide it?
thanks,
sb
thanks,
sb
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
how to hide a gui window programmatically?
|
RE: how to hide a gui window programmatically?
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
RE: how to hide a gui window programmatically?
That was exactly what I needed to do!
sb