How do you expand a form at runtime in VB.NET to display more information? -


i have form in vb.net , user able click button display form (with original form still visible).

how do this?

protected sub mybutton_click(sender object, e eventargs) _         handles mybutton.click      dim mysecondform new mysecondformtype()     mysecondform.show()  end sub 

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -