Create hidden SDI application
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 ?!
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 ?!
How do MDI acting like SDI? As i only want 1 instance at a time and only 1 active form is showing, and is it possible that the child window set as the child form as like VC++…