Archive for the ‘ Programming ’ Category
This article is part of a backup. It was originally posted on Monday, March 15. 2004. Many of todays applications require the capability of extracting certain files from a ZIP archive, either onto the disk or into memory. A perfect solution is the UnZip DLL from the InfoZIP project because it offers few API functions to [ 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 Wednesday, February 21. 2007. The following article describes how to use Visual Studio C++ 2005 Express Edition with the new Microsoft Windows SDK on 64-bit Windows Vista systems. It will, at least for the better part, apply to other Windows Operating systems as well. Requirements This [ 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 ]