Change size of the form according to screen size

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raxit
    New Member
    • Mar 2010
    • 1

    Change size of the form according to screen size

    I want to create a windows application in c#.net. This application may be run in different type of monitor. How can i manage the form and the control in the form with different type of monitor?
  • GaryTexmo
    Recognized Expert Top Contributor
    • Jul 2009
    • 1501

    #2
    Check out the Screen class. It should help you detect what the screen dimensions are.

    Comment

    Working...