I have a form with a button. I want the button to show a new instance of the same form but I don't know what to do.
I'm working in vb.net 2010
creating new form instance
Page 1 of 12 Replies - 2227 Views - Last Post: 07 July 2011 - 08:43 AM
Replies To: creating new form instance
#2
Re: creating new form instance
Posted 07 July 2011 - 08:40 AM
Why was this posted in the Ruby forum?
For the .NET answer - just create a new object of the type of your form and do a 'show' or 'show dialog'.
For the .NET answer - just create a new object of the type of your form and do a 'show' or 'show dialog'.
dim foo as new Form1 foo.show()
#3
Re: creating new form instance
Posted 07 July 2011 - 08:43 AM
thanks i thought it was the vb.net forum
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|