Changing Font of Menu Items

In form1.resx, I have

<dataname="MenuItem2.Modifiers"type="System.CodeDom.MemberAttributes, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">

<value>Assembly</value>

The text property is "User Manual".

I have extra room on the form. Is there any way for me to increase the font size of the menu items?

[948 byte] By [TheBigAym] at [2007-12-16]
# 1

Hi,

I think this is a system property. You would change it in the system properties not in your code. Thus affecting all other programs. That is if you're using the menu provided in visual studio. If you want your menu to system dependent, then you would have to create your own menu...

cheers,

Paul June A. Domag

PaulDomag at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic Language...