Results 1 to 2 of 2

Thread: VB.Net:How to add icons in Main Menu

  1. #1

    Thread Starter
    Lively Member softkans's Avatar
    Join Date
    May 2006
    Posts
    70

    Arrow VB.Net:How to add icons in Main Menu

    hi
    How to add icons in Menu items..

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width