|
-
Jun 25th, 2003, 08:40 AM
#1
Thread Starter
New Member
new to .net...hence dumb question
I just upgraded from V6 to the new .net with vs.net.....working on my first new program....
reagardless I'm having problems trying to use the .show method like in vb6...
FormName.show
was this changed in vb.net and if so how do I do the same operation?
thanks...
-
Jun 25th, 2003, 08:50 AM
#2
Fanatic Member
dim frmForm as new frmWhateverTheFormIsCalled
frmForm.visible = true
-
Jun 25th, 2003, 08:55 AM
#3
Thread Starter
New Member
thanks
Thank you much for the help....
-
Jun 25th, 2003, 08:56 AM
#4
Sleep mode
Originally posted by nswan
dim frmForm as new frmWhateverTheFormIsCalled
frmForm.visible = true
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
|