VB Question

alaniscool

Senior member
Jul 30, 2000
254
0
0
I have a VB UserControl and a Class Module in an ActiveX project. I was wondering how I could reference the UserControl from the class module?
 

alaniscool

Senior member
Jul 30, 2000
254
0
0
That would mean that I would have to pass the control as a parameter everytime I need to access the control in the class module. And I know that I could also set a global variable to point to the control. Is there a better way?