Adding a new item to Open With sub menu in context menu of explorer
-
Hi everybody I need to add a new item in the open with context menu of explorer. I added a new item in the main context menu using shell extensions samples. But can anybody tell me how to get the handle of Open With context menu so that i can add my items to it. Thanks in advance. Regards Deepu
modified on Thursday, February 11, 2010 8:04 AM
-
Hi everybody I need to add a new item in the open with context menu of explorer. I added a new item in the main context menu using shell extensions samples. But can anybody tell me how to get the handle of Open With context menu so that i can add my items to it. Thanks in advance. Regards Deepu
modified on Thursday, February 11, 2010 8:04 AM
Take a look at Extending Shortcut Menus[^]
-
Take a look at Extending Shortcut Menus[^]
Thank you..