hi my application on a handheld seems to be still running after closing the main form. How do i stop an application from running?
Printable View
hi my application on a handheld seems to be still running after closing the main form. How do i stop an application from running?
application.exit()
i tried that (using at .closing) but it doesn't seem to work ?
It sounds like maybe you have loaded another form and not disposed of it or perhaps you have a loop running in a module that has not terminated.
use End