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:
00800499
Views:
38
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.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform