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
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