Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,303,424

[VB.NET] How to extend your application size

Tutorial Name: [VB.NET] How to extend your application size  

Category: PC Tutorials

Submitted By: Maj

Date Added:

Comments: 3

Views: 1,410

Related Forum: PC Building Forum

Share:

Ever wanted to extend your form size with a simple button click? Well here's how its done




Step 1. Make a form and add 1 Button & Also if you would like to show something when the form gets bigger then add this item where you want it to be shown. Like below

[ Register or Signin to view external links. ]


Step 2. Make note of your forms size and then resize it to how you want it to start off

Step 3. Add the following code to your button

Me.Size = New Size(300, 311)
Inside the brackets is how big the form will be!


All done! Now debug your application and test it out

Ratings

Current rating: 6.25 by 4 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"[VB.NET] How to extend your application size" :: Login/Create an Account :: 3 comments

If you would like to post a comment please signin to your account or register for an account.

TomPosted:

pretty short imo but it gets right to the point I guess. Nice tutorial

ZydrinPosted:

This is a very neat tutorial! Very cool Maj!

MickersPosted:

This is as easy as you made it out. Thanks Maj.