Mesta Automation

Tag Archive

WPF Controls

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

WPF Gauge with samples

/ 2 min read

Get the latest source for CircularGauge.dll with samples from my github repository. As i mentioned in an earlier post i often use EvelynT Gauge for my industrial software. Because of the limits of the original…

Read Article