Investigate how to make a color scroller, because it is sometimes very difficult getting the precise color combination.
Latest VB Graphics Articles
Building an Analog Clock in Visual Basic
With today's article, I will demonstrate how to create an analog clock in VB.
Using Visual Basic to Change Screen and Desktop Settings
Learn how to change your screen's wallpaper, screensaver, and its settings as well as change your screen's resolution.
Manipulating Monitor Brightness in Visual Basic
Create a project that will change your monitor's brightness from within a Visual Basic program.
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.
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.

.NET Design Patterns: The Delegation Pattern
Learn how to pass off the delegation of an operation to a different class.

Using the BitVector Structure in Visual Basic
The BitVector structure has many useful properties, and knowing how to make proper use of memory will always improve the performance of your applications.

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