Results 1 to 3 of 3

Thread: Menu Editor

  1. #1
    NewPeter
    Guest

    Menu Editor

    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

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    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
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    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).

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