Windows Develop Bookmark and Share   
 index > Windows Forms General > Icons in menus
 

Icons in menus

hello
I want to create a menu with icons.
note:we ca see a floppy disk icon in "save" item in file menu
how i can put an icon in item in menu.
please help me
thanks
nima_API  Tuesday, September 20, 2005 2:41 PM

In VB 2005

Use the menustrip and set the Display Stle to ImageAndText

This will allow you to create menu items with the icons next to them.

The Toolstrip allows you to do a similar thing with toolbars.

spotty  Tuesday, September 20, 2005 4:49 PM

You can use google to search for other answers

Custom Search

More Threads

• C# 2003 - Windows Forms Events
• Synchronize scrolling in 2 richTextBoxes in C#
• Biringing a run-time created textBox in front of a treeView
• Problems with file paths
• Macromedia Flash
• No form in prgram but showing in VS2005
• TableLayoutPanel
• ownerdraw menus...
• How do i wraptext in Datagridview? All examples i found on MSDN aren't working
• Populating a treeview recursively