ActiveX Control with included Form
Posted
by cru3l
on Stack Overflow
See other posts from Stack Overflow
or by cru3l
Published on 2010-04-15T09:17:56Z
Indexed on
2010/04/15
9:23 UTC
Read the original article
Hit count: 272
vb6
I'm try develop an ActiveX Control in VB6. It have one UserControl and one form. And the problem that i can't call usercontrol function's (even public) from this form. I can't type something like
UserControl.DoSomething 'not working
It work's only if create copy of usercontrol (UserControl1, for example). But in resulting i need one ocx file (component). So i can't create another form with copy of usercontrol in project
© Stack Overflow or respective owner