Question : How to set a font to a CMenu ?

Hi,
I have a dialog box with a menu attached to it. How do I set a font to the menu?

Thanks

Answer : How to set a font to a CMenu ?

Not possible with regular options, all menus uses the default windows appeareance settings. You will need to do with owner-draw functions. This is a complex task.
Some related articles:
http://www.codeproject.com/KB/menus/CMenuEx.aspx
http://www.codeproject.com/KB/menus/menuch.aspx
http://www.codeguru.com/Cpp/controls/menu/article.php/c3721


Random Solutions  
 
programming4us programming4us