Windsailor
Well-known member
- Joined
- Aug 2, 2006
- Messages
- 45
- Programming Experience
- 1-3
How can I check to see if another form is open?
If My.Forms.MyTestForm.Visible = True Then
MsgBox("Hi")
Else
MsgBox("Not")
End If