Learn about AlphaBlending, and how it can assist you in creating nice effects on your pictures or drawings.
Latest GDI Articles
Flood Filling Objects with VB
Flood filling is nothing more than filling in drawn shapes with colour. It's easier than you think, thanks to VB's power.
How to Draw Shapes with Visual Basic and GDI: Crescent Moons, Hearts, Spirals, and More
Learn how to create various odd shapes.
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.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.