Results 1 to 4 of 4

Thread: Popup menu on load

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    537

    Popup menu on load

    I want to code a program that goes into the systray and opens and its menu (on load). I tried using "popupmenu blah, blah" in a form load sub, but it opened then menu where the mouse was at the time of load. How do I get the menu to open where the icon is in the systray?

    Thanks,
    Sir Loin

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Popup menu on load

    How about the Form_Activate event?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    537

    Re: Popup menu on load

    The form's visible property is set to false.

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2005
    Posts
    537

    Re: Popup menu on load

    I tried using
    Code:
    popupmenu menuname, vbpopupmenurightbutton, something, something
    but it didn't work either.

    -Sir Loin

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