Owner drawn context menu
-
Hi, I want to change the font of context menu items and it's sub menu items. How to do it?Should I use owner drawn context menu?If so then can I have any snippet of code for it?
With Regards Neeraj Sinha
-
Hi, I want to change the font of context menu items and it's sub menu items. How to do it?Should I use owner drawn context menu?If so then can I have any snippet of code for it?
With Regards Neeraj Sinha
Neeraj Sinha wrote:
How to do it?Should I use owner drawn context menu?
That should work! See the section "Creating Owner-Drawn Menu Items" here: Using Menus[^] For possible code samples, maybe CodeProject articles like How to create owner drawn menus - Step by Step[^] Mark
"Posting a VB.NET question in the C++ forum will end in tears." Chris Maunder
-
Hi, I want to change the font of context menu items and it's sub menu items. How to do it?Should I use owner drawn context menu?If so then can I have any snippet of code for it?
With Regards Neeraj Sinha