|
-
Jun 1st, 2000, 03:59 PM
#1
Thread Starter
Lively Member
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.
-
Jun 2nd, 2000, 01:03 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|