tags:

views:

79

answers:

2
+2  A: 

It is called CommandLink and its available since Vista. You can use the TaskDialog API to recreate the sample image that you posted.

Under .NET you can use the Vista Bridge project which wraps Vista\Win7 specific APIs (Including TaskDialog) for .NET.

Shay Erlichmen
Will this give a fallback for XP machines? I should have mentioned that in my question.
strager
No, unfortunately, XP doesn't support task dialogs or command links.
David Brown
Nope, Vista Only, I assume that because the image that you show is Vista Task dialog.
Shay Erlichmen
A: 

You can check out CodeProject articles,

http://www.codeproject.com/KB/vista/TaskDialogEmulateRedux.aspx http://www.codeproject.com/KB/vb/vdialog.aspx

Both looks nice.

Lex Li