Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fine Tuning the Winsock ?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00792175
Message ID:
00800501
Views:
50
Oops, I'm trying to stay away from the Winsock ActiveX control and use native API.



>That article refers to actually getting directly into using the socket level programming. I am guessing you might not want to get into something that technical.
>
>Here is some code to get you started with. You will need to experiment to get a better understanding.
>
>init the control
> Winsock1.Bind 80
> Winsock1.Listen
>
>
>Private Sub Winsock1_ConnectionRequest(ByVal requestID As Long)
> Winsock2.Accept requestID
>End Sub
>
>This is pulled from some VB code I have. It is not hard to convert it though.

Read about the greatest fraud in the history of mankind.
See TaxableIncome.net.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform