|
-
September 23rd, 1999, 01:53 AM
#1
How to use Network connections between two (or more) Windows 9x PCs
I'll try to send Data through the Network from one to other PC by having a program which gets and returns Data to the other one.
But I don't know how I should use the Network.
Which functions are the best of which Dll?
Is there a website where I can find examples and introductions?
Can you answear my question?
'Michael
Thanks!
-
September 23rd, 1999, 04:26 AM
#2
Re: How to use Network connections between two (or more) Windows 9x PCs
Maybe the Win32-functions starting with WNet* do best; they provide connections to other PCs in a Windows network, so you can open/read/write files on a remote computer; if you want more functionality (but also more complexity), you should inform yourself about DCOM, which can provide every form of data exchange.
Informations about these themes can be found at MSDN, http://www.microsoft.com/msdn/ (i am not really sure this is right). If you want to start with DCOM,
there are several books that cover or describe this technique.
Uli
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
|