Is it possible to show a splash screen in WPF that has animation. I want my name of the company and the name of the application to fly in and a progress bar that continously animates. I Used this example
http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/wpf-and-the-splashscreen
to try and get me started but the progress bar doesnt animate?
Also I do have on the progress bar the following property set. IsIndeterminate="True"
I am using vb.net.
Thanks, spafa9