PDA

View Full Version : How can I add a menu item to the contacts list?


Jumpy2007
27th October 2007, 07:57 PM
In windows i only have to open regedit and add some keys to software\microsoft\shell\....
Its possible to create keys in registry in wm6 to do that?Or i have to programming?

Jumpy2007
25th November 2007, 02:46 AM
I really need that tip.
anyone? :confused:

RStein
25th November 2007, 01:42 PM
You must implement IContextMenu COM interface and then register dll in
\\\registry\HKLM\Software\Microsoft\Shell\Extensio ns\ContextMenus\
Contacts\

Jumpy2007
1st December 2007, 03:45 AM
I only see examples in native code, vc++...
Its possible to do that using c#??

RStein
2nd December 2007, 01:33 AM
AFAIK No, You must implement full COM class.