I want to use a custom icon in MessageBox.Show("Message", "Title", MessageBoxButton.OK, MeesageBoxIcon.myIcon) Method.
Any suggestion please?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I wrote one a little while ago, it works exactly like the regular messagebox class.
CustomMessageBox (Class): http://pastebin.com/m8evBmZi
MessageForm (Form): http://pastebin.com/jawHZDzY
MessageForm (Designer Code): http://pastebin.com/CRXjeUFN