Posts tagged “WPF”
All posts with this tag, newest first.
2 Posts found
RSSPorting the Peakboard runtime from UWP to WPF
December 10, 2019
The Peakboard runtime moved from UWP to WPF in 2019 to reach network shares, fonts and libraries. (updated September 2026)
How To Implement A Modern Progress Dialog For WPF Applications
April 22, 2011
Developing a Windows Presentation Foundation (WPF) application requires sometimes to execute an asynchronous task with long-running execution steps, e.g. calling a web service. If those steps are triggered by user interactions, you want show a progress dialog to block the user interface and display detail step information.