Create hidden SDI application
SPONSORED LINKS
Hi,
I need to create a single document instance(SDI) application to initialize hidden. but when I remove show window and update window lines, the application initialize main window visible. How can I do it ?!?
CSingleDocTemplate* pDocument = new CSingleDocTemplate(IDR_MAINFRAME, RUNTIME_CLASS(MyDocument), RUNTIME_CLASS(MyMainFrame), RUNTIME_CLASS(MyView));
MyView = CFormView
MyMainFrame = CMainFrame
MyDocument = CDocument
Thanks in advance,
Read more:
Create hidden SDI application