Hi,

I have a VB program (with a form called "Form1"), and when I exit and I press CTRL-ALT-DELETE to bring up the applications and processes it says that it is still running.

In my exit button I have:

Unload Form1
Set Form1 = Nothing

Does this clear it from the memory??

Any info,

Thanks

Mark