المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Can a modeless dialog box be a main window



C++ Programming
01-30-2013, 02:23 PM
Hi,

I am writting a OLE app that I want to be MFC based towards that end
I think I need two things

1) A Main Thread CWinApp

2) A main window "m_pMainWnd"

My question is can the main window be a modeless dialog box or does it have
to be CFrameWnd

Thanks