Hello and thanks for the help.
I am looking at some sample code which works but there is an element of the
syntax which is confusing. The code is:
ThisForm.tcpServer.Object.LocalPort = 1001
ThisForm.tcpServer.Object.Listen
where tcpServer refers to an instance of the Winsock control. Why is the
.Object in this code? What is the difference between
Thisform.tcpServer.Object.LocalPort and Thisform.TcpServer.LocalPort?
Thanks again,
Jeff