Jump to content

Exit Fileselectfolder


Carlos
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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