Hi everybody and thank you for reading.
I'm trying to make an ActiveX dll in VB to use it from an ASP page, but the problem is the my activeX needs to use the Winsock component, how can I do that?
Thank you again.
Printable View
Hi everybody and thank you for reading.
I'm trying to make an ActiveX dll in VB to use it from an ASP page, but the problem is the my activeX needs to use the Winsock component, how can I do that?
Thank you again.
I did this before, I created a class and a form in the DLL. I put the winsock control on the form and created an instance of the form as a member variable of the class. This allowed be manipulate the winsock control on the form from my class in the dll.