Originally posted by SeanGrebey
use a ShowDialog to show it modal. Also, I don't recommend you name your object the same as the class, that is confusing. At least call it oSplash

Dim oSplash as Splash
I agree with that.. I only did it for a quick reference..

Thanks for the ShowDialog.. That is exactly what I was looking for..


Kind of irratating that I have to reference the form like that.. I liked it in VB6 where I create the form and then just call it anyplace..

Thanks again for the help guys!