Mesta Automation

Topic Archive

WPF

Articles filed under WPF, 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

WPF Touch Keyboard

/ 1 min read

As i previously did with Keypad, i rewrote the code of the for a WPF touch keyboard based on Wosk project on Codeplex. This keyboard both support upper and lower case letter, it’s completely…

Read Article
WPF

Keypad for WPF applications with touch-screen

/ 2 min read

This is a keypad that i often use in my applications. You can download the source code and a sample application from here:https://www.mesta-automation.com/Downloads/keypad.rar The original graphic and concepts has been taken from here: http://wosk.codeplex.com/ (check for…

Read Article