Mesta Automation

Topic Archive

WPF Resources

Articles filed under WPF Resources, collected from the Mesta Automation archive.

WPF

How to use Windows 7 dialogs with WPF

/ 3 min read

Wpf is an advanced technology to build responsive user interfaces, but for many tasks (MessageBox, Folder Browser, Progress Dialog) you still have to use the old Windows Forms dialogs. Windows 7 replaced this old…

Read Article
WPF

WPF Themes and theme switcher class

/ 1 min read

You can find an updated collection of themes for WPF application here. This class contains also a test project where you can see how to switch themes based on a combobox and how to…

Read Article
WPF

Multilanguage applications with C# with database support

/ 4 min read

[5/3/2012: I updated this post with a new version of this library for WPF, keeping this post separated because for Winforms this library is still okay. Check it here] Download the sample application: https://mesta-automation.com/Downloads/changeLanguage.rar As…

Read Article