Groups | Blog | Home
all groups > dotnet compact framework > october 2006 >

dotnet compact framework : Minimize to Tray / Today Screen -> C# ???


Marcos Tito
10/7/2006 2:37:27 PM
Dear sirs,

Is it possible to, (using C#) , minimize an Windows Mobile 5.0 application
to a system tray (in that area near battery icon ) ?

Or, I would like to minimize my application and put an icon anywhere on
Today Screen. Is it possible to do with C# ?

And, I would like to do that using C#.

Does anybody know same samples ?

I found no samples on MSDN, WM5 SDK, Google, etc...

Thanks in advance,

Sorry about my miserable english...

Best Regards,
Marcos Tito.

Paul G. Tobey [eMVP]
10/9/2006 9:04:36 AM
It's not "free". You can add an icon to the today screen (look up
Shell_NotifyIcon in the archives), and then hide your window, showing it
again if the user does something, like click on the icon. The necessary
calls, which would normally have to be P/Invoked, are wrapped in OpenNETCF
Smart Device Framework 1.x.

You can search the archives of just this group from this link:

http://groups.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8

Your English is not miserable.

Paul T.

[quoted text, click to view]

AddThis Social Bookmark Button