Results 1 to 2 of 2

Thread: Context Menu [Resolved]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2003
    Posts
    127

    Question Context Menu [Resolved]

    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
    Last edited by teamdad; Aug 3rd, 2004 at 01:09 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width