How do i create a Splash Screen for a vb.net program? I want to make a visual that will come up before the programs starts and after it finishes in this possible?
Populate This Code Inside The Private Sub Timer_Tick;
ProgressBar1.Increment(1)
If ProgressBar1.value = 100 Then
Me.hide()
form2.Show()
End IF
http://msdn.microsoft.com/en-us/library/bfkbc5a3(v=VS.100).aspx
Basically you set the form that you want to use as a splash screen in the program properties in Visual Studio. Very simple.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With