Okay, I want to make my regular computer control a music player on another one of my computers. I want to make a music server. What is the best way to do this? I just need a little push. Is winsock alright to use?
Adam
Printable View
Okay, I want to make my regular computer control a music player on another one of my computers. I want to make a music server. What is the best way to do this? I just need a little push. Is winsock alright to use?
Adam
Winsock would be the only way to do this, well there are classes like CSocket.cls but it is basically using the winsock control :)
Have a look at this if you are not familiar with the control.
Winsock