Can i connect to the local network via tcpip instead of using drive mapping.. how can i achive that?
Printable View
Can i connect to the local network via tcpip instead of using drive mapping.. how can i achive that?
I want a simple TCP-IP Code in VC/VC++
One for Client
and One for Server.
Wrong forum here, try the visual C forum
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
Not exactly sure what you mean.
You can access a network file via TCP/IP address:
Open "\\130.30....\yoursharename\test.htm" For Input As #1
Dim strZeile As String
Line Input #1, strZeile
Close #1