 |
WPF UIAutomation is a framework from Microsoft to automate Windows applications. In this article I will demonstrate a lot of features (invoking button clicks, focusing controls, entering data, sending keystrokes, subscribing to events, ...) and compare it with the open-source project White. more
2008-06-06 - English - .NET, UI Automation, WPF, WinForms
|
 |
This short article covers the most important features of the open-source White framework and the Microsoft UISpy tool. White can be used for UI automation and my C# .NET application demonstrates how to automate the Windows calculator by sending keystrokes, clicking on buttons and menus, pressing function keys, accessing textboxes, ... more
2008-05-04 - English - .NET, UI Automation, WPF, WinForms
|
 |
This post briefly describes how to integrate a WPF user control in a Windows Forms application. It also provides a workaround to solve the background color problem of the ElementHost class. This workaround will demonstrate how you can map properties between Windows Forms controls and WPF UI elements. more
2008-02-21 - English - .NET, WPF, WinForms
|
 |
Overview of all VisualStyleElements (XP theme elements) which can be used when drawing on a GDI+ drawing surface. more
2006-12-31 - English - .NET, WinForms
|