How can I produce a messagebox in a C# Win Forms application that displays a combobox with a series of values to select as well as the usual "Ok" button?
I would like to be able to trigger this on calling the MessageBox.Show()
method. I am assuming some sort of override will be necessary, but I haven't seen any pre-existing examples for this.
Use a custom Form
instead with .ShowDialog()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With