Microsoft KB Archive/104585: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
== SUMMARY ==
== 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.
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 November 1993 issue of the "Microsoft Systems Journal."
This article lists the filenames and Snumbers for files available from online services that contain the source code described in articles published in the November 1993 issue of the "Microsoft Systems Journal."


== FILES AVAILABLE FROM ONLINE SERVICES ==
== FILES AVAILABLE FROM ONLINE SERVICES ==
Line 19: Line 19:


S14324    811CQA.EXE    The 811CQA.EXE file contains the source code for
S14324    811CQA.EXE    The 811CQA.EXE file contains the source code for
                         the "C/C++ Q & A" column by Paul DiLascia.
                         the "C/C++ Q & A" column by Paul DiLascia.


S14325    811WINQA.EXE  The 811WINQA.EXE file contains the source code for
S14325    811WINQA.EXE  The 811WINQA.EXE file contains the source code for
                         the "Windows Q & A" column by Matt Pietrek.
                         the "Windows Q & A" column by Matt Pietrek.


S14326    MFCTIPS.EXE    The MFCTIPS.EXE file contains the source code for
S14326    MFCTIPS.EXE    The MFCTIPS.EXE file contains the source code for
                         the article named "Fun with MFC: 33 Tips to Help
                         the article named "Fun with MFC: 33 Tips to Help
                         You Get the Most Out of C++ Class Libraries for
                         You Get the Most Out of C++ Class Libraries for
                         Windows," by Paul DiLascia.
                         Windows," by Paul DiLascia.


                         OK, perhaps not actual fun with MFC, though this
                         OK, perhaps not actual fun with MFC, though this
Line 37: Line 37:


S14327    THUNK.EXE      The THUNK.EXE file contains the source code for
S14327    THUNK.EXE      The THUNK.EXE file contains the source code for
                         the article named "Mix 16-bit and 32-bit Code in
                         the article named "Mix 16-bit and 32-bit Code in
                         Your Applications with the Win32s Universal
                         Your Applications with the Win32s Universal
                         Thunk," by Walter Oney.
                         Thunk," by Walter Oney.


                         If you have a favorite 16-bit DLL that you'd like
                         If you have a favorite 16-bit DLL that you'd like
Line 49: Line 49:


S14328    WINNET.EXE    The WINNET.EXE file contains the source code for
S14328    WINNET.EXE    The WINNET.EXE file contains the source code for
                         the article named "An Overview of Network Program-
                         the article named "An Overview of Network Program-
                         ming Interfaces for Windows and Windows NT," by
                         ming Interfaces for Windows and Windows NT," by
                         Steven Baker.
                         Steven Baker.


Line 67: Line 67:
<pre>      On the www.microsoft.com home page, click the Support icon.
<pre>      On the www.microsoft.com home page, click the Support icon.
       Click Knowledge Base, and select the product.
       Click Knowledge Base, and select the product.
       Enter kbfile &lt;FILENAME&gt;.EXE, and click GO!
       Enter kbfile <FILENAME>.EXE, and click GO!
       Open the article, and click the button to download the file.</pre></li>
       Open the article, and click the button to download the file.</pre></li>
<li><p>Internet (anonymous FTP)</p>
<li><p>Internet (anonymous FTP)</p>
<pre>      ftp ftp.microsoft.com
<pre>      ftp ftp.microsoft.com
       Change to the Softlib/Mslfiles directory.
       Change to the Softlib/Mslfiles directory.
       Get &lt;FILENAME&gt;.EXE</pre></li>
       Get <FILENAME>.EXE</pre></li>
<li><p>The Microsoft Network</p>
<li><p>The Microsoft Network</p>
<pre>      On the Edit menu, click Go To, and then click Other Location.
<pre>      On the Edit menu, click Go To, and then click Other Location.
       Type &quot;mssupport&quot; (without the quotation marks).
       Type "mssupport" (without the quotation marks).
       Double-click the MS Software Library icon.
       Double-click the MS Software Library icon.
       Find the appropriate product area.
       Find the appropriate product area.
       Download &lt;FILENAME&gt;.EXE.</pre>
       Download <FILENAME>.EXE.</pre>
<p>- Microsoft Download Service (MSDL)</p>
<p>- Microsoft Download Service (MSDL)</p>
<pre>      Dial (425) 936-6735 to connect to MSDL
<pre>      Dial (425) 936-6735 to connect to MSDL
       Download &lt;Filename&gt;.exe</pre></li></ul>
       Download <Filename>.exe</pre></li></ul>


For additional information about downloading, please see the following article in the Microsoft Knowledge Base:
For additional information about downloading, please see the following article in the Microsoft Knowledge Base:

Latest revision as of 12:24, 21 July 2020

Microsoft Systems Journal: November 1993

ID: Q104585

3.10 WINDOWS kbprg kbfile

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 November 1993 issue of the "Microsoft Systems Journal."

FILES AVAILABLE FROM ONLINE SERVICES

Item ID   Filename       Description
-------   --------       -----------

S14324    811CQA.EXE     The 811CQA.EXE file contains the source code for
                         the "C/C++ Q & A" column by Paul DiLascia.

S14325    811WINQA.EXE   The 811WINQA.EXE file contains the source code for
                         the "Windows Q & A" column by Matt Pietrek.

S14326    MFCTIPS.EXE    The MFCTIPS.EXE file contains the source code for
                         the article named "Fun with MFC: 33 Tips to Help
                         You Get the Most Out of C++ Class Libraries for
                         Windows," by Paul DiLascia.

                         OK, perhaps not actual fun with MFC, though this
                         collection of tips should make your (programming)
                         life easier. Some of Paul DiLascia's idiosyncratic
                         ideas, which apply to other C++ class libraries
                         such as OWL, are implemented in his handy MFX
                         class library.

S14327    THUNK.EXE      The THUNK.EXE file contains the source code for
                         the article named "Mix 16-bit and 32-bit Code in
                         Your Applications with the Win32s Universal
                         Thunk," by Walter Oney.

                         If you have a favorite 16-bit DLL that you'd like
                         to call from your 32-bit application, or you want
                         your 16-bit application to benefit from calling a
                         32-bit DLL, this article's for you. Using the
                         Universal Thunk feature of Win32s is tough, but
                         can be worthwhile.

S14328    WINNET.EXE     The WINNET.EXE file contains the source code for
                         the article named "An Overview of Network Program-
                         ming Interfaces for Windows and Windows NT," by
                         Steven Baker.

                         Many developers are confused about the networking
                         options available under Windows 3.1, Windows for
                         Workgroups, and Windows NT. Steven Baker examines
                         the network models under each, concentrating on
                         WNet, MNet, Network DDE, and NetBIOS.

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 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" (without the quotation marks).
          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:

   ARTICLE-ID: Q119591
   TITLE     : How to Obtain Microsoft Support Files from Online
               Services

KBCategory: kbprg kbfile KBSubCategory: Softlib Additional reference words: 3.10 msj oct

Keywords          : kbfile kbprg
Version           : 3.10
Platform          : WINDOWS

Last Reviewed: September 30, 1997
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.