How to change the color of message box?
Jun 21, 2018 at 5:29pm
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;
}
|
Jun 21, 2018 at 5:48pm
Topic archived. No new replies allowed.