Guest cbelcher Posted November 21, 2002 Posted November 21, 2002 Good afternoon everyone, I want to thank anyone in advance that can give me a hand. Here's the question: I wrote a simple little media player making calls to the quartz.dll. Now I want to extend this application so as to be able to have the front end on one pc (my Wireless Toshiba 3500 Tablet pc) and control this application on a remote server. I want to be able to hit play on the remote pc and it would play the file (via DCOM or maybe .NET's remoteng) on the server. Questions 1. Is this doable? 2. If someone thinks it is. What are your suggestions for getting started? I don�t have a huge VB background so be gentle. Thanks Craig Quote
*Gurus* Derek Stone Posted November 21, 2002 *Gurus* Posted November 21, 2002 I think the System.Net namespace would actually provide you with an easier implementation. All you have to do is establish a connection using the Sockets class and send a simple "play" message. If you need help using this namespace please post here. Quote Posting Guidelines
Guest cbelcher Posted November 22, 2002 Posted November 22, 2002 Im going to try it! I see some code on MSDN for a HTTP request using the socket class. So I guess I can figure out the client side sending the play message. But what about the server side? Do I need to use the TCPlistener Class? Quote
*Gurus* Derek Stone Posted November 23, 2002 *Gurus* Posted November 23, 2002 Please post socket questions in the Network forum. Thank you. Quote Posting Guidelines
Guest cbelcher Posted November 25, 2002 Posted November 25, 2002 Will do! Will do! Thanks for your help! Quote
Recommended Posts