Mesta Automation

Tag Archive

C#

Articles filed under C#, collected from the Mesta Automation archive.

WPF

WPF and multithread: debugging with Console

/ 2 min read

You can download the sample here: https://www.mesta-automation.com/Downloads/multithread.rar With WPF it’s almost a must to use multiple threads to keep the User Interface responsive, and debugging them can be a problem when they are complex. Usually…

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