Hello,
I'm building an application in C/C++ in WindowsCE.Net 4.2 and would like
to add an icon to the system tray.
I know that the Shell_NotifyIcon is able to do that. However, looking at
the PBLibrary documentation, I couldn't find out how should I set the
NOTIFYICONDATA.hIcon field (which should contain a handle to the icon to
add, modify, or delete).
What type of handle is this? Do I have to open an icon file using
CreateFile and use the resulting file hadle (I don't think so)?
How can I obtain the handle to the icon?
Thank you in advance.
Joao Barreto