C
C#8mo ago
theholyhuub

❔ wpf start animation

I make an app in wpf and i want to make a startup gif.
7 Replies
Buddy
Buddy8mo ago
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
theholyhuub
theholyhuub8mo ago
Dam And how to make it as start load screen
Buddy
Buddy8mo ago
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.
theholyhuub
theholyhuub8mo ago
For now i just used a splash screen
theholyhuub
theholyhuub8mo ago
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...
theholyhuub
theholyhuub8mo ago
How?
Accord
Accord8mo ago
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.
Want results from more Discord servers?
Add your server
More Posts