Transfering pictures between applications on LAN

  • Thread starter Thread starter Dzemo
  • Start date Start date
D

Dzemo

Is there any way to transfer picture files between two computers on LAN. Do
I need to use sockets or...
Any ideas or examples
THX
 
The easiest one since it is a LAN, is to share a folder on the destination
computer, give proper rights, and save the file there from source computer.
If that is not possible, you can use sockets, .NET remoting, e-mail
attachments, databases and many other creative ways...

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
You can code, design and document much faster.
Free resources for add-in developers:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top