Re: Win32lib systray only?
Hello Lucius,
Friday, April 14, 2000, 10:26:47 PM, you wrote:
LLHI> I want to know what flag value I could use to create a window that
does
LLHI> not show up in the taskbar. I do want an Icon to show in the System Tray,
LLHI> like the volume control and time does. I would also like to know what
flag
LLHI> to send if I don't want it to show in the system tray either.
LLHI> Lucius L. Hilley III
i did it this way:
intercept the event when window is minimized
within the event handler i did hide the window and display the tray icon.
intercept the user defined event sent when you click on the trayicon
and unhide (show) the window.
everyone interested in my trayicon code can download this:
Make a Move! http://www.spaceports.com/~thc98/programming/Move!src.zip
it is a very simple program used to move the mouse cursor when you are
not sitting in front of your computer. i wrote it for personal use and
did not plan to release it to the public. when it was able to do the
mouse moving, i lost interest in continuing to enhance it.
from time to time, i look over the code and add some things.
feel free to use my tray icon code.
Best regards,
Hendrik mailto:hm-1704 at gmx.de
homepage: http://www.spaceports.com/~thc98/
|
Not Categorized, Please Help
|
|