Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does System.Windows.Form have a minimum size?

Status
Not open for further replies.

doja93

Programmer
Dec 6, 2004
5
US
I created a new form and set the ClientSize property to a width of 65 but the window is larger than 65, around 125, and the image I set to the BackgroundImage property is tiled. I have used set this property to many other values, all > 125 and have never had this problem. Is there a minimum size that a Windows.Form can be set to?
 
Yes it does. Windows operating system applies limits to minimum form size you can have.
 
Do you know why, specifically. Is it only with XP? I vaguely remember making a really small form, like less than 16x16 on Windows 2000.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top