Results 1 to 2 of 2

Thread: right click menu

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Pittsburgh, PA
    Posts
    329
    how do i make a menu come up when the user right-clicks the mouse?

    ...one more thing. how do i add my own menu option to the menu that come's up when you right-click a program's taskbar icon?

    thanks!!
    ______________

  2. #2
    Guest
    To make a menu pop up.
    Code:
    Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
        If Button = 2 Then PopupMenu MyMenu
    End Sub

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