UserControl From Module



Hi,

I have a VB6 project and I am trying to do some multithreading. I have
a module and a user control with all the form elements. I was wonder
how I can access the elements of the UserControl from my module. Since
it's not a form, there doesn't seem to be any direct access. I'm using
the AddressOf function to call my method in my module from my
UserControl, but I need the module to update a field in the user
control.

Any help would be apprieciated.

Marcus de Leon

.