Larry E. Ramey wrote:
>
> Yes, I saw it generate that call. It created an OnCreate function and
> attached it to the DirPickerCtrl. However, it never fired. I'm a little
> confused how it would fire anyway. You call the constructor thus
> creating the DirPicker, then you attach a call back to be called when it
> is constructed.......... Errr...... Ummmm......
>
Hm, good point! In which case, you could specify a new class for your
dir picker and then it'll generate the event table.
(In theory you could specify 2-step construction and do the connect
between the first and second call, but DB won't generate it in this
order at present.)
Regards,
Julian
.