I'm making a program with a couple of very complicated classes. I hav some API calls too (using callbacks). The problem is. When I press F5 to run the program the first time it runs well. Next time I run it, it sometimes do a Dr Watson on me.

Will VB automaticly unload all the instances of the classes I have made in the program?