Win CE.NET Systray icon
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
hello ... I tried to use NotifyIcon class from this article http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/messagewindow.asp but the odd thing is that it makes an icon but the icon is invisible.I know that it`s there becose I`ve put a Click event on it + MessageBox.Show("111"); and the message box appears. I tried both : String szPath = Assembly.GetExecutingAssembly().GetModules()[0].FullyQualifiedName; ExtractIconEx(szpath, 0, 0,ref hIcon, 1); and hIcon = LoadIcon(GetModuleHandle(null), "Icon1"); but the result is the same (the icon is 16x16). Can someone give another solution? I am using the Windows CE .NET Emulator that ships in VS.NET 2003. Eusebiu C#.NET Developer