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?
+2
A:
You're looking for the TaskDialogIndirect
method.
You can also use the Windows API Code Pack, which contains a managed wrapper.
SLaks
2010-03-14 14:56:31
What assembly is it in?
Mohit Deshpande
2010-03-14 14:57:06
"Minimum DLL Version comctl32.dll version 6"
Pindatjuh
2010-03-14 14:59:56
@Pindatjuh: He asked that before I edited in the link. Obviously, it requires Vista.
SLaks
2010-03-14 15:01:47