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...