7 Replies
WPF does not support GIFs, you must either use a library that gives support for GIFs or make your own control that handles the timeframes.
You can use this for example https://github.com/XamlAnimatedGif/WpfAnimatedGif
Dam
And how to make it as start load screen
Make a window, change App.xaml's startuplocation to your new window, and pretty much done.
Then via code you need to include some sort of timer that starts up the new window.
I personally dislike startup screens though, they're pretty much useless and waste of time.
Unless you actually do things during the startup screen, such as loading configuration, etc.
For now i just used a splash screen
GitHub
GitHub - theholyhuub/vipaurav0.1: this is the design of the app (wi...
this is the design of the app (with a few functions) the main functions will come in v0.2 - GitHub - theholyhuub/vipaurav0.1: this is the design of the app (with a few functions) the main functions...
How?
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.