My program is still active when I close it. Solve?
Sometimes the VB programs don't unload properly and though it is closed, you can see it as an active program when pressing ALT+TAB in Win95/Win31. If this happens, add an 'end' statement to the main-form's unload event. (Atleast my similar problems were solved that way)