Zitat von
Razor:
Are you sure it works on systems newer than xp for example vista/win 7
It does work.
Zitat von
Razor:
Ok i finally managed to do something..I can get Number of tray icons + tooltips however no icons or no mouse interactivity yet.So i hope you guys can help on that one.
Getting the exact icons is tricky and doesn't work for all icons simply because some HICON values are invalid. To implement interactivity you will have to send the messages that the real systray would send to the application. You can take the parameters from the Tooltip data structure (what message to send and the recipient of the message).
May I ask what are you trying to do? Implement an alternative systray?