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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. problem in windows application...please help me

problem in windows application...please help me

Scheduled Pinned Locked Moved C#
helptutorial
4 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.
  • P Offline
    P Offline
    Prashant B Lavate
    wrote on last edited by
    #1

    hi i want to set size of form according to system resolution ... how to do that in windows application

    Thanks & Regards, Prashant B. Lavate Software Engineer Mobile : +919423872257 Pune(India)

    V E R 3 Replies Last reply
    0
    • P Prashant B Lavate

      hi i want to set size of form according to system resolution ... how to do that in windows application

      Thanks & Regards, Prashant B. Lavate Software Engineer Mobile : +919423872257 Pune(India)

      V Offline
      V Offline
      Vikram A Punathambekar
      wrote on last edited by
      #2

      http://www.artima.com/forums/flat.jsp?forum=76&thread=14571[^] Second result on Google.

      Cheers, Vikram.


      "I will put my new found knolage to good use" - Captain See Sharp. "Every time Lotus Notes starts up, somewhere a puppy, a kitten, a lamb, and a baby seal are killed." - Gary Wheeler.

      1 Reply Last reply
      0
      • P Prashant B Lavate

        hi i want to set size of form according to system resolution ... how to do that in windows application

        Thanks & Regards, Prashant B. Lavate Software Engineer Mobile : +919423872257 Pune(India)

        E Offline
        E Offline
        electriac
        wrote on last edited by
        #3

        This should do: int x = SystemInformation.PrimaryMonitorSize.Width; int y = SystemInformation.PrimaryMonitorSize.Height; Enjoy

        1 Reply Last reply
        0
        • P Prashant B Lavate

          hi i want to set size of form according to system resolution ... how to do that in windows application

          Thanks & Regards, Prashant B. Lavate Software Engineer Mobile : +919423872257 Pune(India)

          R Offline
          R Offline
          Ravenet
          wrote on last edited by
          #4

          HI Guy Nice way, get Monitor resolutions values.after ajust with form value and based on the resoltions.or try with autoscale property for form. Thanks

          Cheers RRave MCTS,MCPD

          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