Enum to ComboBox binding

Any real world appliation would like bind the Enum values to a ComboBox. So it is always better to have common code that will do the logic. Below, I have a helper class which exposed a property to get the enum type, so that I can resolve the enum values. 1: public static Type GetEnum(DependencyObject... Continue Reading →

Character Map in WPF

Introduction   (View this article in code project)The Character Map utility is free on all Windows machines and can be used to copy and paste accented letters and other foreign language characters into any Windows application. The Character Map is similar to the Insert Symbol tool found in some Windows applications such as Microsoft Word.This article explains how to implement this tool using WPF... Continue Reading →

Up ↑