Sometimes when I end a VB program a process remain running in the background. How can I close a VB program and be sure that no threads or processes remain running? Is there any code I should have in the unload event or something?