5 lines
91 B
VB.net
5 lines
91 B
VB.net
|
|
Dim newForm as new Form
|
||
|
|
newForm.Text = "It's a new window"
|
||
|
|
|
||
|
|
newForm.Show()
|