Minimize to Tray / Today Screen -> C# ???

M

Marcos Tito

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.
 
P

Paul G. Tobey [eMVP]

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/micr...tframework?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8

Your English is not miserable.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top