Hello All.

I am just starting to get me feet wet with VB.NET. I have a startup module that sets some parameters and then when that is done I want to use the old VB 6 command of

FrmMain.Show

How is this done in Vb.NET? I have looked throughout the .Net Framework and the help to figure this out and I am at a hault.

I have looked at using:
Imports System
Imports System.Windows.Forms
Imports Microsoft.VisualBasic

what am I missing.

Thanks to all who can help me through this.

Art