Hi,

I wrote a win32 (NO MFC) GUI in C++ using visual studio 2005.
I am currently using the CreateMenu/ AppendMenu API for dynamic menus.
However, my system(drop-down) menu item text is too small.
How can I programmatically change the size of the system menu text.
I DO NOT want to bother with owner drawn menus.

GOOGLE was absolutely NO HELP in this matter, and I'm stuck.

I need bigger system menu text.