I always wanted that the functionality to convert an image from one format to another should be available in the programming language itself. This dream has come true with .NET. There are many applications (dealing with images) in which we might want to s ...(description truncated)
This one was just for fun; the article describes a project used to build a simple piano keyboard that plays some not too terrific sounding notes courtesy of the Kernel32.dll’s beep function.(ScreenShot)
This is a somewhat simple media player written in VB.NET using SlimDX. It demonstrates how to use SlimDX to play video/audio files and also how to use GDI+ to draw over a DirectX window.(ScreenShot)
Here are a set of classes for extracting most of the common information, including pictures, from both MP3 ID3 tags and WMA tags. There is also a class to read MP3 file properties and there is a demo program show how to use the classes. These classes are ...(description truncated)(ScreenShot)
This code compares two images of the standard C#/.NET supported types for equality taking into consideration size, pixel equality and more. I needed a fast way of doing this as an alternative to the slow managed GetPixel and SetPixel.
By accessing the bit ...(description truncated)
With Visual Studio .NET you can introduce an animated .gif into a Picture Box Control without any code or external activeX control. This allows you to implement impressive screensaver easily.
A powerful Class Library for pretty much all of your movie playing needs. No 3rd party controls or DirectX to worry about. Uses the established MCI command interface. Designed to be easy to use, understand, and implement. The compiled Library is only 32KB ...(description truncated)(ScreenShot)