When you create an ocx file .. how do you put multiple controls within it? Such as the MS Common Controls is one ocx but has several different controls within it. How do you put two or more controls into one ocx?
Jimmy
Printable View
When you create an ocx file .. how do you put multiple controls within it? Such as the MS Common Controls is one ocx but has several different controls within it. How do you put two or more controls into one ocx?
Jimmy
when you start your usercontrol progect right click on the project window (to the right of your screen above the properties window) from the popup select Add...usercontrol. another usercontrol will be added to your project, code this and that's 2 controls, you can add as many as you like..