How to change the color of message box?

can we make the messagebox colorful?
1
2
3
4
5
6
7
#include<windows.h>
using namespace std;
int main()
{
MessageBox(0,"THIS IS MESSAGE BOX","TITLE",0);
return 0;
}
Topic archived. No new replies allowed.