I've been programming in VB 6 for about 3 years and think I am pretty good at most things in it. However, this VB .NET is working my last nerve. The help topics and MS website is awful and all of the coding has changed.

What I am struggling with now is showing a form after the splash screen which took me a while to figure out in .Net

Form.load
Form.show

naturally doesn't work anymore.

I've tried the following also:

Dim frmname as new form
frmname.show

However, it doesn't display the form I have named frmname.vb.

Is there any books or sites anyone knows of where you can enter a VB6 command and have it return the VB.net syntax.

This is getting very frustrating so any help would be greatly appreciated.

Thanks in advance....