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 strongm 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
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.
 
Use the MessageBox() function, or AfxMessageBox() if you're using MFC.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top