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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -