Create an ActiveX control that will produce a message box. This code is based upon Netscape's new message box. (Added: 14-May-2000)
Latest VB Controls Articles - Page 8
A Tab Control - VB5/6
Create your own tab control without using the common controls or the Windows API. (Added: 4-Apr-2000)
Display the Browse For Folder Dialog
This BAS module allows you to display the 'Browse Folders' dialog with one function call. (Added: 20-Aug-1999)
Displaying the File Properties Dialog
Learn how to display the file properties dialog for any file on the system with one function call. (Added: 6-Aug-1999)
Enumerating CD Devices on Your System
Learn how to determine all the CD-ROMdrives you have connected to your computer. (Added: 20-Jan-2000)
Four Different Methods to Display the Find Files Dialog
Learn about four different methods of displaying the 'Find Files' dialog from within a Visual Basic Program. (Added: 11-Apr-2000)
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...

Disabling Titlebar Buttons with VB.NET
Hannes du Preez shows you how to disable titlebar buttons and menus in your programs temporarily.

WebSockets Meets Security
WebSockets are intended to build bi-directional connections between a web browser and a server. This must be done in a safe way. In addition, the WebSockets have a huge disadvantage (to say it politely). Read on to learn more.
