c# - Creating windows forms open new form -
when create new windows forms application, what's easiest way dropping button on page, creating click event open new form.
my method requires clicking button open 9 new forms, together, want able position them want, know code this, can't seem open multiple new forms @ same time?
button -> click -> open 9 new forms must open @ same time.
how would depend on whether forms same or not but
for integer = 0 8 dim frm new form1 frm.show next
using static method ie: form1.show not idea.
cheers
Comments
Post a Comment