|
-
Dec 28th, 2001, 07:51 AM
#1
Thread Starter
Junior Member
Loading forms
Hi all..
I've just started off on VB.NET. On trying to load (show) one from from within another, I found that i had to 'instantiate' the form as
Dim newForm as new Form2()
newForm.show()
I didn't have to do this in VB6.0.... is that cause in VB6.0, i had the variable declaration reqd turned off? Can i turn it off in VB.NET? Is that a good practice?
hoping for an answer...
Dylan
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
|