Close Application! (1 Viewer)

DaleFromEngland

Registered User.
Local time
Today, 09:30
Joined
Jul 16, 2001
Messages
15
Hello folks!

This is my question, I have a command button that opens WinPopUp when the form loads. Now this is fine, but i cant figure out how to close the application once the user exit's the form. Has anyone got any ideas?

Also, it it possible to minimize WinPopUp once it has been run?

Thanks in advance!
 

GRW

Registered User.
Local time
Today, 09:30
Joined
Sep 4, 2001
Messages
19
You're going to have to use an API function to close it via its class name.
To complicate matters more, if you don't now its class name, you're going to have to use another API function to get its class name.

I think I'm right saying the above, but perhaps someone else will back me up as I've only just started posting.....
 

Users who are viewing this thread

Top Bottom