Posts tagged “WPF”
All posts with this tag, newest first.
2 Posts found
RSSPorting the Peakboard runtime from UWP to WPF
December 10, 2019
Taking the board viewer off UWP so it can reach the network shares, fonts and libraries an industrial screen actually needs. (updated August 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.