PDA

Click to See Complete Forum and Search --> : How to use the winsock without the winsock.ocx?


keetsh
Aug 8th, 1999, 12:48 AM
I'm really interested in finding a way to make a client-server application without using the winsock.ocx control.

tnx for helping

keetsh

programmer
Aug 12th, 1999, 10:37 PM
Hi
Two ways:

1) Download another activex control.
2) Use the Winsock API calls, so you wont need to use the control it self.

keetsh
Aug 13th, 1999, 12:08 AM
Thanks a lot, but can you tell me how to find out which ActiveX I have to use?
And how to?


thanks,

keetsh

Aug 13th, 1999, 07:51 PM
A post in "General" just recommended this site and the guy with the question liked it...I'm going to check it out too. http://www.tcfreenet.org/people/parity/winsock.htm

keetsh
Aug 13th, 1999, 10:40 PM
Thanks a lot,

go 'n' check too, pretty useful and winsock.bas contains what I needed,

keetsh