Results 1 to 2 of 2

Thread: trayicon bug

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2000
    Posts
    87
    had a look at it once. From vb, it seems the easiest way to implement the tray icon is to use a forms mousemove event to get the events, cause it maps to the callback routine that windows uses to notify you of when things happen with the systray icon. The X or Y (cant remember which) tell it what has happened, ie. Dbl click, right click etc.. So if the form is visible and you move the mouse over it, its acting as if you were doing things to the systray icon. best thing is to keep the form hidden and just use it for the systray.

  2. #2
    old fart Frans C's Avatar
    Join Date
    Oct 1999
    Location
    the Netherlands
    Posts
    2,926
    About the menu thing:

    If Me.Windowstate = vbMinimized then
    popupmenu etc.
    End If

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