question

StanislavKholodov-5500 avatar image
0 Votes"
StanislavKholodov-5500 asked karenpayneoregon answered

Select splash screen resource on application sturtup

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?

dotnet-csharpwindows-wpfdotnet-wpf-xaml
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

karenpayneoregon avatar image
0 Votes"
karenpayneoregon answered

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.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.