
Modeless dialog boxes in MDI app
I am developing an MDI app in VC++ with MFC's:
I am trying to call a modeless dialog box from the menu on an MDI. I have
added a public constructor and create function to the dialog class, but
where and how do I call the constructor and create function to make the
dialog appear on the MDI ( I have tried this on the CMainFrame.cpp file,
but does not work)
Thanks