I have noticed that the Windows Vista/7 dialogs look MUCH better than just a MessageBox. How can I use them with a P/Invoke?
Asked
Active
Viewed 82 times
1 Answers
2
You're looking for the TaskDialogIndirect
method.
You can also use the Windows API Code Pack, which contains a managed wrapper.

SLaks
- 868,454
- 176
- 1,908
- 1,964
-
"Minimum DLL Version comctl32.dll version 6" – Pindatjuh Mar 14 '10 at 14:59
-
1@Pindatjuh: He asked that before I edited in the link. Obviously, it requires Vista. – SLaks Mar 14 '10 at 15:01