how can i make my own systray..ie. icons added when programs like icq start, etc. i need this for a shell replacement btw, cos not having systray icons is really annoying :(
Printable View
how can i make my own systray..ie. icons added when programs like icq start, etc. i need this for a shell replacement btw, cos not having systray icons is really annoying :(
I don't know if it is going to help but...
http://www.planet-source-code.com/vb...txtCodeId=6727
Post #516
yeah, i tried that thing but it's really dodgy, cos the code i need is hidden away in a DLL that comes with it, and im not sure *** the rest of it does :)
if u can figure it out, please do, thx
Would having an array of pictures boxes be out of the question?
Arachnid:
Array of picture boxes...yeeears...maybe...but how would you know what picture to display, what tooltip, what mouse events...? How does a program tell your app to place an icon in your tray?
That's the real problem.
yes indeed, that's the problem :)
i didnt find nething in MSDN..