Hi.
I am using visual studio 2005.
I am coding in C++.
Is there any way where we can see a window pop up kind of thing, like an alert message, when any condition is met.
Thanks in advance.
This is a discussion on alert box within the C++ Programming forums, part of the General Programming Boards category; Hi. I am using visual studio 2005. I am coding in C++. Is there any way where we can see ...
Hi.
I am using visual studio 2005.
I am coding in C++.
Is there any way where we can see a window pop up kind of thing, like an alert message, when any condition is met.
Thanks in advance.
uh ? Do you want to make pop-up ads ?
Don't. People hate that stuff. And most modern browsers have pop up blockers!
Maybe create a message box in your app.
I used to be an adventurer like you... then I took an arrow to the knee.
Are you asking about a "dialog box"? Yes, you can do that.
Here are some links:
http://msdn2.microsoft.com/en-us/lib...24(VS.85).aspx
http://msdn2.microsoft.com/en-us/lib...05(VS.80).aspx
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.