• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VB Question

alaniscool

Senior member
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?
 
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?
 
Back
Top