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