CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    19

    Handling Large font mode

    Our apps UI goes to pieces when large fonts are selected in Display Properties. Photoshop get round this by keep the fonts the same size whatever the settings are.

    How can I do this for all the windows/dialog/dialogbar/toolbars in my application?

    TIA

    James Hughes
    Software Engineer
    Spaceward Graphics Ltd, Home of Satori

  2. #2
    Join Date
    Aug 1999
    Posts
    28

    Re: Handling Large font mode

    hi James,
    i have a similiar problem, but i would like my controls to be positioned right
    using both large and small fonts.
    any idea?
    oren.


  3. #3
    Guest

    Re: Handling Large font mode

    I've got the same problem. Anyone has a cure? Really want to fxxx bill gates!


  4. #4
    Join Date
    Jun 1999
    Location
    Miami, FL
    Posts
    972

    Re: Handling Large font mode

    Is everyone now suddenly having this problem? I just saw it in a couple of other posts. And here's the answer I gave them: http://www.codeguru.com/bbs/wt/showp...collapsed&sb=5

    Unfortunately I don't know of any simple solution. It'd be nice to know how the guys at Photoshop pulled it off. Did they do it the hard way or did they know of some sneaky technique to bypass the system settings?


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

Featured