Home » Category » DLL & COM & ActiveX

DLL & COM & ActiveX: Winsock

104| Fri, 30 Nov 2007 23:46:00 GMT| brianh| Comments (1)
Can you add a winsock control to an Active X dll?

Keywords & Tags: winsock, dll, com, activex

URL: http://programming.itags.org/com-activex/174547/
 
«« Prev - Next »» 1 helpful answers below.
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 Hot Answers

DLL & COM & ActiveX New questions

DLL & COM & ActiveX Related Categories