SebastianMC Posted February 24, 2005 Posted February 24, 2005 Hi, how can I change the font of the main menu of a form manually? Thanks for your help Quote
Diesel Posted February 24, 2005 Posted February 24, 2005 Me.Font = New System.Drawing.Font("Verdana", 12, FontStyle.Regular, GraphicsUnit.Pixel) Quote
Leaders snarfblam Posted February 25, 2005 Leaders Posted February 25, 2005 I believe that althought setting Me.Font will change the font the controls on the form, the mainmenu and all it's sub menus will always inherit the font specified by the windows user. There is no .NET api that I am aware of that provides this functionality unless you want to set the MainMenu.OwnerDraw property to true and draw the menu yourself. Quote [sIGPIC]e[/sIGPIC]
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.