user2950420
user2950420

Reputation:

Add icon to MenuItem vb.net

I use MainMenu and ContextMenu, MenuStrip and ContextMenuStrip not looking like Windows 7, I use Windows 7.

MainMenu menuitem

MenuItem with icon

How to add icon?, add icon only, no change the menuitem style, only add icon.


MenuItem with icon: MenuItem with icon MenuItem with icon and style changed: Menuitem with icon(Changed style)

Upvotes: 1

Views: 3032

Answers (2)

user4400167
user4400167

Reputation:

Mainmenu is obsolete, if you think use obsolete controls for appearance reasons, you can't. Icons on MainMenu is only with a draw attribute, but it changes the normal appearance with Windows Old one.

The appearance is not the most important in a program, if you like the Windows 7 controls and icons

Upvotes: 0

senthilkumar2185
senthilkumar2185

Reputation: 2578

RightClick MenuItem --> goto Properties --> 
choose Image option --> Click Add button --> import user image 

Upvotes: 2

Related Questions