Click to See Complete Forum and Search --> : Connect through network by tcpip


wolfen_76
September 23rd, 1999, 07:25 PM
Can i connect to the local network via tcpip instead of using drive mapping.. how can i achive that?

February 24th, 2000, 01:43 AM
I want a simple TCP-IP Code in VC/VC++
One for Client
and One for Server.

Cakkie
February 24th, 2000, 01:58 AM
Wrong forum here, try the visual C forum

Tom Cannaerts
slisse@planetinternet.be

The best way to escape a problem, is to solve it.

Lothar Haensler
February 24th, 2000, 10:34 AM
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