Need Help in context menu
-
Hi.. I tried the code given in http://www.codeproject.com/csharp/SimpleContextMenu.asp. I wrote the below code in the form_load : string menuCommand = string.Format("\"{0}\" \"%L\"", Application.ExecutablePath); FileShellExtension.Register("jpegfile", "Simple Context Menu", "Context Menu", menuCommand); But i am not getting the context menu. Is this the correct way to provide the code in the form load. How to get the context menu? Please help Thanks & Regards, Venkat
-
Hi.. I tried the code given in http://www.codeproject.com/csharp/SimpleContextMenu.asp. I wrote the below code in the form_load : string menuCommand = string.Format("\"{0}\" \"%L\"", Application.ExecutablePath); FileShellExtension.Register("jpegfile", "Simple Context Menu", "Context Menu", menuCommand); But i am not getting the context menu. Is this the correct way to provide the code in the form load. How to get the context menu? Please help Thanks & Regards, Venkat
-
Did you download the sample application? Your app needs to contain the Classes described in the article. If you did download the sample application, does IT create the context menu when you run it?
Hi.. I tried the same code. I am getting the message box that the Shell extension was registered. But still i dont get the context menu? please help Thanks & Regards, Venkat
-
Did you download the sample application? Your app needs to contain the Classes described in the article. If you did download the sample application, does IT create the context menu when you run it?
I am able to register the context menu, but its not getting displayed.. please help Thanks & Regards, Venkat
-
I am able to register the context menu, but its not getting displayed.. please help Thanks & Regards, Venkat
Any help...
Thanks & Regards, Venkat