|
-
Jun 23rd, 2002, 03:44 PM
#1
Thread Starter
New Member
VB6 vs VB.Net
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....
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
|