C# Messagebox With ComboBox
Posted
by Goober
on Stack Overflow
See other posts from Stack Overflow
or by Goober
Published on 2010-03-22T10:21:02Z
Indexed on
2010/03/22
10:31 UTC
Read the original article
Hit count: 381
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.
© Stack Overflow or respective owner