G Guest Dec 7, 2004 #1 Is there any way of showing toolbar icons to the left of the main menu entries? Thanks
D Dmitriy Lapshin [C# / .NET MVP] Dec 7, 2004 #2 Hi, You can try owner-draw menu items. I have never done them in .NET though - looks like you need to set the OwnerDraw property to true and then handle the MeasureItem and DrawItem events.
Hi, You can try owner-draw menu items. I have never done them in .NET though - looks like you need to set the OwnerDraw property to true and then handle the MeasureItem and DrawItem events.
R rajagopalp Dec 7, 2004 #3 Check this article this will be helpful http://www.csharphelp.com/archives/archive282.html rajagopal