Friday 25 November 2011

How to use the Windows Vista TaskDialog in WPF

Windows Vista TaskDialog

Introduction

Windows Vista comes with an new standard dialog box called task dialog. The TaskDialog was developed as part of Windows Vista's "clarity" offensive to improve the user experience. It provides a lot more features than the original message box.
The TaskDialog is part of the comctrl32.dll library and only available on Windows Vista or later, its not part of WPF or the .NET framework. To use it from managed code, we need to write a interop wrapper.
This article is not finished yet... :-(

No comments:

Post a Comment