Tutorials Navigation
[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,454
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
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
All done! Now debug your application and test it out
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
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
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,391)
- 02. How to: Matrix Numbers | Batch File(1,879)
- 03. How to Password Protect Files on Windows(850)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,618)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,030)
- 06. How to embed an image on TheTechGame(3,051)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,928)
- 08. Host bot lobbies! Full Tutorial!(10,905)
- 09. Unban yourself [Plutonium BO2](14,200)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,366)
- 11. Best Crosshair Settings for Valorant(6,506)
- 12. Othercide The Surgeon Boss Guide(2,509)
- 13. Othercide Remembrances Unlock Guide(4,431)
- 14. Othercide Beginners Tips and Tricks(2,687)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,804)
"[VB.NET] How to extend your application size" :: Login/Create an Account :: 3 comments