Using codes, I wanna add a shortcut of my c# program when i right click of a specific files like doc, pdf, jpeg, etc.
From this site:http://www.codeproje...appendmenu.aspx
I noticed that this codes, is for folder right click. what if i want to click at only the particular type of files?
private const string MenuName = "Folder\\shell\\NewMenuOption"; private const string Command = "Folder\\shell\\NewMenuOption\\command";
I try change "Folder" into ".doc" extension, but nothing happend.
Thank you!

New Topic/Question
Reply




MultiQuote





|