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. Windows Forms
  4. How to create Resolution independent windows forms in winforms 2.0

How to create Resolution independent windows forms in winforms 2.0

Scheduled Pinned Locked Moved Windows Forms
csharpwinformstutorial
3 Posts 3 Posters 3 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.
  • K Offline
    K Offline
    kuncha
    wrote on last edited by
    #1

    HI, I am working on a POC project. I am using Winforms 2.0 with .net 2.0. I am developing my forms with monitor resolution as 1024 X 678. In this resolution forms are looking pretty good. When I change the resolution to any other then forms are filling only some portion of the screen.Can anybody have ideas or examples for how to develop the resolution independent winforms. Thanks

    vedd

    D 1 Reply Last reply
    0
    • K kuncha

      HI, I am working on a POC project. I am using Winforms 2.0 with .net 2.0. I am developing my forms with monitor resolution as 1024 X 678. In this resolution forms are looking pretty good. When I change the resolution to any other then forms are filling only some portion of the screen.Can anybody have ideas or examples for how to develop the resolution independent winforms. Thanks

      vedd

      D Offline
      D Offline
      DigiOz Multimedia
      wrote on last edited by
      #2

      kuncha wrote:

      I am working on a POC project. I am using Winforms 2.0 with .net 2.0. I am developing my forms with monitor resolution as 1024 X 678. In this resolution forms are looking pretty good. When I change the resolution to any other then forms are filling only some portion of the screen.Can anybody have ideas or examples for how to develop the resolution independent winforms.

      I always find it helpful to anchor form elements relative to the 4 corners of the screen. That way (assuming that you are not trying to fit too many controls on the form) if resolution changes, the controls stay relatively reasonable.

      Pete Soheil DigiOz Multimedia http://www.digioz.com

      N 1 Reply Last reply
      0
      • D DigiOz Multimedia

        kuncha wrote:

        I am working on a POC project. I am using Winforms 2.0 with .net 2.0. I am developing my forms with monitor resolution as 1024 X 678. In this resolution forms are looking pretty good. When I change the resolution to any other then forms are filling only some portion of the screen.Can anybody have ideas or examples for how to develop the resolution independent winforms.

        I always find it helpful to anchor form elements relative to the 4 corners of the screen. That way (assuming that you are not trying to fit too many controls on the form) if resolution changes, the controls stay relatively reasonable.

        Pete Soheil DigiOz Multimedia http://www.digioz.com

        N Offline
        N Offline
        Nikhil Dayalpawar
        wrote on last edited by
        #3

        But waht about Control fonts...they are shrinks when resolution chnages

        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