I have installed VB6 with SP5. I have an app which generates a form and its vb code, as:

Set ctlNewControl = frmNewForm.Designer.ContainedVBControls.Add("Label", Nothing)

but not function with other controls than not included in Contained control, as:

Set ctlNewControl = frmNewForm.Designer.ContainedVBControls.Add("MSComCtl2.DTPicker", Nothing)

what is the problem? Because before that I install SP5 this app was generate the code normally with all controls.