|
Re: HTML and C# in MCE.
'Control Sockets' - you mean your writing an application that communicates on TCP/IP? Well - remember that I've never done this because I dislike writing code in C# - I'd suggest you take your code, start a new project (this time a 'Web Control Library') and turn your application into a web control. You SHOULD then be able to use this from an HTML application.
Otherwise, you'd have to write something with ActiveX (use the MFC classes, they are the easiest to work with for this sort of thing) and make an ActiveX control that interacts with your C# program by using messages or TCP/IP.
When it comes to making your HTML LOOK like MCE, that's a lot of fun. You can take a look at how some other people have done it (My Movies and mceWeather are excellent examples, I've tried with NowShowing) and basically copy them - they are all based on the Media Center SDK samples anyway, but use their own graphics.
|