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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.