Entry in Windows Mobile Today Area

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

i want to put some informations of my application into the Windows Mobile
Today Area. This area you will see on the Desktop of your Smartphone which
contains, Tasks, Mails, Calendar and so on...

Can someone help me to find code for this?

Kind Regards Stefan
 
Just to add confusion there are two different APIs for Pocket PC Today
screen and Smartphone Home screen. For the former there is an article with
code on MSDN* to show how to built one with a combination of managed and
native code (you can't write one solely in managed code).
You would have to use a similar technique for a Smartphone home screen
plugin - write it in native (C++) code and use one of the many forms of IPC
to update it's contents from your .NETCF application.

*
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/TodayScrn.asp

Peter
 

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

Back
Top