Dear all,
What is the way to add icon in front of menu items in a form menus?
thnask for your info
regards
serge
Herfried K. Wagner [MVP] - 09 Jul 2004 15:30 GMT
* calderara serge <serge.calderara@maillefer.net> scripsit:
> What is the way to add icon in front of menu items in a form menus?
For example:
<URL:http://divil.co.uk/net/controls/sandbar/>

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Elp - 09 Jul 2004 18:19 GMT
> Dear all,
>
> What is the way to add icon in front of menu items in a form menus?
Not with the standard menu control. But there are plenty of custom ones
around both free and commercial. Here is a very good free one:
http://www.codeproject.com/cs/menu/MhOffice2003Menus.asp?
The beauty with this one is that you do not even need to replace your
existing menus with a custom one. Just add this control to your form, add 1
line of code as instructed in the article and that's it! Your menus now have
a much better look and have icons.