I want to make splash screen but imidiatelly after loading all needed resources i would like to close the splash ... eg i done case where my splash becomes unvisible but i'm wondering how much memory it ask to stay opened all the time .... i.e. i have code:
If ProgressBar1.Value = 100 Then
? ? ? ? ? ?Splash_timer.Dispose()
? ? ? ? ? ?Me.Visible = False
? ? ? ? ? ?Dim cur = New Login
? ? ? ? ? ?cur.Show()
? ? ? ?End If
this code show me the login form but splash still keep going behind the all forms further .... lol
Question
Southern Man
Hi,
I want to make splash screen but imidiatelly after loading all needed resources i would like to close the splash ... eg i done case where my splash becomes unvisible but i'm wondering how much memory it ask to stay opened all the time .... i.e. i have code:
this code show me the login form but splash still keep going behind the all forms further .... lol
solution please
Edited by CD-ROMLink to comment
Share on other sites
12 answers to this question
Recommended Posts