|
-
Jul 4th, 2007, 04:03 AM
#1
Thread Starter
Addicted Member
Doubt about Main() method
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|