Topic generator that read RC files and generates skeleton RTF files for the menus and dialogs
Articles Written by Unknown Unknown
Generating Debug Bitmaps for DirectX
Debugging a DirectX application is not the easiest thing to do.
Detecting Memory Leaks in C
A simple technique for detecting memory leaks in C without modifying your code excessively.
MSIL Tutorial
Managed C++, C#, VB .NET, and other .NET programming languages are compiled to IL code (or MSIL). Learning MSIL gives you the chance to understand some things that are generally hidden. While you never need to write programs in MSIL directly, in some difficult cases it is very useful to open the MSIL code and see how things are done.
Magnifying Glass
[Updated] Magnifying Glass is application that adds icon to system tray. Magnification is activated by clicking of this item. After this program shows magnifying glass in any place of the screen when left mouse button is pressed.
Running Worker Thread in C#
Shows how you can run a worker thread which makes synchronous calls to the user interface (for example, thread reads a long recordset and fills some control in the form).
