Ok I've programmed for over 4 year in VB. I just got VB.Net and I have a book but it doesn't do a very good job for simple things...I know this is simple but i just can't figure it out. Here's what I want:
VB Code:
Option Explicit On Module mMain Sub Main() 'Load frmMain <-- HOW DO I DO THIS?????? End Sub End Module
Like i said i know it's simple but please bear with me.
Thanx





Reply With Quote