Thread: WPF Splash?
View Single Post
Old 01-28-2008   #1 (permalink)
john
Guest


 

WPF Splash?

All:

It is possible to display a splash screen in WPF, wait for an
animation to finish, and then display the application's main window?

I've tried a variety of things, e.g., putting splash->animation->main
window sequence in the App() constructor, overriding OnStartup, trying
to use Thread.Sleep() --- all to no avail.

What I want is: splash->animation fades splash to transparent->main
window launches when animation finishes.

Any help appreciated.

Thanks,
John