how can i change messagebox background color in windows applications ?
-
i given messagebox code here MessageBox.Show("welcome to trendz", "Classmaster",MessageBoxButtons.YesNo, MessageBoxIcon.Question) but i want change background color of the messagebox please give me reply ,how can i change background color of the messagebox ?
-
i given messagebox code here MessageBox.Show("welcome to trendz", "Classmaster",MessageBoxButtons.YesNo, MessageBoxIcon.Question) but i want change background color of the messagebox please give me reply ,how can i change background color of the messagebox ?
Hi, AFAIK you can't modify the behavior of MessageBox, InputBox and the like. If it does not suit you, you will have to make your own, from scratch. It is not that hard. :)
Luc Pattyn [Forum Guidelines] [My Articles]
- before you ask a question here, search CodeProject, then Google - the quality and detail of your question reflects on the effectiveness of the help you are likely to get - use the code block button (PRE tags) to preserve formatting when showing multi-line code snippets