Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Until now, I wished to get a CheckBox and a Help button for the MessageBoxAdv and you understood my wishes.
But now, I believe, this is not a good solution, this would overload the MessageBoxAdv with features and the Windows MessageBox does not offer this features too.
But the Windows API / .Net TaskDialog offers these features.
Since I want to assist you, I tried to realize this already.
The Windows TaskDialog:
My SfTaskDialog:
The .Net TaskDialog does not offer Command-Links, like the Windows API do (with the TaskDialogIndirect function), but I added this too:
If I'm right, I implemented all features of the .Net TaskDialog, but without clickable links in the texts.
Currently, I don't need this feature for myself, but I would implement this too, if you would apply my development. But for this, I require a control with link colors, which supports your themes.
I already started to implement a control for this, but until now, you didn't respond it.
But for the TaskDialog, there are more features are needed. The Windows TaskDialog offers a feature to enclosed multiple links to one text, defined by HTML anchors: "Text with a <a href="www.foo.com">link</a> inside." for example. If you are interested about my SfLinkLabel, I would implement this feature to it too.