SAMPLE: March 1994 Microsoft Systems Journal Code
ID: Q110852
The information in this article applies to:
- The Microsoft Systems Journal (MSJ) for March 1994
SUMMARY
This article lists the filenames and Snumbers for files available from
online services that contain the source code described in articles
published in the March 1994 issue of the Microsoft Systems Journal.
The following files are available for download from the Microsoft
Software Library:
~ 93winqa.exe (size: 26293 bytes)
~ 93cqa.exe (size: 20060 bytes)
~ Pe.exe (size: 71055 bytes)
~ Dyndlg.exe (size: 234597 bytes)
For more information about downloading files from the Microsoft Software
Library, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q119591
TITLE : How to Obtain Microsoft Support Files from Online Services
NOTE: "Microsoft Systems Journal" does not make any representation or
warranty, expressed or implied, with respect to any code or other
information herein. "Microsoft Systems Journal" disclaims any liability
whatsoever for any use of such code or other information.
MORE INFORMATION
Item ID Filename Description
------- -------- -----------
S14535 93WINQA.EXE The 93WINQA.EXE file contains the source code for
the "Windows Q & A" column by Matt Pietrek.
S14536 93CQA.EXE The 93CQA.EXE file contains the source code for
the "C/C++ Q & A" column by Paul DiLascia.
S14537 PE.EXE The PE.EXE file contains the source code for the
article named "Peering Inside the PE: A Tour of
the Win32 Portable Executable File Format," by
Matt Pietrek.
You can learn a lot about an operating system by
studying its executable file format. The PE format
plays a key role in Microsoft's current Win32-
based systems (Windows NT and Win32s) as well as
future systems including Chicago and Cairo.
S14538 DYNDLG.EXE The DYNDLG.EXE file contains the source code for
the article named "Simplify and Enhance Your
Application's User Interface with Dynamic
Dialog Boxes," by Atif Aziz.
Dynamic dialog boxes contain controls determined
at development time that may change at run time if
the need for them arises. Atif Aziz examines a
number of methods for implementing these dialogs
for both Windows 3.1 and Win32.
Additional query words: msj Mar
Keywords : kbsample
Version : WINDOWS:3.1
Platform : WINDOWS
Issue type : kbfile