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.