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. .NET (Core and Framework)
  4. application form size for different OS

application form size for different OS

Scheduled Pinned Locked Moved .NET (Core and Framework)
helpcss
5 Posts 4 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
    sailesh_gupta
    wrote on last edited by
    #1

    hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:

    A A D 3 Replies Last reply
    0
    • S sailesh_gupta

      hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:

      A Offline
      A Offline
      Ashik Wani
      wrote on last edited by
      #2

      Hi, Do you set the hard code size? I mean how do you set the maximum size? Cheers Ashik

      S 1 Reply Last reply
      0
      • A Ashik Wani

        Hi, Do you set the hard code size? I mean how do you set the maximum size? Cheers Ashik

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

        well i do that by setting the Windowstate property to Maximized during the design time

        1 Reply Last reply
        0
        • S sailesh_gupta

          hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:

          A Offline
          A Offline
          Alan N
          wrote on last edited by
          #4

          Hi, Take a look at this article on msdn about automatic scaling of Windows forms. http://msdn.microsoft.com/en-us/library/ms229605(VS.80).aspx[^] Also I'm not sure if you have understood your customer's problem. Switch one of your monitors to 800x600 resolution, run your app and I think all will become clear. AlanN

          1 Reply Last reply
          0
          • S sailesh_gupta

            hi all, we have developed application on dotnetframework2 on wondows xp OS. we have set the form size to maximum on load. but we are recicving complain stated as The forms are not fully displayed when the screen resolution is less that 1024x768. It is not possible to navigate to fields which are not displayed, there are no scroll bars to see the hidden screen area. how can we resolve this issue. Any help on this please. :confused:

            D Offline
            D Offline
            darkelv
            wrote on last edited by
            #5

            You can use a combination of tablelayout, flowlayout, form and controls' dock property to make all the controls scale nicely (thought not perfectly).

            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