Click to See Complete Forum and Search --> : How to use Network connections between two (or more) Windows 9x PCs


CMichael
September 23rd, 1999, 01:53 AM
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
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