• 0

[VB.NET] Form size in relation to Resolution?


Question

Howdy again guys,

VB6 used to have a window that would show your form, and it's size, in relation to the Monitor's resolution, so you could design the form so it didn't exceed the monitor's resolution.

Anything like that for .NET?

Thanks

4 answers to this question

Recommended Posts

  • 0

Well on the basis everyone uses different resolutions; it's fairly pointless...

That being said; if you're only going to use the application on your own machine you can set the 'MaximumSize' property on the form to match those of your resolution.

Personally, I design to fit a 800x600 form (at the most; I do design some forms to be smaller and intend to keep them that way!) and anchor the objects so they expand intelligently to keep ratios correct.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.