Download Windows Media Center TCP/IP Controller

Description

Provides a way to monitor state and control Windows Media Center (and extenders) through a standard TCP/IP socket port and/or simple HTTP server.

Source Files

The download file vmccontroller.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
VmcController/Add-In/AddInModule.cs//w  w  w .  j  a  v a 2  s.  co m
VmcController/Add-In/Commands/AnnounceCmd.cs
VmcController/Add-In/Commands/CapabilitiesCmd.cs
VmcController/Add-In/Commands/CustomFormat.cs
VmcController/Add-In/Commands/DvdRomCmd.cs
VmcController/Add-In/Commands/EpgCmd.cs
VmcController/Add-In/Commands/FullScreenCmd.cs
VmcController/Add-In/Commands/MacroCmd.cs
VmcController/Add-In/Commands/MediaChangerCmd.cs
VmcController/Add-In/Commands/MediaMetaDataCmd.cs
VmcController/Add-In/Commands/MsgBoxCmd.cs
VmcController/Add-In/Commands/MsgBoxRichCmd.cs
VmcController/Add-In/Commands/NavigateToPage.cs
VmcController/Add-In/Commands/PlayMediaCmd.cs
VmcController/Add-In/Commands/PlayRateCmd.cs
VmcController/Add-In/Commands/PositionCmd.cs
VmcController/Add-In/Commands/ScheduleCmd.cs
VmcController/Add-In/Commands/SendKeyCmd.cs
VmcController/Add-In/Commands/SendStringCmd.cs
VmcController/Add-In/Commands/SysCommand.cs
VmcController/Add-In/Commands/UnavailableCmd.cs
VmcController/Add-In/Commands/VersionInfoCmd.cs
VmcController/Add-In/Commands/VoumeCmd.cs
VmcController/Add-In/Commands/getArtistCmd.cs
VmcController/Add-In/Commands/musicCmd.cs
VmcController/Add-In/Commands/photoCmd.cs
VmcController/Add-In/HttpServer.cs
VmcController/Add-In/Keyfile.snk
VmcController/Add-In/OpResult.cs
VmcController/Add-In/Properties/AssemblyInfo.cs
VmcController/Add-In/Properties/Resources.Designer.cs
VmcController/Add-In/Properties/Resources.resx
VmcController/Add-In/RegisterAddIn.Designer.cs
VmcController/Add-In/RegisterAddIn.cs
VmcController/Add-In/RemoteCommands.cs
VmcController/Add-In/TcpSocketServer.cs
VmcController/Add-In/VmcController.Add-In.csproj
VmcController/Add-In/VmcController.Add-In.csproj.vspscc
VmcController/Add-In/VmcController.Add-In.xml
VmcController/Add-In/app.config
VmcController/Add-In/artist.template
VmcController/Add-In/custom.template
VmcController/Add-In/music.template
VmcController/Add-In/photo.template
VmcController/MCEState/DirectShow/AmMediaType.cs
VmcController/MCEState/DirectShow/ClassId.cs
VmcController/MCEState/DirectShow/DvrmsMetadata.cs
VmcController/MCEState/DirectShow/IFileSourceFilter.cs
VmcController/MCEState/Helpers/ComRegistration.Designer.cs
VmcController/MCEState/Helpers/ComRegistration.cs
VmcController/MCEState/Helpers/KeyboardHook.cs
VmcController/MCEState/Helpers/MediaState.cs
VmcController/MCEState/Helpers/MediaStatusTags.cs
VmcController/MCEState/Helpers/TcpSocketServer.cs
VmcController/MCEState/Interfaces/IMediaStatusSession.cs
VmcController/MCEState/Interfaces/IMediaStatusSink.cs
VmcController/MCEState/Keyfile.snk
VmcController/MCEState/Properties/AssemblyInfo.cs
VmcController/MCEState/Sink/MediaSession.cs
VmcController/MCEState/Sink/MediaSink.cs
VmcController/MCEState/VmcController.MceState.csproj
VmcController/MCEState/VmcController.MceState.csproj.vspscc
VmcController/Setup/Setup.vdproj
VmcController/Setup/Setup.vdproj.vspscc
VmcController/Solution Items/Keyfile.snk
VmcController/Solution Items/VmcController.CQCDrvPack
VmcController/VmcController.sln
VmcController/VmcController.vssscc
VmcController/VmcServices/ComRegistration.Designer.cs
VmcController/VmcServices/ComRegistration.cs
VmcController/VmcServices/DetectOpenFiles.cs
VmcController/VmcServices/Keyfile.snk
VmcController/VmcServices/NetFwManager.cs
VmcController/VmcServices/Properties/AssemblyInfo.cs
VmcController/VmcServices/VmcController.Services.csproj
VmcController/VmcServices/VmcController.Services.csproj.vspscc
branches/Win7/Add-In/AddInModule.cs
branches/Win7/Add-In/Commands/CapabilitiesCmd.cs
branches/Win7/Add-In/Commands/CustomFormat.cs
branches/Win7/Add-In/Commands/DvdRomCmd.cs
branches/Win7/Add-In/Commands/EpgCmd.cs
branches/Win7/Add-In/Commands/FullScreenCmd.cs
branches/Win7/Add-In/Commands/MediaChangerCmd.cs
branches/Win7/Add-In/Commands/MediaMetaDataCmd.cs
branches/Win7/Add-In/Commands/MsgBoxCmd.cs
branches/Win7/Add-In/Commands/MsgBoxRichCmd.cs
branches/Win7/Add-In/Commands/NavigateToPage.cs
branches/Win7/Add-In/Commands/PlayMediaCmd.cs
branches/Win7/Add-In/Commands/PlayRateCmd.cs
branches/Win7/Add-In/Commands/PositionCmd.cs
branches/Win7/Add-In/Commands/ScheduleCmd.cs
branches/Win7/Add-In/Commands/SendKeyCmd.cs
branches/Win7/Add-In/Commands/SendStringCmd.cs
branches/Win7/Add-In/Commands/SysCommand.cs
branches/Win7/Add-In/Commands/UnavailableCmd.cs
branches/Win7/Add-In/Commands/VersionInfoCmd.cs
branches/Win7/Add-In/Commands/VoumeCmd.cs
branches/Win7/Add-In/Commands/getArtistCmd.cs
branches/Win7/Add-In/Commands/musicCmd.cs
branches/Win7/Add-In/Commands/photoCmd.cs
branches/Win7/Add-In/HttpServer.cs
branches/Win7/Add-In/Keyfile.snk
branches/Win7/Add-In/OpResult.cs
branches/Win7/Add-In/Properties/AssemblyInfo.cs
branches/Win7/Add-In/Properties/Resources.Designer.cs
branches/Win7/Add-In/Properties/Resources.resx
branches/Win7/Add-In/RegisterAddIn.Designer.cs
branches/Win7/Add-In/RegisterAddIn.cs
branches/Win7/Add-In/RemoteCommands.cs
branches/Win7/Add-In/TcpSocketServer.cs
branches/Win7/Add-In/VmcController.Add-In.csproj
branches/Win7/Add-In/VmcController.Add-In.csproj.user
branches/Win7/Add-In/VmcController.Add-In.xml
branches/Win7/Add-In/app.config
branches/Win7/Add-In/artist.template
branches/Win7/Add-In/custom.template
branches/Win7/DevInstall.cmd
branches/Win7/Setup x64/License.rtf
branches/Win7/Setup x64/License.txt
branches/Win7/Setup x64/LicenseAccessible.txt
branches/Win7/Setup x64/Setup x64.wixproj
branches/Win7/Setup x64/Setup.wxs
branches/Win7/Setup x64/Setup_en-us.wxl
branches/Win7/Setup x64/bannrbmp.bmp
branches/Win7/Setup x64/build.bat
branches/Win7/Setup x64/dlgbmp.bmp
branches/Win7/Setup/License.rtf
branches/Win7/Setup/License.txt
branches/Win7/Setup/LicenseAccessible.txt
branches/Win7/Setup/Setup.wixproj
branches/Win7/Setup/Setup.wixproj.user
branches/Win7/Setup/Setup.wxs
branches/Win7/Setup/Setup_en-us.wxl
branches/Win7/Setup/bannrbmp.bmp
branches/Win7/Setup/build.bat
branches/Win7/Setup/dlgbmp.bmp
branches/Win7/Status/Helper/KeyboardHook.cs
branches/Win7/Status/Helper/MediaState.cs
branches/Win7/Status/Helper/TcpSocketServer.cs
branches/Win7/Status/Interfaces/IMediaStatusSession.cs
branches/Win7/Status/Interfaces/IMediaStatusSink.cs
branches/Win7/Status/Keyfile.snk
branches/Win7/Status/Properties/AssemblyInfo.cs
branches/Win7/Status/Session.cs
branches/Win7/Status/Sink.cs
branches/Win7/Status/VmcController.Status.csproj
branches/Win7/Status/VmcController.Status.csproj.user
branches/Win7/VmcController.sln

Download

Click the following link to download vmccontroller.zip.

vmccontroller.zip




















Home »
  C# Free Code »
    Network »




ActiveDirectory
Bluetooth
Client
FTP
LDAP
Network
Server
Socket
TCP
WCF