Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simple dialog

Status
Not open for further replies.

Rohrssen

Programmer
Joined
Jul 26, 2002
Messages
1
Location
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.
 
Use the MessageBox() function, or AfxMessageBox() if you're using MFC.
 
Thanks!

That's exactly what I was looking for.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top