readmedn.htm

来自「msdn帮助文档;由于文件太大」· HTM 代码 · 共 66 行

HTM
66
字号
<!doctype html public "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<!----------------------------------------------------------------------------->
<!--                          BEGIN HTML HEAD      Revised 4/24              -->
<!--                                                                         -->
<HEAD>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1251">
<title>MSDN Library - October 2001 Readme</title>
<meta name="MS-HAID" content="readmeDN">
</HEAD>
<body bgcolor=#ffffff text=#000000 link="#0000FF" vlink="#0000FF" onclick="checkExpand( )">

<!--              which places the operating system                                                           -->
<!--                             END HEADER                                  -->
<!----------------------------------------------------------------------------->

<!----------------------------------------------------------------------------->
<!--                            BEGIN JSCRIPT                                -->
<!--                                                                         -->

<script language="JSCRIPT">

  function checkExpand( )
  {
     if ("" != event.srcElement.id)
     {
        var ch = event.srcElement.id + "Child";
        var el = document.all[ch];
        if (null != el)
        {
           el.style.display = "none" == el.style.display ? "" : "none";
           if (el.style.display != "none")
           event.returnValue=false;
        }
     }
  }

</script>
<!--                                                                         -->
<!--                             END JSCRIPT                                 -->
<!----------------------------------------------------------------------------->

<font face="VERDANA,ARIAL,HELVETICA" size=2>
<h2>MSDN Library - October 2001 Readme</h2>

<p>&#169; 2001 Microsoft Corporation. All rights reserved. </p>

<p>Other product and company names herein may be the trademarks of their respective owners. </p>

<p> This Readme includes updated information for the documentation provided with the October 2001 release of the MSDN&#174; Library. The information in this document is more up-to-date than the information in <STRONG>MSDN Library Help</STRONG>.
Many of the issues outlined in this document will be corrected in upcoming releases.</p>

<P><b> Note&nbsp;&nbsp;&nbsp;</b> The Resource Kits are now on Disc 1.


<!--                                                                         -->
<!--                                                                         -->
<!--                            END README INTRODUCTION                      -->
<!----------------------------------------------------------------------------->

<!----------------------------------------------------------------------------->
<!--                               BEGIN TOC                                 -->
<!--                                                                         -->

<h3></h3>
<p>Contents <font color="#000000" size="2" face="Verdana,Arial,Helvetica">

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?