Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Problem with Display Scheme (Windows font size)

Problem with Display Scheme (Windows font size)

Scheduled Pinned Locked Moved C#
helpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sodevrom
    wrote on last edited by
    #1

    Hello, I made my app for a fixed dimension, and when a person changes the Font Size (Display Scheme) from windows to Large (125% size or 150% size ...) all the text from my app is not visible anymor (because the text is to large) and also, the picture boxes are larger than the images (making the image tile over the picturebox). How can I make it so even if the Display Scheme is 150% size, my app will be visible like it is 100% size (normal size) ? I really hope someone can help. I searched all over the place but I didn't manage o find anything useful ... Thanks

    O 1 Reply Last reply
    0
    • S sodevrom

      Hello, I made my app for a fixed dimension, and when a person changes the Font Size (Display Scheme) from windows to Large (125% size or 150% size ...) all the text from my app is not visible anymor (because the text is to large) and also, the picture boxes are larger than the images (making the image tile over the picturebox). How can I make it so even if the Display Scheme is 150% size, my app will be visible like it is 100% size (normal size) ? I really hope someone can help. I searched all over the place but I didn't manage o find anything useful ... Thanks

      O Offline
      O Offline
      occcy
      wrote on last edited by
      #2

      Try the Form.AutoScaleMode property. Setting it to None should solve your problem.

      S 1 Reply Last reply
      0
      • O occcy

        Try the Form.AutoScaleMode property. Setting it to None should solve your problem.

        S Offline
        S Offline
        sodevrom
        wrote on last edited by
        #3

        Hello, I already tried this but with no luck. I know I have to use it before the InitizializeComponent call and it's simply not working. I am making tests with Larger FOnt size in Windows 7, and both text and controls are larger. I want them to stay the same like on normal Font size scheme . Any other suggestions? Thanks

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups