Pirahnaplant
Well-known member
- Joined
- Mar 29, 2009
- Messages
- 75
- Programming Experience
- 3-5
How can I make a Form act like a message box, where you can't return back to the main/parent form until it has been closed?
If ChildForm.ShowDialog() = Windows.Forms.DialogResult.OK Then
MsgBox("Form Returned OK")
End If
If ChildForm.ShowDialog() = Windows.Forms.DialogResult.OK Then
MsgBox("Form Returned OK")
End If
ChildForm.Dispose