Tag Archives: TaskDialogIndirect

TaskDialog hidden icons.

Before starting, you need to know there’s a small issue on using the API in your project, you can get an Unable to find an entry point name ‘TaskDialogIndirect’ in DLL ‘comctl32.dll’ error.
To get the whole story, see my post Unable to find an entry point name ‘TaskDialogIndirect’ in DLL ‘comctl32.dll’

Thanks to Bart Desmet, you [...]

Unable to find an entry point name 'TaskDialogIndirect' in DLL 'comctl32.dll'

For those of you who tried Windows API Code Pack, particularly the TaskDialog managed wrapper, you’ve probably encountered the following error when trying to run your program.

Too bad,
I was happy when I heard they finally released a managed API for those (not yet managed) APIs …
I have been struggling a lot last year to [...]