|
-
Apr 15th, 2000, 06:35 AM
#1
Thread Starter
New Member
hi,
how can i change the font in my menus??
Thanks.
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck
-
Apr 16th, 2000, 07:20 AM
#2
Fanatic Member
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
{;->
-
Apr 16th, 2000, 02:40 PM
#3
Thread Starter
New Member
Yes, but how can i change it with vb-code!
Martin Fleck (german)
http://pages.hotbot.com/current/mfleck
-
Apr 16th, 2000, 08:01 PM
#4
Addicted Member
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.
-
Apr 16th, 2000, 08:41 PM
#5
Hyperactive Member
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)
-
Apr 16th, 2000, 08:45 PM
#6
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|