Shawn,
Thanks a lot for your enlightening reply to my message.  As all my 
programs up to this point have mainly been single form programs 
without a sub main I am surprised that I haven't had more problems up 
until now.

This is the code I am using when a user exits the program (single 
form program without a sub main): 

unload me
end

The program seems to unload ok but I found about a dozen explorer.exe 
in the task manager later after I noticed I couldn't click on 
shortcuts and what-not on the desktop.  I don't know if this is 
related or not.  Is the best solution to implement a sub main and 
then unload the form, the set the form = nothing, then end (since the 
sub main won't have a form)?


Thanks a million!







'// =======================================================
    Rules : http://ReliableAnswers.com/List/Rules.asp
    Home  : http://groups.yahoo.com/group/vbHelp/
    =======================================================
    Post  : [email protected]
    Join  : [EMAIL PROTECTED]
    Leave : [EMAIL PROTECTED]
'// =======================================================
 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/vbhelp/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to