Jump to content

Recommended Posts

Posted

I use this code to exit my autoitprogram

While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop

In my program i'm using an fileselectfolder.

When the fileselectfolder closes my program closes.

How can i only close the fileselectfolder without closing my program?

Posted

I use this code to exit my autoitprogram

While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop

In my program i'm using an fileselectfolder.

When the fileselectfolder closes my program closes.

How can i only close the fileselectfolder without closing my program?

You are going to have to show a bit more code before anyone can help. It would be best if you show the bit where you use FileSelectFolder.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

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
×
×
  • Create New...