Quote Originally Posted by Grue42 View Post
Ah, Dialog Box handling is done using CDialog class in MFC. So I create the class NewDialog of base class CDialog (hence CDialog::DoModal?)
Exactly!