I would like to know if this is possibe and maybe get an example of how to do it.
Code:Private Sub Form1_Mousedown(ByVal sender As System.Object, ByVal e As _
System.Windows.Forms.MouseEventArgs) Handles MyBase.MouseDown
If Panel1.Visible = True Then
'Do something here to disable context menu from showing up
End If
End Sub
