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