1
Answer

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

Ask a question
Prakash Mondal

Prakash Mondal

11y
15.2k
1
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)