المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Adding my app's link to Desktop Context Menu



C# Programming
04-10-2009, 03:22 PM
When you right click on the desktop you get a context menu that has something like that:



-----------------------

Arrange Icons By

*******

-----------------------

Paste

Paste Shortcut

-----------------------

New

-----------------------

Properties

-----------------------



I need to add a link to my application on Desktop's context menu. How can I accomplish that? What registry key do I need to modify/add to get my app icon listed on the desktop context menu?



E.g.:

---------------------------

Arrange Icons By >

*******

---------------------------

My App Link >

Paste

Paste Shortcut

---------------------------

New

---------------------------

Properties

---------------------------



Please help. Thanks.