I want to use Task Dialogs in my .NET 4 application but I need to also support Windows XP.
I've googled and there are thousands of implementations for .NET that aren't dependent on Windows Vista or above, but most of the ones I've looked at expose only a small subset of the native Task Dialog API.
The Windows API Code Pack has a good .NET wrapper for the native Task Dialog API, but it requires Vista or above.
I'm looking for a good quality implementation that is roughly on par with the native Task Dialog in terms of features and look and feel. A WPF implementation complete with animations would be great!
Can anyone recommend such a thing based on past experience?