Multimedia
Multimedia is media that utilizes a combination of different content forms.
Language
Platform
Any
License
Any
Shows how to gradiently color a cell in a WPF DataGrid based on the contents of the other cells or just a single column.
How to draw regular polygons in C# by calculating vertex coordinates and using GDI+
Implementing a box blur effect in C# via image convolution.
Specialised applications can require that the mouse pointer is limited to a fixed portion of the screen, known as a clipping rectangle. This region can be determined and controlled by reading and...
Send any FrameworkElement to the printer complete with title and printer options.
Implementing a box blur effect in C# via image convolution.
Simple approach to get the hash code of an image in C#.
A commonly used standard for high quality sound reproduction is the Waveform Audio File Format, with sound data usually stored in WAV files. The .NET framework provides the SoundPlayer class to allow...
When a user interacts with a Windows Forms application using the mouse, most operations will be controlled with the left (or primary) mouse button. However, it is often important to be able to detect...
Introducing the Visual C# Kicks OfficeButton. This powerful and flexible .NET component harnesses the innovative Microsoft Office 2007 look to create a clean, sophisticated button. Written entirely...
VintaSoftAnnotation.NET is a developer's tool that allows to annotate images: create, process, delete, save to XML or TIFF file, merge the annotations with image. Supported annotation types:...
How to use the TabControl .NET control to create virtual Forms inside WinForms.
Capture the graphics of a visible .NET control to a bitmap using GDI.
The chaos game is a method for generating fractal images by plotting randomised points inside a polygon according to a simple set of rules. In this article we will use the chaos game to generate the...
Implement the new Window 7 Aero Shake feature in C# Windows Forms with simple .NET code.