I've seen numerous applications with 'Rich' selection dialogues like selection dialogues in "Paint.Net" or the Windows Wizards (See Image Below). I'm looking for an alternative of a selection dialog rather using a MessageBox
in .NET. I've search online for a long time but haven't found a definite name for these dialogues or MessageBox
controls...
I want to make an application that uses these types of dialogues, but I don't know how to generate them unless designing them in a form manually. Is there already a way to generate these messages or do I have to design them myself?