i am wondering how to achieve a custom splash screen (with progressbar) using MVVM Light. The entry point of my application looks like
public partial class App : Application
{
static App()
{
DispatcherHelper.Initialize();
}
}
Is there a nice tutorial how to achieve a custom splash screen?