Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
End Users
Pocket PCActiveSyncMultimediaEBooksWirelessSmartPhones
Developers
Windows MobileSmartPhonesWinCE ProgrammingVB for WinCEVC++ for WinCEPlatform BuilderTest Tools
PocketPC DirectoryFree SoftwareWeb Resources
Related Topics
PalmMobile PhonesMore Topics ...

Pocket PC Forum / Developers / Windows Mobile / March 2007

Tip: Looking for answers? Try searching our database.

Today screen menu

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Lisa Pearlson - 30 Mar 2007 01:48 GMT
Hi,

In the today screen, the left and right soft keys are by default assigned to
"Calendar" and "Contacts".
How could I change these menu items and their functions (programmatically)?

Lisa
Amit - 30 Mar 2007 04:42 GMT
I am not sure if there is api for it...but you can acheive this with registry.
You would need to modify following registry key for this:
check out these keys:
[HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\112] for Left Soft Key
and
[HKEY_CURRENT_USER\Software\Microsoft\Today\Keys\113] for Right Soft key

Hope it helps..:-)
Signature

Thanks and Regards
Amit Ranjan
blog:http://amitranjan.wordpress.com

> Hi,
>
[quoted text clipped - 3 lines]
>
> Lisa
Amit - 30 Mar 2007 04:58 GMT
You can also use  Registry Configuration Service provider for this:

For Left Soft Key:
SK1Label value would be the string that you want to display
SK1App.exe value would be the exe name

<wap-provisioningdoc>
  <characteristic type="Registry">
     <characteristic type="HKCU\Software\Microsoft\Today\Keys\112">
        <parm name="" value="SK1Label" datatype="string" />
        <parm name="Open" value="SK1App.exe" datatype="string" />        
     </characteristic>
  </characteristic>
</wap-provisioningdoc>

For Right Soft key
<wap-provisioningdoc>
  <characteristic type="Registry">
     <characteristic type="HKCU\Software\Microsoft\Today\Keys\113">
        <parm name="" value="SK2Label" datatype="string" />
        <parm name="Open" value="SK2App.exe" datatype="string" />        
     </characteristic>
  </characteristic>
</wap-provisioningdoc>

Signature

Thanks and Regards
Amit Ranjan
blog:http://amitranjan.wordpress.com

> I am not sure if there is api for it...but you can acheive this with registry.
> You would need to modify following registry key for this:
[quoted text clipped - 12 lines]
> >
> > Lisa
Radu Motisan - 30 Mar 2007 14:18 GMT
Amit is correct.

There is a complete sample on this here:

For PocketPC:
http://teksoftco.com/forum/viewtopic.php?t=675

For Smartphones (in the registry path, Today becomes Home):
http://teksoftco.com/forum/viewtopic.php?t=676

Hope this helps,

Best regards,

Radu Motisan

http://www.teksoftco.com/forum
Windows Mobile Development Forum

> You can also use  Registry Configuration Service provider for this:
>
[quoted text clipped - 37 lines]
> > >
> > > Lisa
Lisa Pearlson - 30 Mar 2007 16:18 GMT
Thanks! :)

> You can also use  Registry Configuration Service provider for this:
>
[quoted text clipped - 40 lines]
>> >
>> > Lisa
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.