MFC specific questions


Comments

Comment from Admin
Time: July 4, 2008, 11:28 am

Example Post:
How do I display a message box on screen?

Comment from Admin
Time: July 4, 2008, 11:36 am

Example Answer:

Using the following call:

AfxMessageBox(”Hello World”);

Write a comment