Microsoft Systems Journal: September 1995
ID: Q134821
|
The information in this article applies to:
-
Microsoft Systems Journal (MSJ) for September 1995
SUMMARY
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.
This article lists the filenames and Snumbers for files available from
online services that contain the source code described in articles
published in the September 1995 issue of the "Microsoft Systems Journal."
FILES AVAILABLE FROM ONLINE SERVICES
Item ID Filename Description
------- -------- -----------
S15370 MFCIV.EXE The MFCIV.EXE file contains the source code
for the article named "Programming Windows 95
with MFC, Part IV: Contending with the Keyboard,"
by Jeff Prosise.
Processing input from the keyboard is relatively
straightforward. This month, Jeff Prosise shows
you how to write message handlers and message
maps, manipulate the caret, and code text entry
and text editing operations with a sample
program, VisualKB.
S15371 TH32DEMO.EXE The TH32DEMO.EXE file contains the source code for
the article named "An Exclusive Tour of the New
TOOLHELP32 Functions for Windows 95," by Matt
Pietrek.
TOOLHELP32 provides basic functions for
enumerating processes, threads, modules, and
heaps. Other information that used to be obtained
from 16-bit TOOLHELP can now be gleaned directly
from the system using the Win32 API.
S15372 DCOMP.EXE The DCOMP.EXE file contains the source code for
the article named "Developing a Client/Server
Multimedia App Using RPCs and Video for Windows
1.1," by James Finnegan.
James Finnegan presents a sample program that
speeds up the task of compressing Windows-based
video clips. The client breaks the video into
segments, dispatches the segments to multiple
servers for compression, and then reassembles the
video.
S15373 CPPQ995.EXE The CPPQ995.EXE file contains the source code for
the C/C++ Q&A column by Paul DiLascia, page 89.
S15374 W32QA995.EXE The W32QA995.EXE file contains the source code
for the Win 32 Q&A column by Jeffrey Richter,
page 81.
S15375 HOOD995.EXE The HOOD995.EXE file contains the source code for
the article named "Under the Hood" by Matt
Pietrek, page 73.
INSTRUCTIONS FOR DOWNLOADING
You can download any of these self-extracting files from the following
services:
- Microsoft's World Wide Web Site on the Internet
On the http://www.microsoft.com home page, click the Support icon.
Click Knowledge Base, and select the product.
Enter kbfile <FILENAME>.EXE, and click GO!
Open the article, and click the button to download the file.
- Internet (anonymous FTP)
ftp ftp.microsoft.com
Change to the Softlib/Mslfiles directory.
Get <FILENAME>.EXE
- The Microsoft Network
On the Edit menu, click Go To, and then click Other Location.
Type mssupport.
Double-click the MS Software Library icon.
Find the appropriate product area.
Download <FILENAME>.EXE.
- Microsoft Download Service (MSDL)
Dial (425) 936-6735 to connect to MSDL
Download <Filename>.exe
For additional information about downloading, please see the following
article in the Microsoft Knowledge Base:
Q119591 How to Obtain Microsoft Support Files from Online Services
Additional query words:
msj Sep
Keywords : Softlib
Version : :for September 1995
Platform : WINDOWS
Issue type :