Mesta Automation

Date Archive

Month: <span>March 2012</span>

Articles published during this period, listed from newest to oldest.

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
C#

WingDings fonts

/ 1 min read

This is a font available in Visual Studio where you can find some interesting graphics, like “Enter button”: From wikipedia: WingDings 1: WingDings 2: WingDings 3:

Read Article
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