|
-
Jun 2nd, 2006, 03:08 AM
#1
Thread Starter
Lively Member
VB.Net:How to add icons in Main Menu
hi
How to add icons in Menu items..
-
Jun 2nd, 2006, 03:21 AM
#2
Re: VB.Net:How to add icons in Main Menu
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|