All contributors in Windows Programming
AutoHotKey Windows Macro Scripting
AutoHotKey is one of the best Win32 automation, macro programming, windows, keyboard and mouse scripting tool available. What's stunning is - it's free. more...
Win32 Easy Font Handling Tutorial
Tutorial article to help Win32 programmers use LOGFONT, HFONT, GetObject, and CreateFontIndirect to create fonts for use in their own programs. more...
Programming Listbox Windows API
How to Create, Manipulate, Search and receive messages from a Windows Win32 AP Listbox Control - language neutral, platform specific. more...
Win32 Drawing WM_PAINT Processing
A Win32 Drawing Tutorial showing the usual way to process WM_PAINT messages, use BeginPaint and EndPaint, and force updates with InvalidateRect more...
How To Build a Win32 Notepad Clone
How to create a Notepad clone in Win32 for novice and intermediate Windows programmers - platform SDK independent, no code, just the theory, so also good for Vista. more...
An introduction to processing WM_ messages sent to a Windows Procedure, and how they should be handled when the application processes them on behalf of Windows. more...
An alternative method for processing WM_TIMER interrupts using a TimerProc timer callback function defined by the Win32 API. more...
All feature articles in Windows Programming