taskdialog Questions
3
Solved
I'm using the following code to call a TaskDialog.
[DllImport("ComCtl32", CharSet = CharSet.Unicode, PreserveSig = false)]
internal static extern void TaskDialogIndirect(
[In] ref TASKDIALOGCON...
Pomona asked 23/10, 2009 at 9:34
3
I´m developing a modern WPF application. I want to use the TaskDialog, but I always get the common error:
TaskDialog feature needs to load version 6 of comctl32.dll but a
different version is c...
Mention asked 15/4, 2013 at 16:23
2
Solved
I have noticed a large, vertical space in my task dialog (the space between the command links' titles and instruction texts) which looks really bad. It started to appear right after I upgraded Wind...
Bierce asked 18/7, 2013 at 6:54
4
Solved
I'm using the WindowsAPICodePack for TaskDialog. When I try to show the dialog it says that it needs to load version 6 of comctl32.dll. So I added version 6 to the app.manifest and tried running it...
Hudgens asked 12/9, 2009 at 14:33
2
Solved
The TaskDialog in Windows7 has a blue Main Instruction text at the top. Is there a way to get that color as a Brush value in WPF?
Breathtaking asked 15/5, 2011 at 17:22
1
© 2022 - 2024 — McMap. All rights reserved.