Link to home
Start Free TrialLog in
Avatar of hkaraman
hkaraman

asked on

Winsock in ACtiveX DLL

Experts,

I am writing an ActiveX DLL and want to use Winsock Control in this DLL. How can I go about doing this. If not possible what do you suggest.
Using VB6.


Thanks
Avatar of realrael
realrael


if i understand your query right, wouldn't that be as simple as adding the winsock control component in your activex dll project?

project -> components -> check the microsoft winsock control.

then use the component in code...

dim w as Winsock

- rael
Avatar of Carl Tawn
In order you use the Winsock control in a DLL, you will have to add a form to the project and drop a winsock control onto it.  Then just call its methods as you would normaly.
ASKER CERTIFIED SOLUTION
Avatar of mladenovicz
mladenovicz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial