Results 1 to 6 of 6

Thread: Font of my Menu

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    10
    hi,

    how can i change the font in my menus??
    Thanks.

    Martin Fleck (german)
    http://pages.hotbot.com/current/mfleck

  2. #2
    Fanatic Member
    Join Date
    Jan 1999
    Location
    UK
    Posts
    554
    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
    {;->


  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    10
    Yes, but how can i change it with vb-code!

    Martin Fleck (german)
    http://pages.hotbot.com/current/mfleck

  4. #4
    Addicted Member
    Join Date
    Aug 1999
    Location
    Ottawa,ON,Canada
    Posts
    217
    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.

  5. #5
    Hyperactive Member
    Join Date
    Jan 1999
    Location
    Rotterdam, Netherlands
    Posts
    386
    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)
    Hope this helps

    Crazy D

  6. #6

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Posts
    10
    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
  •  



Click Here to Expand Forum to Full Width