Anybody had this before?

I have an application that Ends with a command button something like this

Command1_Click()
Unload Me
End
End Sub

Then I can CTRL+ALT+DEL and the program is still running even after I have exited through the command button.

This application is already in .EXE format if that makes any difference.

Thanks.