Image in Menu Bar

Hi,
I'm trying to create a menu bar for our application to display a busy icon, Internet Explorer globe style.
The closest I can come seems to be creating a menu bar using flat buttons on a toolbar, setting the dock to none, and then adding a picture box on the top right corner of the form.

I am having some trouble making the buttons in the toolbar text-only, it seems to also want to save the space for the icon.

Any ideas  Anyone been able to creat this before

Thanks very much.


Answer this question

Image in Menu Bar

  • bobbins

    If the Toolbar would give the appearance you want with the Icon space removed, then just add an ImageList wth Image Size set to 1,1.
  • Jdubya

    Thanks for the info. I will look into it.
  • Georearl

    To add an images to menu bar use “Owned Draw” menu item style. You can download examples on the www.microsoft.com. They named as “101 VB. NET” & “101 C#” Sample!
  • Image in Menu Bar