View Single Post
  #98 (permalink)  
Old 08-02-2007, 06:40 PM
Kolano's Avatar
Kolano
Regular 'Geeker
Offline
Threadstarter
 
Join Date: May 2007
Posts: 422
Reputation: 71
Kolano is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: 3 Issues

Quote:
Originally Posted by CheezWiz
I am unable to create a new contact in PocketCM. When I click new->contact, it loads PocketCM and that is it.
I presume when you say "new->contact" you are using the functionality of the "Optional_WM5NewMenu" OEM. In order to take over the functionality of the standard Contacts screen PCM changes the following registry key...
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Shell\Rai\:MSCONTACTS] 
"1"="\"\\Windows\\pocketcm.exe\""
This causes PCM to launch from most places where Contacts formerly launched. This is why PCM is popping up instead of the new contact input.

Either launch the new contact add dialog using PCM, or change the PCM .rgu file to be...
Code:
REGEDIT4

;======================================================
;Contacts Button
;======================================================
[HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\TODAY\KEYS\113]
  @="Contacts"
  "Open"="pocketcm.exe"
This will set up PCM to launch from the Contacts soft key, but not from other locations that launch contacts.
Reply With Quote