DLL & COM & ActiveX: Winsock

  • brianh / 104 / Wed, 27 Jan 2010 14:22:00 GMT / Comments (1)
  • Can you add a winsock control to an Active X dll?
  • Keywords:

    winsock, dll, com, activex

  • http://programming.itags.org/com-activex/174547/«« Last Thread - Next Thread »»
    1. In fact it is possible to use any ActiveX Control to an ActivexDLL project.

      You add a form, and then add the control to the form. Now when you need to use the control, load the form using Load statement. But don't show it. Now you may refer to the control as: Form.Control

      Another way is to add the control dynamically to any of the forms of the project.

      It is not a good idea to use activex controls in your activex Dll project. There are COM components available that will work like the Winsock Control, you may consider using one of them.

      abuhaider | Wed, 05 Dec 2007 13:35:00 GMT |

  • DLL & COM & ActiveX Questions

    • WinSock and OBJECTS

      I want to try to Object datatypes accross a network through a network, is there no way for me to try...

      By manofprayer

    • where is help

      Hello, hope so that u 'll help me in this regard.actually i 've made a vb program in...

      By aftab

    • VB ActiveX flickering problems

      I need some help here: I'm working on ActiveX components in VB that are each a piece of graphic...

      By aharel

    • Why no scrollbars for OLE controls??

      Can anyone please tell me how to attach scrollbars for OLE container controls. For e.g., if I have a...

      By hbb