Re: Today - "Calendar" and "Contacts" button replace possible? by Peter
Peter
Sun Jul 13 11:17:24 CDT 2008
The left-hand calendar item is specific to Pocket PC (Professional Edition).
You can set it in the registry here:-
[HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112]
Default value is a string representing the display text
Open is the path to the executable to launch
112 (hex 70) is the numerical value of VK_TSOFT1 (VK_F1)
The right-hand key is implemented differently as it can change use depending
on current context - e.g. if there is a notification, missed call etc
Peter
--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - Software Solutions for a Mobile World
In The Hand Ltd - .NET Components for Mobility
"juvi" <juvi@discussions.microsoft.com> wrote in message
news:563A7EA7-EBC1-4035-B530-EF697EC03FBB@microsoft.com...
> Hello,
>
> Where are this buttons "calendar" "contacts" from the today screen stored?
> I
> want to get the current options for these buttons and backup this, because
> then I would like to add my own button assignment to my application.
>
> If I remove my application it should replace the buttons back to old
> values...
> Hope this is possible
>
> thx
> juvi