CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2003
    Location
    Sweden
    Posts
    129

    Question Menu of the shell icon

    Hi!

    Ive got a tray icon (shell icon i think its supposed to be called)
    Anyway... id like to create a menu for that icon that will popup on the click of that icon...

    Im not really sure how to do it... any ideas?
    Thanx Alot!!!
    Regards,
    Alexei

  2. #2
    Join Date
    Feb 2001
    Location
    AZ
    Posts
    201
    Create a Context Menu and set the notify icon's ContextMenu property to the menu.

    Regards,
    Hal
    up·grade (up'gräd'),
    to take out old bugs
    and put in new ones.

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

Featured