WPF Splash Screen w/Dynamic Elements. How?

ぃ、小莉子 提交于 2020-01-01 07:04:50

问题


I'm new to WPF, and I need some help. I have a slow-loading WPF app, so I am displaying a splash screen as a stopgap solution. However, I'd like to be able to have the screen change on each run, and display a different quote in a text area (it's a productivity app, so I'll be using non-sappy yet motivating quotes).

I wouldn't post this question if it didn't have broader applicability, of course. Many others need to display version numbers, license info, or loading progress in WPF apps.

Bottom line: Is it possible to create a fast-loading native code splash screen with dynamic text elements, and display it for a WPF app?

Thanks!


回答1:


Stefan Olson has implemented a native code splash screen for WPF. You can read about it on his blog here. Maybe this will be of some help to you?

Update

Link no longer active. Wayback Machine to the rescue! Read the archived page here



来源:https://stackoverflow.com/questions/1219273/wpf-splash-screen-w-dynamic-elements-how

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!