Click to See Complete Forum and Search --> : Adding app to the Start Menu On PocketPC


GoDaddy
March 16th, 2006, 12:23 PM
Hi all,

To Add the app to the Start Menu ... i have to program it ? right ?

If so how can i do it during deployment?

Thanks,

Max Payne
March 19th, 2006, 08:23 PM
Actually, you'll need to edit the registry setting for that.

check registry "HKEY_LOCAL_MACHINE\Taskbaritems", youll see some string values and its organizd in this way:

"NUMBER" - this is the total number of items in the start menu.
"FILEX" - this is the location where the itm exe is stored. 'X' is a number in sequence.
"NAMEX91" - this is the name as it appears in the start menu. 'X' again is the number in corrspoinding to the "FILEX".

So to add a new one, increase the "NUMBER", add new string "FILEX" and "NAMEX91" where 'X' is the same as the "NUMBER" value. Try playing with the registry, you'll know how it works. ;)

dglienna
March 19th, 2006, 09:06 PM
Best to back it up first, though. You can probably export it before you make changes.