This tutorial demonstrates how to copy Excel data into a Windows DataGrid Control from the Clipboard.
Latest VB Controls Articles - Page 5
A method to reposition standard MsgBox windows from VB
Use This small BAS module to allow you to reposition any standard MsgBox window. (Added: 1-Mar-2000)
A 'real' Round Tool Tip Control
Learn how to modify the tooltip window to get a true 'shaped' API tooltip window for your controls. (Added: 7-Dec-1999)
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)
Locating Desktop Icon Positions using Memory Mapped Files
Learn how to manipulate the desktop using Windows memory-mapped files. (Added: 9-Jun-1999)
MDI TaskBar
Learn about an UserControl transferring concept of Windows 95 TaskBar to MDI application. (Added: 31-Dec-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...

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.
