Hiya All
I want to have a YesNo msgbox in my Windows application, but with a Question Mark icon. So far I've tried:
MsgBox("Message", MsgBoxStyle.YesNo.Question, "Title"
and
MsgBox("Message", MsgBoxStyle.Question.YesNo, "Title"
The first one Shows the question mark, but replaces the Yes and No buttons with an OK button, and the second one shows the Yes and No buttons, but no question mark.
It is possible, cos I've seen it in Windows many times before, so if anyone can help out, I'll be really grateful.
I want to have a YesNo msgbox in my Windows application, but with a Question Mark icon. So far I've tried:
MsgBox("Message", MsgBoxStyle.YesNo.Question, "Title"
MsgBox("Message", MsgBoxStyle.Question.YesNo, "Title"
The first one Shows the question mark, but replaces the Yes and No buttons with an OK button, and the second one shows the Yes and No buttons, but no question mark.
It is possible, cos I've seen it in Windows many times before, so if anyone can help out, I'll be really grateful.