Results 1 to 3 of 3

Thread: PopupMenu method

  1. #1
    Guest

    Talking

    How can I cancel the popup menu that is already opened?
    The VB help said a user must either select a command in the menu or cancel the popup menu. But I couldn't find anywhere that tells me how to cancel it?? Please help. Thanks.

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    It's just an idea:
    Code:
    SendKeys "{ESCAPE}"
    (Cause if you press escape the popup menu disappears)

  3. #3
    Addicted Member RCharlton's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    202
    Perhaps you could make the mouse clik in a different place?

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