Hi,
Can we change the menu bar items fonts and sizes. if not in vb, any api calls can change it or any site thay I can read about. thanks for any help in advance.
Printable View
Hi,
Can we change the menu bar items fonts and sizes. if not in vb, any api calls can change it or any site thay I can read about. thanks for any help in advance.
There are two basic ways to do this.
First, use subclassing and owner-draw to build your own menus. Yuck.
Second, use the API GetSystemMetrics/etc to check menu bars etc.
Third, ask someone else on the fonts part--I have no idea.