I am a Beginner of VB.net. using VS2005. I can do to the Maximum till the Width and Height of the Form is (1386, 788).. How can I use free form with the Height and Width LARGER than that?. Coz I need to build a bit Larger Application.
How can I increse the size of the Form in VB.NET
Collapse
X
-
Tags: None
-
VS Studio takes into account the resolution of your active screen resolution. Increase the size of your screen's resolution to the desired size. If your graphic card is at its limit, get a new card, or install VS 2008 on a machine which has the resolution.
Maybe someone else found another, easier way, good luck with that.
Comment