Use the features in the .NET system to invert colors in a graphic. Coding examples are both in C# and VB.NET.
Latest VB Graphics Articles
Creating a Maze Game in .NET, Part 2: Adding Gameplay
Add the physical Maze object and enable it to work with the existing Grid and Game classes and add it to the form. Examples are in C# and VB.NET.
Creating a Maze Game in .NET, Part 1: Structure
Create your own mouse maze game. Examples are both in C# and VB.NET.
Creating a Shape Editor in .NET, Part 3
In the final article in this series, put it all together and create a canvas to draw on.
Creating a Shape Editor in .NET, Part 2: Creating The Shapes
By following up on Part 1 of this series, you will be able to create the canvas to draw on and create the shapes. Examples are in C# and VB.NET.
Creating a Shape Editor in .NET
Learn how to create an editable shape and do several other things with it, including adding a snap line between shapes. Examples are in C# and VB.NET.
Latest CodeGuru Developer Columns

Working with Standard Library Containers and Iterators in C++
Focus on standard library concepts and be introduced to container and iterator templates. Appropriate examples are provided.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

Common .NET Controls Crash Course, Part 1: Checkboxes
Here's a beginner-level discussion of using checkboxes in your .NET programming.

Using Ubuntu Virtual Machine in Azure
Explore how to create and use a Ubuntu virtual machine.