CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Adding Images to Menus and Verticle Bar Dividers

    I've seen Verticle bar dividers in menus instead of horizontal ones on some programs, as well as art in the menus, like a clipboard next to paste in the menu you get when you right click a form in vb. Can anyone answer either one of these 2 questions? It'd be a great help, thanx.


  2. #2
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Adding Images to Menus and Verticle Bar Dividers

    The best place to look is either http://www.vbaccelerator.com
    or http://www.mvps.org/vbnet
    The vbaccelerator site will give you a control which overwrites the vb menus and allows you to add images from an imagelist and it's free.
    VBnet has an example of how to split a menu into columns.
    Cheers
    Tony


  3. #3
    Join Date
    Feb 2000
    Location
    America
    Posts
    130

    Re: Adding Images to Menus and Verticle Bar Dividers

    Thanx! The vbaccelerator site even gave me the source code to this, so now i know how! many thanx!


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

Featured