View Full Version : Close Application!


DaleFromEngland
09-05-2001, 02:12 AM
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
09-05-2001, 04:39 AM
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.....