Explore how to convert images to a PDF document and how to combine two PDF documents into one.
Latest GDI Articles
AlphaBlending with GDI+ and Visual Basic
Learn about AlphaBlending, and how it can assist you in creating nice effects on your pictures or drawings.
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.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.