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