[author : Jonathan Erickson] #Edito
[author : Al Stevens]
No single Windows development tool can meet all of your needs. Al describes a multitool approach to Windows development.
[author : Doug Huffman]
Memory-mapped file I/O (MMFIO) lets you map a file into a linear address space with a call to the operating system. Eric Bergman-Terrell uses NT's MMFIO for sorting.
[author : Shankar Vaidyanathan]
Here are interface statements and coding guidelines that let you write Fortran programs that call the Win32 C-type API directly.
[author : Al Williams]
Al's VWinL library provides automatic window management for Windows 3.1, NT, and Win32s.
[author : Joseph M. Newcomer]
When Joe needed a client/server architecture within the application itself, this was his solution.
[author : Ted Faison]
Here's a C++ listbox class which manages all of the details for scrolling horizontally within a listbox.
[author : David Van Camp]
Moving from Windows 3 to Windows NT needn't be a headache if you follow David's simple guidelines.
[author : Steven Reichenthal]
The Windows API GetGlyphOutline() function is at the heart of this font-viewing program.
[author : Dan Brindle]
Dan modifies the standard Windows radio button to create a custom VCR-style button.
[author : Ken North]
Ken presents a C++ SQL class library for multi-DBMS programming.
[author : David Lee]
Unlike NT, Windows 3 doesn't provide direct support for threads. With the techniques David illustrates here, you can implement non-preemptive threads in Windows 3.