I am using the TaskDialog within WindowsAPICodePack. When I try to create a TaskDialog without just a TaskDialogProgressBar and TaskDialogButton it throws the follow exception.
I\'m using TaskDialogIndirect in VB6. It\'s working great, and I even have links working (with enabling TDF_ENABLE_HYPERLINKS) in the pszFooter member 开发者_开发知识库of TASKDIALOGCONFIG.
I\'m using the following code to call a TaskDialog. [DllImport(\"ComCtl32\", CharSet = CharSet.Unicode, PreserveSig = false)]