Click to See Complete Forum and Search --> : Stupid Visual Basic Question
spectred00d
01-04-2001, 01:30 AM
How do you close the program so it doesn't show up in CTRL+ALT+DEL window? I tried UnloadMe and that obviously just closes the form and I dunno how to make it so it completly shuts down when you have multiple forms. Anyone? Thanks in advance http://www.sharkyforums.com/ubb/smile.gif
dighn
01-04-2001, 01:52 AM
unload all the forms and do "End"
eg.
Unload Me
End
[This message has been edited by dighn (edited January 04, 2001).]
spectred00d
01-04-2001, 01:59 AM
LOL i feel stupid thanks http://www.sharkyforums.com/ubb/biggrin.gif
dighn
01-04-2001, 02:04 AM
did you see my message before I deleted it and changed it? was it only one line?
------------------
??..??!12?@#(?{}
spectred00d
01-04-2001, 02:05 AM
Yeah I saw it before you deleted it I just put end on the button for menu click mnuexit on my prog and it didn't show up in ctrl+alt+del so it works thanks http://www.sharkyforums.com/ubb/smile.gif