Discover a very simple, integrated method to make a control, such as static, button, sliderctrl, and progress control transparent in a dialog box.
Latest Other Controls Articles
TIP: Create In-Place ToolTips on Your Own Controls
Learn how very easy it is to create in-place ToolTips on your own controls, such as a treeview control.
Multiple Views Layout Without a Splitter
Learn how to show multiple views in a frame window without using a splitter.
Tab Bar Control
Learn about the Tab Bar control class that is based on CControlBar and the Windows common tab control; it also uses my wrapper class CTabBarCtrl.
Progress Sphere
Learn about a class that displays and automates a translucent, shadowed modal dialog with a progress sphere.
DVD Explorer
Learn about a new utility to analyse the data's structure on a DVD.
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 Back to Basics: The Array Class
With facilities to search, copy, extract segments, and more, the array class can handle pretty much any task you need to perform with ease.

Using SQL Cursors in VB.NET
Learn about SQL Cursors, and how to use them through Visual Basic.

Testing Solid Code
If you have written solid code, you have accomplished one half of the objective. Solid code is the protagonist, or hero, of our story, but testing is the more sedate side kick that often saves the day after the hubris of the hero has almost certainly lead to calamity.