|
-
Feb 12th, 2004, 07:57 PM
#1
Thread Starter
Member
Forms designer in run time
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.
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
|