Learn how to enable VB6 applications to use function pointers and how to embed native code without using external DLLs.
Latest Error Handling Articles
Part II: Don't Commit Errorcide
Discover a more advanced mechanics to help you find a balance in the artistic dance that is useful structured exception handling.
Part I: Don't Commit Errorcide
No error handling code and your application is doomed to the scrap heap. Too much, misapplied, or a poor application of error handling code and your error handling code causes the bugs. Learn about avoiding Errorcide!
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.

Step-by-Step Guide to Using Generic ADO.NET
ADO.NET is used to access data. Learn how easy using ADO.NET is in this step-by-step guide!

Creating a Simple User Control with Visual Basic
Discover how versatile and easy User Controls are to develop with VB.
Working with State Machines in the .NET Framework
Arun Karthick introduces you to the state machine model and shows you how to create a simple working state machine sample using the .NET framework in the C# language.