Welcome to MSDN Blogs Sign in | Join | Help

Ivo Manolov's Blog

.NET, WPF and Win32 Programming

Syndication

Browse by Tags

All Tags » WinForms   (RSS)
TestApi v0.3 Released!
I am happy to announce that we have just released the third preliminary version of TestApi -- the testing API library. This version introduces some fairly significant changes and new features: New name spaces (under Microsoft.Test) and new binary names; Read More...

Posted Thursday, July 23, 2009 6:52 PM by ivom | 1 Comments

TestApi v.0.2 Released!
I am excited to announce that we have just released the second preliminary version of TestApi – the testing API library – on http://codeplex.com/testapi ! The v.0.2 package includes the following additions and modifications: Improved command-line parsing Read More...

Posted Friday, April 24, 2009 5:53 AM by ivom | 9 Comments

Introduction to TestApi – Part 2: Command-Line Parsing APIs
Command-line parsers remind me of linked lists in C++: everybody has written several at various points in their careers. While everybody should write each of those at least once, I doubt that many people out there are particularly excited about writing Read More...

Posted Wednesday, December 17, 2008 2:15 PM by ivom | 6 Comments

TestApi v.0.1 Released
On Friday, we released the first preliminary version of an experimental library with test APIs, named ... TestApi :). With this library, we are sharing internal Microsoft testing technology with the developer and tester community. We wanted to keep the Read More...

Posted Saturday, December 06, 2008 10:30 AM by ivom | 1 Comments

WPF-Win32 Interop Part 1: Hosting WinForms Controls (DataGridView) in WPF Windows
It's no secret that Win32 has been an extremely successful GUI platform over the past 15 or so years. The overwhelming majority of desktop components and applications for Windows in existence today are Win32-based. So although WPF is (compared to Win32) Read More...

Posted Thursday, July 26, 2007 6:46 PM by ivom | 3 Comments

Filed under: , , ,

Attachment(s): WinFormsDataGridViewInWpfWindow.zip

Page view tracker