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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

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.