Jul 26, 2002 #1 Rohrssen Programmer Jul 26, 2002 1 US How do I write a simple dialog that will pop up and display a message? I'd like to have something similar to a JavaScript alert function that I use to display debugging messages that include text and variables.
How do I write a simple dialog that will pop up and display a message? I'd like to have something similar to a JavaScript alert function that I use to display debugging messages that include text and variables.
Jul 26, 2002 #2 dds82 Programmer Jun 5, 2002 251 US Use the MessageBox() function, or AfxMessageBox() if you're using MFC. Upvote 0 Downvote
Jul 26, 2002 #3 WebdudeIA Programmer Jul 26, 2002 11 US Thanks! That's exactly what I was looking for. Upvote 0 Downvote