|
-
September 23rd, 1999, 07:25 PM
#1
Connect through network by tcpip
Can i connect to the local network via tcpip instead of using drive mapping.. how can i achive that?
-
February 24th, 2000, 02:43 AM
#2
Re: Connect through network by tcpip
I want a simple TCP-IP Code in VC/VC++
One for Client
and One for Server.
-
February 24th, 2000, 02:58 AM
#3
Re: Connect through network by tcpip
Wrong forum here, try the visual C forum
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
February 24th, 2000, 11:34 AM
#4
Re: Connect through network by tcpip
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|