Whats wrong with this code
Code:
Private Sub StartFlightToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles StartFlightToolStripMenuItem.Click
If CloseFlightPlanToolStripMenuItem.Visible = True Then
MsgBox("Close flight plan first")
If CloseFlightPlanToolStripMenuItem1.Visible = True Then
MsgBox("Close flight plan first")
If CloseFlightPlanToolStripMenuItem2.Visible = True Then
MsgBox("Close flight plan first")
End If
End If
End If
End Sub
My message box never pops up if the menu item is visible.
Any help?
---------
By the way, was there a website reset? I had around 50 posts and all my profile data is gone (Profile pic, avatar, info)