Results 1 to 3 of 3

Thread: An easy question.

  1. #1
    stickan
    Guest

    An easy question.

    How do I get the menu to show when I right click and not in the top of the form.

  2. #2
    -= B u g S l a y e r =- peet's Avatar
    Join Date
    Aug 2000
    Posts
    9,629
    Make a menu, make it invisible, call it mnuPopTest

    add this to u'r forms mouseDown Event

    VB Code:
    1. Private Sub Form_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
    2.         PopupMenu mnuPopTest
    3. End Sub

    as a sample
    -= a peet post =-

  3. #3
    stickan
    Guest

    Thanks

    PopupMenu was the way...

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