I got a problem with displaying a splashscreen. I want a Form (splash
screen) to be shown while the main Form is created in the background.
I currently do this by
main {
Application.Run(new Splashscreen());
}
---
public Splashscreen() {
...
loadMainForm();
mainForm.Show();
...
}
---
But this code will not show the splash screen, because first the splash
screen is created an then the application is loaded.
What can I do to show the splash screen while loading the main form?
tia
sliver
and a blog entry
http://blogs.msdn.com/anthonywong/archive/2005/07/28/444684.aspx
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"sliver" <stefa...@gmail.com> wrote in message
news:OTDneGG...@tk2msftngp13.phx.gbl...
http://www.codeproject.com/netcf/casoast.asp#xx718514xx
Cheers
Simon.
"sliver" <stefa...@gmail.com> wrote in message
news:OTDneGG...@tk2msftngp13.phx.gbl...
http://www.codeproject.com/netcf/casoast.asp
Hope it helps.
Didn't refresh and did not see Simon's post.
Regards.