Re: VB6 Help ( ProgressBar )
why waste the users time in the first place if the loading is fake ?
I personally don't like a splash screen unless it really does load something and it takes time. But just putting a timer, simulation as if its loading something seems a waste of time for me..
But anyway back to the answer:
Just write in the registry somewhere when the app is first launched that it has already been opened once and check against it.
Re: VB6 Help ( ProgressBar )
The SplashScreen Isn't for fake loading.
Sorry if said it somewhere in my post above or if I made it seem like I was trying to make a fake Splash Screen.
The SplashScreen ( form2 ) is use to load up the necessary information for the mainform, it also check to see whether there are new updates or not.
I set the timer to 100 because that take 10 seconds to load up, and I thought that 10 second would be plenty of time.
Thanks for the help but I don't k now how to save the information in a registry.
I found an alternative way though.
I just make 2 timers
and if there are no new updates the timer with the least time starts, because since there are no new updates, not much information will load up