-
Icons on a Menu
How can I add Icons to my menu??
For Example: How do an image of a door to the Exit selection on my menu??
Also....
What is the code the detect what menu item was selected?
I am a newbie so please keep it simple... If you can ;)
Thanks in advance!
Anjari
-
you'll have to draw each item with GDI+.
you can find gdi+'s libraries in System.Drawing.
just open the desired image as Image and with gdi draw it on the desired menu
-
OwnerDraw
Look up OwnerDraw in the MSDN help. You can use this property with many controls to allow you to draw an item yourself (like in the menu).