1.

Solve : Getting response from MessageBox()?

Answer»

I use Borland C++ 3.1 (because its small in size & gives everything a learner needs).I wanted to learn the MESSAGEBOX() so I wrote the following CODE:-

MessageBox(NULL,
"Message Box",
"Continue your ACTION",
"MB_ICONQUESTION | MB_YESNO);

How to find out what it RETURN, better if anyone gives the code.
Thanks in advance



Discussion

No Comment Found