This method of the App object terminates an application.
Syntax
app.End
Parameters
app
Reference to the App object.
Return Value
None.
Remarks
This method is unique to the Windows CE Toolkit for Visual Basic 6.0. Use App.End to exit an application. The End method bypasses the QueryUnload and Unload events.