Learn how to modify the tooltip window to get a true 'shaped' API tooltip window for your controls. (Added: 7-Dec-1999)
Latest VB ActiveX Articles - Page 2
A 3D Label Control
Learn to create a 3D Label. (Added: 3-May-2000)
A DataGrid Control as a Disconnected Data Entry Tool
Learn how to use the VB6 DataGrid as a data-entry tool with a Disconnected ADOR RecordSet'—very small and very useful! (Added: 7-Dec-1999)
Create Controls Dynamically (VB6)
Learn how to create controls at runtime using the Controls.Add method (VB6 only) (Added: 7-Nov-2000)
Automatic repositioning/resizing of any control on your resizeable form
This code demonstrates how to dynamically size controls on your form / usercontrol. Controls can be set to expand dynamically, aligned only, or only expand in one direction - a great couple of small clean classes to add to your GUI projects. (Originally posted September 3, 2000.)
Interaction between VBScript and ActiveX Control
If you have a method in ActiveX Control which takes a Variant array to initiate the control for some purpose. Use this easy tip. (Originally posted November 30, 1998.)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
MFC Integration with the Windows Transactional File System (TxF)
The Transactional File System (TxF), which allows access to an NTFS file system to be conducted in a transacted manner through extensions to the Windows SDK API. MFC 10, has been extended to support TxF and related technologies. This support allows existing MFC applications to be easily extended to support kernel transactions.
.NET Framework: Collections and Generics
The original release of the .NET Framework included collections as .NET was introduced to the Microsoft programming world. The .NET Framework 2.0 introduced generics to complement the System.Collections namespace and provide a more efficient and well performing option. Read on to learn more...

Obtaining External Window Handles and Window Captions with Visual Studio 2012
Learn how to obtain an outside application's window handle, in order to manipulate that window from inside your program, using either VB.NET or C#.

SOLID Principles in C# - An Overview
SOLID principles form the base for writing good and clean object oriented code in C#. Learn about the S.O.L.I.D principles and explore C# coding samples for each.
