Control the number of windows instances for your app.
Latest Shared Memory Articles
Make GDI+ Less Finicky About Fonts
Windows GDI+ understands only half of the fonts out there. Use the QGraphicsText class to work with the other half.
CSharedMemory, A Small Class to Share Data Via File Mapping
With this class, only a few lines are needed to communicate with other processes.
Named Pipe Wrapper for Win32 Platforms
Using pipes is not too complicated on WindowsNT platforms, but on Win9X it4s not that easy because named pipes are not supported.
Memory Allocation for High-Dimensional Data Structures
Memory Allocation for High-Dimensional Data Structures
Shared Memory Inter Process Communication (IPC)
Shared Memory Inter Process Communication (IPC)
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.

Services Made Easy
Discover how to easily create and add WIN32 Services in .NET. You’ll also discover the Topshelf toolkit.

Working with Configuration Files and Visual Basic
Learn how to store, modify, and retrieve information from a configuration file in Visual Basic.

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.