Use SplashScreen as a data loader
If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
3 posts
Page 1 of 1
how can i change a form's properties like text,color,image etc, via a BackgroundWorker in a SplashScreen?
this thing is giving me a headache, so if anyone can solve this problem I'll give you 200 cc and +rep
this thing is giving me a headache, so if anyone can solve this problem I'll give you 200 cc and +rep
You can find me on Facebook or on Skype mihai_92b
I've thinking of this for my apps, and i think that if you make a splashscreen then add this code to the splashscreen form load.
and add 1 timer (interval 1000) and a hidden label, label text = 0
*atleast tried to help
and add 1 timer (interval 1000) and a hidden label, label text = 0
Code: Select all
the timer code,Form1.show()
form1.visibile = false
timer1.start()
Code: Select all
Now this will not use anything really, just simple but it may do it, if you know how many seconds its gonna take to load, then just use this code, but if ur apps uses much ram and memory or whatever then idk :( sorry hehaho; if label1.text = 5 then 'change this to how many seconds the splashscreen will be visible
form1.visible = true
me.hide 'use splashscreen.close in form1 load.
else
label1.text += 1
End if
*atleast tried to help
Here is something i made quick, it is easy to understan. Hope it helps...
You do not have the required permissions to view the files attached to this post.
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023