Results 1 to 2 of 2

Thread: A component inside a ActiveX dll

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    Costa Rica
    Posts
    1
    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.

  2. #2
    Lively Member
    Join Date
    Dec 1999
    Posts
    106
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width