Windows API Codepack Backwards Compatibility on Window XP

Posted by Neil Barnwell on Stack Overflow See other posts from Stack Overflow or by Neil Barnwell
Published on 2010-05-12T23:40:15Z Indexed on 2010/05/12 23:54 UTC
Read the original article Hit count: 218

I don't have an XP machine handy. If I use the Windows API Codepack to do something new to Vista/Win7 (e.g. "TaskDialog") in C#, how does it cope with running on Windows XP machines?

If I use the Codepack, have I effectively made my application only support Vista and later versions of Windows?

© Stack Overflow or respective owner

Related posts about c#

Related posts about windows-api-code-pack