Hello everyone,
I have a custom forms designer. I want to add an image to my controls designer verbs menu that comes up in the designer but can't find where to do it.
For example, in my designer, I've added copy paste and some custom designer verbs for the menu's that pop up when the control is right clicked. I want to add pictures next to the menu items. Anyone know how to do this
Ken

Adding images to DesignerVerbs
Neotech
the following post may be useful
https://forums.microsoft.com/MSDN/ShowPost.aspx PostID=211298&SiteID=1
Stupidav
Thanks, but that wasn't quite what I needed. I actually needed to modify my MenuService class to have an additional method that when I added verbs, I passed in a bitmap that I loaded from the assembly for each verb. I got it working. Thanks for the response.
Ken