MessageBox help
I've created a modal form instead of using the message box function in order to change the caption of buttons. Now I don't know how to insert that "question image" on my modal form that the message box has.
I could use a picturebox control and insert into it a captured image of that "?" symbol, but I'm not sure this is the best way. Is there any function in C# to work with that image not only in message box functions?
|