Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32755

How to Change the Font Style/ color of MessageBox in C#?

$
0
0
I have enter this code for show MessageBox.

MessageBox.Show("Invalid Entry", "Error!!!!", MessageBoxButtons.OK, MessageBoxIcon.Error)

But I want to change font color/background color of "Invalid Entry" (this msg).

Please solve it. 

Viewing all articles
Browse latest Browse all 32755

Trending Articles