It is neccessary for my proggy to have that meny forms.
As one form is loaded the previous one is unloaded. Only one or two actually stay open. I haven't had any real issues play testing in VB5, but I ofcourse have not yet run a EXE yet. I was just curious. Oh yeah is there a code that I can use to ensure that all forms have been succesful unloaded.
I usually use:

Unload me
frmAnotherForm.Show

Is there a better way to unload forms...maybe a code that will ensure that once used that no forms are still loaded?

P.S Do you think that using the:

unload me
frmAnotherForm.Show

Is bad coding and will it, if used a lot, slow down my overall proggy?
(remember I allways close one before loading the next. Only the main form stays on till it is closed at the end of the session.)