Forums
New posts
Search forums
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
C# Community
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
VB.NET
Windows Forms
how to keep the form 1 property after Splash Screen
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Tamiryosef, post: 186304, member: 75758"] i put this code at form 1 ,it open the splash screen for 5000 and then show back form 1 [B]but the problem it not show the text i enter at splash screen only the background [/B] and after 5000ms it open the form 1 [CODE lang="vbnet" title="splash"]Public Class Form1 Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load Me.Visible = False SplashScreen1.Show() System.Threading.Thread.Sleep(5000) SplashScreen1.Close() Me.Visible = True End Sub End Class[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
VB.NET
Windows Forms
how to keep the form 1 property after Splash Screen
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom