2

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?

Mohit Deshpande
  • 53,877
  • 76
  • 193
  • 251

1 Answers1

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