开发者

WinForms message box with textual buttons

开发者 https://www.devze.com 2023-01-27 22:52 出处:网络
Windows 7(?) introduced a new message box feature (I\'m not sure what it is called so I\'ve uploaded a picture). How can I create such开发者_运维知识库 a box in C# with WinForms?

Windows 7(?) introduced a new message box feature (I'm not sure what it is called so I've uploaded a picture). How can I create such开发者_运维知识库 a box in C# with WinForms?

WinForms message box with textual buttons


Here is a code project article: Task Dialog WinForms


You can find all about it in MSDN.


Hello there is a library with all vista and win7 dialogs:

http://www.ookii.org/software/dialogs/

The downside is that it requires full .Net not just client profile.


As Hans Passant pointed out, the TaskDialog .NET API is provided by the Windows API Code Pack. There is an interesting article (German) about task dialogs and other functionality provided by the API.

0

精彩评论

暂无评论...
验证码 换一张
取 消