PDA

Click to See Complete Forum and Search --> : A component inside a ActiveX dll


jecheverria
Mar 7th, 2001, 06:10 PM
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.

hayessj
Mar 8th, 2001, 05:40 AM
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.