Hi all,

I need to add an icon to system toolbar, just like "PC Connection" icon
appears at right-bottom corner of the screen. If Pocket PC would have a
system tray, it would not be an issue at all. But the problem is how to
do the same thing here.

I will appreciate any ideas on this topic.

Cheers,
Alex

Re: Adding custom icon to system toolbar (system tray) by Peter

Peter
Sat Apr 02 14:12:19 CST 2005

You can add an icon to this tray (which is only visible on the Today screen)
using the Shell_NotifyIcon API method, which you'll find documented in the
SDK. If you are developing in .NETCF you'll find a NotifyIcon implementation
in the SDF - www.opennetcf.org/sdf/

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://blog.opennetcf.org/pfoot/

"AlexG" <alex.gusev@retalix.com> wrote in message
news:1112469193.287674.207370@o13g2000cwo.googlegroups.com...
> Hi all,
>
> I need to add an icon to system toolbar, just like "PC Connection" icon
> appears at right-bottom corner of the screen. If Pocket PC would have a
> system tray, it would not be an issue at all. But the problem is how to
> do the same thing here.
>
> I will appreciate any ideas on this topic.
>
> Cheers,
> Alex
>