Tutorials Navigation
[VB.NET] How to Make a Splash Screen
Tutorial Name: [VB.NET] How to Make a Splash Screen
Category: PC Tutorials
Submitted By: Maj
Date Added:
Comments: 2
Views: 2,846
Related Forum: PC Building Forum
Share:
Ever wanted to have a cool splash/loading screen for your app, but didn't know how to do it? Well here's how
Step 1. Make a form and set the border style to none, now add a picture box to it, now import the image you want to have as your splash screen into the picture box. Like below
Step 2. Add a timer with an interval of what you want! (1000 = 1second)
Step 3. Double click on your form and add the following code
It should look something like this
Step 4. Resize the form to just fit the picture box and double click timer1
Step 5. Now add the following code
It should now look something like the below
Step 6. Debug your application and test it out! You should now have a working splash screen for your app!!
Just like that you can make your application look more professional
Step 1. Make a form and set the border style to none, now add a picture box to it, now import the image you want to have as your splash screen into the picture box. Like below
Step 2. Add a timer with an interval of what you want! (1000 = 1second)
Step 3. Double click on your form and add the following code
Timer1.start
It should look something like this
Step 4. Resize the form to just fit the picture box and double click timer1
Step 5. Now add the following code
Form2.show (or whatever form your main app is)
Me.Hide
Timer1.Stop
It should now look something like the below
Step 6. Debug your application and test it out! You should now have a working splash screen for your app!!
Just like that you can make your application look more professional
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,910)
- 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 Make a Splash Screen" :: Login/Create an Account :: 2 comments