I am trying to create an activex dll that will load an activex control and set properties for the control.
How do I call or reference the control in my class module?
Thanks
ML
Printable View
I am trying to create an activex dll that will load an activex control and set properties for the control.
How do I call or reference the control in my class module?
Thanks
ML
just add the component to the project like you would a standard exe and then use something like this:
Private withevents m_Control as TextBox