I'm new at VB.Net, and I haven't had too much time to work on it, so I'm still trying to learn several things.

In VB6, when using the Main sub there was no problem with doing:

Load frmMain
frmMain.Show

However, using the Show() method in .Net causes the form to appear and disappear, and I have to use ShowDialog() instead. Am I doing it correctly?