Board index » Visual Studio » control encapsulation (like a subform)
|
Mike0000
|
|
Mike0000
|
control encapsulation (like a subform)
Visual Studio128
I would like to group a number of controls together, similar to an Access subform or asp.net's web user control. Is there an approximation in vb6? I know I can use frames to keep controls together, but is there a way to encapuslate these controls? Perhaps using an ActiveX control? thanks, Craig - |
| Jeff
Registered User |
Thu Sep 09 15:40:19 CDT 2004
Re:control encapsulation (like a subform)"Craig Buchanan" <someone@microsoft.com>wrote in message QuoteI would like to group a number of controls together, similar to an Access - |
| Ken
Registered User |
Thu Sep 09 15:40:41 CDT 2004
Re:control encapsulation (like a subform)
Craig Buchanan wrote:
QuoteI would like to group a number of controls together, similar to an Access all of the properties/events that your parent form will need. If you're going to end up using a group of controls that need to look and act the same way no matter what app you're writing, an AX control sounds like your best bet. -- Ken Halter - MS-MVP-VB - www.vbsight.com">www.vbsight.com Please keep all discussions in the groups.. - |
