Hi, i'm trying to get an app to comunicate in a lan via IPaddress, there are a lot of example y winsock.ocx. but i can't see a place where i can buy or download the ocx?
The Winsock OCX comes with Visual Studio, and I think always comes with VFP. It was probably optional during the installation of VFP.
If you use WinSock, embed it in a form, since the runtime licence doesn't allow you to CREATEOBJECT() it at runtime...
I've switched from using WinSock.ocx to using windows sockets directly (which is a standard component in Windows 98se+), with much help from examples by Anatoliy Mogylevets (
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.