|
-
May 10th, 1999, 11:07 AM
#1
Basic question about constructors and initializers in VC++
Hi,
Why does Visual C++ provide the OnInitDialog function when the dialog already has a constructor , i.e, can I not perform all initializations for a dialog in the constructor of the dialog itself (instead of in the OnInitDialog function) ?
Thanks in advance.
mc
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
|