This article will provide you with enough background to be able to use the Owner draw methods to add more spice to your controls.
Latest VB Other Controls Articles
Guide to Building a VS 2008 User Control in VB
Quite often we need a VB control that has requirements that don't quite exist within the current control set, such as all data-entry controls be on a single page with scroll bars. Read on to learn more...
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.
Creating a Most Recents Menu Item with the MenuStrip
The MenuStrip and ToolStripMenuItem are a little harder to use than the Menu from earlier versions of VB. Walk through exercises using the MenuStrip, ToolStrip, and the Command behavior pattern to encapsulate a Recents menu for your applications that operate on files.
The Amazing GroupBox, Part 2
Gain the ability to contain controls and add a little preview for your control in design time.
The Amazing GroupBox, Part 1
Learn how to create your own GroupBox, with added features such as Alignment for the Title, and a scrollbar for child controls.
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.

Beginning C#: Basic I/O and Variables
This month, learn to put information into your programs and then print it.

Visual Basic Today: What Is Responsive Design?
New devices get invented fast and it is our job as developers to be able to accommodate for those changes and new devices. Learn about Responsive design.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.