hi,
how can i change the font in my menus??
Thanks.
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck
Printable View
hi,
how can i change the font in my menus??
Thanks.
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck
All the windows menu's fonts, i think are all same, and are set from the same place as where you set your screen saver from,
Right click on the desktop, select properties from the popup menu.
when the Display Properties dialog apperas, select the Appearence
tab, and in that tab, under the label ITEM select MENU and voila.
DocZaf
{;->
Yes, but how can i change it with vb-code!
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck
Put simply, you can do it through code, but you shouldn't do it. The font of the menu is a system wide property. In order to change the font on your app's menu it would require you to actually modify the appearance of the user's Windows environment, something I'm sure your user's would not be to happy with.
You can subclass your menu and do the redraw yourself (so you can set your own font, put a bitmap in front of the item ,etc)
when the programm will be closed the setting will be the standard of the user! so where can i find a sample code?
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck