Learn how to create various odd shapes.
Latest GDI Articles
Rotating Text with GDI and Visual Basic
You can create words and fonts that display at any angle. All it takes is a Windows Forms project and a little know-how.
Animation in VB.NET, Part 3
Richard Newcombe takes a look at Bitmap Animations in VB.NET. VB6 made extensive use of API's to load and initialize large quantities of smaller images. .NET has the GDI+ dynamic library, with a large selection of graphic classes and functions, which means that we no longer require API's to manipulate images.
Creating your own Tetris game with VB.NET - Part 3
In this part of my series, I am going to cover the whole creation of all the shapes, and the game playing methods.
Displaying and Customizing Images from a Database
Discover how to render an image directly from a database using an IHttpHandler and how to modify the image on its way to the client using GDI+.
Creating a Rounded Panel Control
Round those corners and make your user interfaces a little jazzier with a rounded rectangle Panel control; a fun chunk of code to incorporate into your application.
Latest Developer Videos
More...Latest CodeGuru Developer Columns

Control Statements and Basic Loops in C++/CLI
Become more proficient on the usage of statements to control the flow of execution through a C++/CLI application.

Processing Things in C# with the Process Class
Explore new ways to run processes under Windows. Some might even surprise you.

Switching Input Languages Dynamically with Visual Basic
You can change your input language dynamically. Make it easier for those who speak other languages to use your software.
Maker Project: Creating a Garage Door Opener
Have you ever wanted to control your garage door from your smartphone? Here is your chance. Get your hands dirty with an Arduino Garage Door Controller.