How to create Bitmapped Context Menu in Windows Explorer
-
Hi, I am writing context menus for windows explorer int C# to integrate my application. I created the menu, But I am facing problem at Attaching an image/icon/bitmap to the menu(like winzip). Please give me some help so that I can complete. Thanks Ramesh
-
Hi, I am writing context menus for windows explorer int C# to integrate my application. I created the menu, But I am facing problem at Attaching an image/icon/bitmap to the menu(like winzip). Please give me some help so that I can complete. Thanks Ramesh
Just so we're all on the same page here, Are you asking how you add an icon to a menu WITHIN your application ? or Are you asking how you add a menu item with an icon to the windows shell (i.e. Something that appears when a user right clicks a file in explorer for example)? [Link] Is a very simple example of this - just search in google (or even here) for "Windows Shell menu c#" or terms like that Mark
-
Just so we're all on the same page here, Are you asking how you add an icon to a menu WITHIN your application ? or Are you asking how you add a menu item with an icon to the windows shell (i.e. Something that appears when a user right clicks a file in explorer for example)? [Link] Is a very simple example of this - just search in google (or even here) for "Windows Shell menu c#" or terms like that Mark
Hi Mark Thank you, I got it. Ramesh