I'm afraid not. That only transfers the values from control to variables (or vice versa) - it does not make the necessary initial connection between the two. If you try and call this before the base class call to OnInitDialog(), it will also assert for the same reason.
Oh ok I thought we were talking about DDX_Control, but we're not. For DDX_Control it works without the call to OnInitDialog, it has code to see if the control has been subclassed already. Sorry for the noise.
cheers,
roel
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
