It is possible to set image build action as SplashScreen, however what if I need select splashcreen resource base on some condition, for example registry value. Is it possible to achieve?
It is possible to set image build action as SplashScreen, however what if I need select splashcreen resource base on some condition, for example registry value. Is it possible to achieve?
Sure you can, there are plenty of resources on the web e.g. set dynamic image, loading a splash screen.
Comments
In some cases what you find on the web may need tweaks dependent on version of WPF/Visual Studio you are working with
I would steer away from the registry unless this is for you alone as many users and organizations will reject reads to the registry no matter what code you write as code does not circumvent AD policies.
11 people are following this question.