B
bic
Alex, from IntelliProg Inc. has an excellent article on how to put an
Icon onto the systemTray on the PocketPC here. The program works fine
if you have icon that's 16x16 but when you have icons ie.. 32x32.. it
will not display any image on the systemTray.. anyone know how to fix
this problem?
This line that load the icon is
IntPtr hIcon = LoadIcon(GetModuleHandle(null), "#32512");
notifyIcon.Add(hIcon);
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/messagewindow.asp
Icon onto the systemTray on the PocketPC here. The program works fine
if you have icon that's 16x16 but when you have icons ie.. 32x32.. it
will not display any image on the systemTray.. anyone know how to fix
this problem?
This line that load the icon is
IntPtr hIcon = LoadIcon(GetModuleHandle(null), "#32512");
notifyIcon.Add(hIcon);
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/messagewindow.asp