Adding app to the Start Menu On PocketPC
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,
[151 byte] By [
GoDaddy] at [2007-11-19 19:44:18]

# 1 Re: Adding app to the Start Menu On PocketPC
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. ;)
# 2 Re: Adding app to the Start Menu On PocketPC
Best to back it up first, though. You can probably export it before you make changes.