2010年4月22日木曜日

Visual Basic - Form2

フォームの追加

コードを
Dim f as Form2 = New Form2
f.owner=me
f.show()

で表示

0 件のコメント: