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

    problem with tray notification

    Hello,
    I am trying to create a System Tray Icon in my program.
    the problem is that when i click the right button of the mouse i get a sub menu in the tray icon but when i press the left button immediately after that the menu stays in the screen and the focus does not go to the main window.
    how can i fix this problem?

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: problem with tray notification

    It sounds like you do something (mouse click or menu handling or whatever else) not correct. Fix it!
    Victor Nijegorodov

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