ให้สร้าง object
ของ form2 และเรียกใช้ show method
ของ object ใน form2
Dim objfrm2 As New Form2()
objfrm2.Show()
หรือ
Dim objfrm2 As New Form2()
objfrm2.ShowDialog()
Supa Sethasiripong [MSFT]
MSDN Community Support |
Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.