Include an application in "Today"

  • Thread starter Thread starter Siedevelopers
  • Start date Start date
S

Siedevelopers

Hi frnds,
Currently I'm working on .NET 2003 Compact Framework. I'm
supposed to activate my application through "Today "
Application in Pocket PC.
Can you please suggest me a way out to include my own
application into "Today" in Pocket PC.

Any suggestions or tips would be of great help.

Thanx in Advance
 
Adding today screen items is not supported is .NET Compact Fx. Please refer
to the following native PPC SDK APIs on how to do this.

InitializeCustomItem - Called to initialize a custom item for the Today
Screen
CustomItemOptionsDlgProc - Called to implement the Options dialog box
procedure for a custom item if necessary


This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top