ARTICLE

Resize a Form programmatically using VB.NET

Posted by Sudhakar Jalli Articles | Visual Basic 2010 October 17, 2001
Define the size of a form at run time by setting the Size property of the form. The following example shows the form size set to 220 by 100 pixels.
 
Reader Level:

Define the size of a form at run time by setting the Size property of the form. The following example shows the form size set to 220 by 100 pixels.

Private Form1.Size = New System.Drawing.Size(220, 100)

Once the Size object is defined, change either its Width or Height property by using Width and Height properties.

Private Form1.Width = 300
Private Form1.Height = 200

or

Change Width or Height by setting the Size property. As the following code shows, however, this approach is more cumbersome than simply setting Width or Height properties.

Private Form1.Size = New Size(300, Form1.Size.Height)

Login to add your contents and source code to this article
share this article :
post comment
 

Hello There I come to know you about Resizing image using asp.net-2.0(vb). I have a url which can help you. Click Here : http://www.raiseitsolutions.com/forum/viewtopic.php?f=4&t=3&sid=d77033041ed4f76e339e14beda1d7b2c I hope it is enough for you. Thank You AWON

Posted by awon aon Aug 06, 2011

i not able to understand your coding..

Posted by saran kumar Jan 23, 2011

i not able to understand your coding..

Posted by saran kumar Jan 23, 2011

i not able to understand your coding..

Posted by saran kumar Jan 23, 2011

i not able to understand your coding..

Posted by saran kumar Jan 23, 2011
Become a Sponsor
PREMIUM SPONSORS
  • Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
    Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
Become a Sponsor