yadyn / WPF-Task-Dialog

A TaskDialog wrapper class with fallback emulator (for XP and earlier).

Home Page:http://www.codeproject.com/KB/WPF/WPFTaskDialogEmulator.aspx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TaskDialogs display a default .NET Icon when running on Windows XP.

niemyjski opened this issue · comments

I noticed that when I show a TaskDialog, the default stock .net Icon is displayed in Windows XP.

This is a known issue since my original 1.0 release (see SafeNativeMethods, line 60).

Unfortunately, I haven't been able to get XP to hide the icon and I've tried several different PInvoke methods out there.

If anyone can solve it I'll gladly pull in the fix!

Thanks for the update. If I have time and come across anything. I'll let you know.