Got a coupla questions:

I run one instance on my second computer (Win NT) then I start the prog in IDE on my main computer. I get an overflow in
Code:
Public Function IP_2_Long(IP As IP_Type) As Long
IP_2_Long = IP.IP(3) Or (IP.IP(2) * &H100) Or (IP.IP(1) * &H10000) Or (IP.IP(0) * &H1000000)
End Function
the IP address is 192.168.55.23
I put an On Error Resume Next in to see if everything else works. Seems to. But I cannot see the other computer in the Users Online window.

And what am I to do to connect to your running server? (or should that happen automatically somehow?)