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
Peter Foot [MVP] - 25 Jan 2006 10:50 GMT
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/T
odayScrn.asp
Peter

Signature
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
> Hi all,
>
[quoted text clipped - 5 lines]
>
> Kind Regards Stefan