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.
Latest OCX Controls Articles
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.
The Bare Basics of the Timer Control
Learn about some simple timer functions that produce some very complex effects.
Implementing Extension Methods in VB.NET
Extension Methods permit programmers to add behavior to a class without creating a wrapper. Here, you will learn how to implement Extension Methods in Visual Basic and .NET.
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.