Click to See Complete Forum and Search --> : Dialog Window as the start up...


Sunsam
March 4th, 2003, 10:36 AM
HI ,


I am working on this SDI application to which I have added a dialog box. I want this dialog box to be the start up screen on running the project instead of the default screen which.
Can you please help me with this issue.

Thank You..

Jesper A
March 4th, 2003, 12:50 PM
Depending on what you want to do. And if I understod
correctly...
If you want to run the DlgBox for receive some
info about something before startup.You can call
DoModal() on that dlgbox in the onInitialUpdate() of your
view class. If you want to show the dlgbox as your
"view" itīs better to derive your view class from CFormView.

Regards