CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 1998
    Posts
    9

    Popup Menus on the SysTary

    if somebody knows how to make popup menu on the SysTray Icon (Shell_NotifyIcon) behaviour correct - answer!


  2. #2
    Join Date
    Jun 1999
    Posts
    47

    Re: Popup Menus on the SysTary

    You have to handle the notification message sent trough the shell_icon callback function.


  3. #3
    Join Date
    Jun 1999
    Posts
    319

    Re: Popup Menus on the SysTary

    Don't rate the previous answer. Daniel is one of my colegues. He took my idea and post it. If you need more details let me know.
    Regards,
    Faby


  4. #4
    Join Date
    Jun 1999
    Posts
    47

    Re: Popup Menus on the SysTary

    Before going any further just take a look at the top10. My coleague is a little crazy...i think.


  5. #5
    Join Date
    Jun 1999
    Posts
    319

    Re: Popup Menus on the SysTary

    But look at the top 10 for a couple of days before.
    Best regards,
    Faby


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