:stickpoke
If anyone is still watching this thread, here is an update.
Thanks to the idea I got from DoDoubleGeo, i took it one step further. :approve:
:throwcomp
After some trial and error of my own, I discovered the following:
I hate to write code, but I LOVE to tinker....
This is a shortened version of what is required for the shortcut.
Code: 01#ctlpnl cplmain.cpl,x,0
Where "x" is repaced by one of the following entries
depending on which Control Panel Applet you want to start.
For example, if you wanted to open the Today applet
Code: 01#ctlpnl cplmain.cpl,13,0
If you wanted to open the Items tab in the Today applet
Code: 01#ctlpnl cplmain.cpl,13,1
0 is nothing
1 is password
2 is owner info
3 is Power (battery)
4 is memory
5 is About
6 is Brightness
7 is Screen orient
8 is Input
9 is Sounds & Notifications
10 is Remove Programs
11 is Menus
12 is Buttons
13 is Today
14 is nothing
15 is Beam
16 is Clocks & Alarms
17 is Configure Network Adapters
18 is Regional Settings
19 is Connections
20 is nothing
21 is nothing
22 is Manage Certficates
23 is nothing
24 is nothing
25 is nothing
I stopped here. I figure there probably isn't much more anyway.
By the way, after getting to around 20, I decided to google and found an MSDN article where someone had mapped out several of them. He indicated that there are a very few situations where different devices may not always respond to the shortcuts. In my case, I am using an Axim x50v. I still have not figured out how to change the icon displayed by the shortcut.