To everybody
I'm a new vb programmer. I want to know how to change Font in Menu Editor.
Thank for replaying. I hope yous can help me.
NewPeter:) :) :)
Printable View
To everybody
I'm a new vb programmer. I want to know how to change Font in Menu Editor.
Thank for replaying. I hope yous can help me.
NewPeter:) :) :)
You can't.
Visual basic uses the font chosen by the user in the Appearance tab of the system settings to draw its menus.
If you absolutely must change the font of the menus for your application you need to make them owner drawn menus through the use of the ModifyMenu() API call.
Hope this helps,
Duncan
The code for what you want to do NewPeter, is possible, but it (the code) goes on for miles. That why people/companies provide third party controls to do this (at a cost, of course).