Archive for the ‘ C# ’ Category
I recently started to use Subsonic on my Windows Home Server to make my music collection available over the internet. Subsonic must be configured to run on a port other than port 80, because this port is already used by the IIS web server. This is a major inconvenience, because it may prevent you from [ READ MORE ]
This article is part of a backup. It was originally posted on Sunday, March 25. 2007. A search on Google will return quite a lot of more or less complicated and complete articles on how to implement Windows Vista’s Aero glass look in your own .NET applications. This posting will describe how to achieve this effect [ READ MORE ]
This article is part of a backup. It was originally posted on Tuesday, February 27. 2007. Currently, none of the Visual Studio suites have out-of-the-box support for the new Windows Presentation Foundation (WPF) in the .NET Framework 3.0. This article explains what you need to get started with the development of WPF based .NET applications in [ READ MORE ]
This article is part of a backup. It was originally posted on Friday, February 23. 2007. Adding the ability to play embedded QuickTime media in your .NET application is fairly easy using the QuickTime COM/ActiveX Control provided by Apple as part of their QuickTime for Windows player software. However, although the online documentation [ READ MORE ]