Heyas! New to this .NET stuff. I was actually getting pretty decent at VB6...

Anyway, an easy one for ya'll, I'm sure. I did all the appropriate searches, found some examples, but as usual I'm missing some minor thing...

How do you start up a program using the sub Main? I tried dimming my main form (let's call it frmMain) and then doing a .Show, as my examples showed me. But, the program briefly started up and then closed itself??? Calling frmMain as the startup form from the project properties works just fine, I just can't hide/show without frmMain being instantiated (is that the right word?) Or, what other ways can anyone suggest?