Hi,
I have never created my own program to send data over a LAN and I have no idea where to begin. Where I want to end up is being able to send music/pictures over my LAN. Anyone have a place for me to start?
TIA
Matt
Printable View
Hi,
I have never created my own program to send data over a LAN and I have no idea where to begin. Where I want to end up is being able to send music/pictures over my LAN. Anyone have a place for me to start?
TIA
Matt
If this is .NET (which I have no experience with) you'll probably want to use the Sockets class. Here's one example:
http://www.eggheadcafe.com/articles/20020323.asp
If it's strictly for over the LAN, then there might be other ways, but the Sockets class will work.