"A Nonymous" <anonymous[ at ]hotmail.com> wrote in message news:Xns9968892311AFBanonymoushotmailcom[ at ]207.46.248.16...
[Quoted Text] >I am hoping that someone can point me to some resources (tutorials) on how > to control WMP11 remotely. > > Situation: I have an XP Pro box with WMP11 that is connected to my stereo. > I have the "room 2" speakers out on my patio so I can listen to music when > we have a family get together. Works great except that to control anything > I have to go in the house to my PC. > > What I want to do is to write an app in C# that will run on my IPaq and use > the WiFi to allow me to browse and change play lists, etc. > > I suspect it is not a trivial task, but I would like to give it a shot.
One option would be to write an ASP.Net app that does the controlling and use the browser on your iPaq to interface with it. Or, if you don't want to run a web server, write an app that listens and takes commands on a TCP port using telnet.
|