Killing Program [Sort of resolved, anything better?]
I am building a program that has the ability to update itself by checking the current version of itself with an internet appserver, and then opening an OLE automated version of internet explorer in a new window before shutting itself down so the update can proceed.
Unfortunately, the program can't be unloaded because after the forms are all unloaded when control is returned from the Class Module, the forms refuse to close and remain open.
Is there any way to forcibly terminate the app? Thanks for the help. ;)