Prakash Mondal

Prakash Mondal

  • NA
  • 288
  • 202.3k

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

May 5 2013 4:16 AM
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. 

Answers (1)