|
-
May 15th, 1999, 07:12 AM
#1
URGENT: code in OnInitDialog() is not executing!
I have SDI project, with CFormView as base class. My code in OnInitDialog() is not executing. I have tried AfxMessageBos() there, it does not show up!
What could be the possible reason and remedy of this?
-
May 15th, 1999, 08:00 AM
#2
Re: URGENT: code in OnInitDialog() is not executing!
OnInitDialog is called on response to message WM_INITDIALOG.
But this message is not sent to a CFormView but only to a CDialog based class when calling Create, CreateIndirect or DoModal
-
May 15th, 1999, 10:30 PM
#3
Re: URGENT: code in OnInitDialog() is not executing!
For a Form use OnInitialUpdate()
Sally
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|