0 Users appreciate this thread.
VB.net form question
djl12328 (2012-10-10 18:19:03)Like duplicating forms, or showing a second one?
To show a second one, you can put
Source Code
(nameofform).Show()
(nameofform).Show()
or
Source Code
(nameofform).ShowDialog()
(nameofform).ShowDialog()
www.dark-isle.weebly.com
Log in to submit a comment
Back to forum: Programming (Python, Java, Delphi/Pascal, C, VB, etc)
New registered users today: 7
Newest registered user: ElegantVulpes
There is this thing called google. You should try it