hi
How to add icons in Menu items..
Printable View
hi
How to add icons in Menu items..
I assume you're talking about the MainMenu component in .NET 1.x. If so the then it doesn't support images on menu items out of the box. The much-improved MenuStrip in .NET 2.0 does, but that doesn't help you if you don't plan on upgrading right away. There are numerous implementations of images on menus around the Net. If you don't want to pay for a third-party component then the first place I would try for stuff like this is The Code Project. Here's one example but there would be many others there and elsewhere.
http://www.codeproject.com/vb/net/iconsmenu.asp