0

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?

4

1 に答える 1

-1

こんにちは、スプラッシュ画面を追加する方法を試すことができます

ここで更新されたのは、ロードの進行状況を示すもう1つのスプラッシュ画面です。

これがお役に立てば幸いです。

于 2013-01-19T21:18:24.563 に答える