-
Notifications
You must be signed in to change notification settings - Fork 18
/
READMEDN.HTM
717 lines (519 loc) · 36.4 KB
/
READMEDN.HTM
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
<!doctype html public "-//W3C//DTD HTML 4.0 Draft//EN">
<HTML>
<!----------------------------------------------------------------------------->
<!-- BEGIN HTML HEAD 6/4 version -->
<!-- -->
<HEAD>
<meta http-equiv="Content-Type" content="text-html; charset=Windows-1251">
<title>MSDN Library Visual Studio 6.0 Readme</title>
<meta name="MS-HAID" content="readmeDN">
<body bgcolor=#ffffff text=#000000 link="#0000FF" vlink="#0000FF" onclick="checkExpand( )">
<font face="Verdana" size=2>
</HEAD>
<!-- -->
<!-- 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 -->
<!----------------------------------------------------------------------------->
</BODY>
<!----------------------------------------------------------------------------->
<!-- BEGIN README INTRO -->
<!-- -->
<h2>MSDN Library Visual Studio 6.0 Readme</h2>
<p>© 1998 Microsoft Corporation. All rights reserved. </p>
<p>Other product and company names herein may be the trademarks of their respective owners. </p>
<p> The MSDN™ Library Visual Studio™ 6.0 Readme includes updated information for the documentation provided with the Microsoft®
Visual Studio development system for the Windows® operating system and the Internet. The information in this document is more up-to-date than the information in <B>MSDN Library Help</B>.
Many of the issues outlined in this document will be corrected in upcoming releases.</p>
<p>For <i>general installation issues</i> for the Visual Studio 6.0 suite of products, including side-by-side product installation, see the <a href="install.htm" title="Jumps to the installation readme (install.htm).">Installation Notes</a> readme (install.htm).</p>
<!-- -->
<!-- -->
<!-- END README INTRODUCTION -->
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
<!-- BEGIN TOC -->
<!-- -->
<h3><p>Contents <font color="#000000" size="2" face="Verdana,Arial,Helvetica">— Click any of the
items below</font></p></h3>
<!------------------------------------------------------------------->
<!-- SECTION 1.0 TOC -->
<!-- -->
<H5><A class=ex href="#" title="Click to expand or collapse" id="ReadmeSection1">What's New for This
Release</A></H5>
<div id="ReadmeSection1Child">
<blockquote>
<a href="readmedn.htm#Topic_100">New MSDN Viewer</a></blockquote>
</div>
<!------------------------------------------------------------------->
<!-- SECTION 2.0 TOC -->
<!-- -->
<h5><a class=ex href="#" title="Click to expand or collapse." id="ReadmeSection2">Setup Issues</a></h5>
<div id="ReadmeSection2Child">
<p><b>Important:</b> This section contains vital information about installing the MSDN Library Visual Studio 6.0 release. Please read all items carefully before
you begin your installation.</p>
<blockquote>
<a href="readmedn.htm#Topic_200">Setup general information</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_201">Typical, Full, and Custom installation options</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_2011">MSDN setup on a network server</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_202">"Internet Explorer Version Check" message during Setup</a>
</blockquote>
<blockquote>
<a href="readmedn.htm#Topic_203">Collection file not found in Windows Terminal Server installation</a>
</blockquote>
<blockquote>
<a href="readmedn.htm#Topic_2035">Preferred collection message during Setup</a>
</blockquote>
<blockquote>
<a href="readmedn.htm#Topic_204">Uninstalling this release</a></blockquote>
</div>
<!------------------------------------------------------------------->
<!-- SECTION 3.0 TOC -->
<!-- -->
<h5><a class=ex href="#" title="Click to expand or collapse." id="ReadmeSection3">Known Issues</a></h5>
<div id="ReadmeSection3Child">
<blockquote>
<a href="readmedn.htm#Topic_300">Collections — Changing preferred collection</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_301">Internet Explorer 3.02 limitations</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_304">Internet Explorer 4.01 issues</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_306">Index — Index subentries sorted under wrong main entries</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_307">Locate button is active but doesn't work</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_308">Navigation arrows disappear</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_309">Printing — Multi-node printing</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_310">Content in multiple frames cannot be printed simultaneously</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_311">Subset issues</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_3115">Search may erroneously return "No Topics Found"</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_312">Search results in some languages may display extraneous characters</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_315">URLs that do not connect</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_316">Changing phone numbers</a></blockquote>
</div>
<!------------------------------------------------------------------->
<!-- SECTION 4.0 TOC -->
<!-- -->
<h5><a class=ex href="#" title="Click to expand or collapse." id="ReadmeSection4">General Information</a></h5>
<div id="ReadmeSection4Child">
<blockquote>
<a href="readmedn.htm#Topic_400">What are these COL, CHM, CHI, CHW, and CHQ files on my local drive and CD?</a>
</blockquote>
<blockquote>
<a href="readmedn.htm#Topic_103">Finding information on HTML tags</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_401">Library contents</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_402">Disc layout</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_403">Uncompressed samples</a></blockquote>
<blockquote>
<a href="readmedn.htm#Topic_404">MSDN Library stop list</a></blockquote>
</div>
<!-- -->
<!-- END CONTENTS TOC -->
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
<!-- BEGIN CONTENTS -->
<!-- -->
<!------------------------------------------------------------------->
<!-- SECTION 1.0 -->
<!-- -->
<P><BR></P>
<h3>What's New for This Release</h3>
<!------------------------------------------------------>
<!-- TOPIC 1.00 -->
<!-- -->
<P><BR></P>
<h4><a name="Topic_100"></a>New MSDN Viewer</h4>
<p>The MSDN Library Visual Studio 6.0 is the first Library release that uses the HTML Help viewer
technology. For Viewer Help, click <B>Help</B> from the MSDN menu bar and then click <B>MSDN Library Help</B>.</p>
<P><BR></P>
<!------------------------------------------------------------------->
<!-- SECTION 2.0 -->
<!-- -->
<h3>Setup Issues</h3>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.00 -->
<!-- -->
<h4><a name="Topic_200"></a>Setup general information</h4>
<p>You are <B>not</B> required to uninstall previous versions of the MSDN Library
that use InfoViewer 5.0 technology. For example, the July 1998 MSDN Library and all
earlier libraries will coexist with the MSDN Library Visual Studio 6.0.
If you do wish to uninstall any library, always use the Add/Remove Programs
option from the Control Panel or the Setup program from the CD of the MSDN
Library you want to uninstall.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.01 -->
<!-- -->
<h4><a name="Topic_201"></a>Typical, Full, and Custom installation options</h4>
<p>During Setup you will be asked to choose between <B>Typical</B>, <B>Full</B>, and <B>Custom</B>
installation options. You are able to access all documentation and samples regardless of the
option selected. The options provide the ability to move some or most files to your local drive
in order to reduce dependency on CD access.</p>
<p>The <B>Typical</B> setup option allows you to run the MSDN Library from the CD. Setup
will copy the <i>minimum</i> set of files to your local hard drive. These files include
the MSDN Viewer system files, contents index files, and Help files that are used by the
Visual Studio development products. You will see the entire Library table of
contents. If you select items in the table of contents that have not been installed locally, you will be prompted to insert the MSDN Library CD.</p></p>
<p>The <B>Full</B> setup option allows you to run the MSDN Library almost exclusively from
your local drive. Setup will copy all MSDN documentation and some sample files to your local hard drive.
(Visual C++®, MSDN, and Visual Modeler samples are not copied to your local drive in a Full install.)
Files copied also include the MSDN viewer system files, contents index files, and Help files that are
used by the Visual Studio development products.</p>
<p><B>Custom</B> installation allows you to specify local installation of a
subset of the MSDN Library. The files you select will be copied to your
local hard drive along with the files mentioned in the <B>Typical</B> Setup
description. You will be able to access product documentation without having to access
the MSDN Library CD for those files that you select to copy locally.
In addition to any product or sample files you choose to copy locally,
select the Full-Text Search Index to search your product's documentation
without need to access the MSDN Library CD. You will see the entire Library table of
contents. If you select items in the table of contents that have not been installed locally, you will
be prompted to insert the MSDN Library CD.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.011 -->
<!-- -->
<h4><a name="Topic_2011"></a>MSDN setup on a network server</h4>
<P>You can set up MSDN on a network server by copying CD1 and CD2 to a common network directory.</P>
<ol><li>Create a directory on your network drive. For example, <B>C:\MSDN VS6</B>. </li>
<li>Create the following subdirectories: <B>C:\MSDN VS6\CD1</B> and <B>C:\MSDN VS6\CD2</B>.</li>
<li>Copy the contents of CD1 and CD2 to their respective directories in <B>C:\MSDN VS6</B> that you just created. </li>
<li>Copy the Msdn332.inf file from <B>C:\MSDN VS6\CD2</B> to <B>C:\MSDN VS6\CD1</B>. </li>
<li>Copy the contents of <B>C:\MSDN VS6\CD2\MSDN</B> to <B>C:\MSDN VS6\CD1\MSDN</B>. </li>
<li>This should leave the <B>C:\MSDN VS6\CD2</B> directory empty. </li>
<li>Delete the <B>C:\MSDN VS6\CD2</B> directory. </li>
<li>Install MSDN on the network by double-clicking setup.exe in <B>C:\MSDN VS6\CD1</B>. </li>
</ol>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.02 -->
<!-- -->
<h4><a name="Topic_202"></a>"Internet Explorer Version Check" message during Setup</h4>
<p>In order for the MSDN Library to function properly, you need to have version 4.01 with Service Pack 1 or later of a released version of Microsoft Internet Explorer installed on your system. If you choose not to install the recommended version of Internet Explorer (Internet Explorer 4.01
with Service Pack 1), MSDN will work with reduced functionality. For more information, see <a href="readmedn.htm#Topic_301">Internet Explorer 3.02 limitations</a>. Note that version 3.02 or later of Internet Explorer is <B>required</B>.</p>
</P>
<p>During Setup, the "Internet Explorer Version Check" message box may appear if you are installing MSDN independently of the recommended Visual Studio installation process. This interactive message will appear if you are using a version of Internet Explorer that is older than the version distributed with the Visual Studio 6.0 product. The message reads (in part), "Choose Yes to stop setup and install a later version of Internet Explorer. Choose No to continue with MSDN setup."</P>
<p>If you select <B>Yes</B>, MSDN Setup will halt and display a dialog box reading, "MSDN
Setup was not completed successfully." You must click <B>OK</B> and manually install
Internet Explorer. For your convenience, Internet Explorer 4.01 is included on the Visual Studio CD. Run ie4setup.exe to install. Or, you can connect to <A HREF="http://www.microsoft.com/ie/">http://www.microsoft.com/ie/</A>
to download the latest version. (Note: If you are using Windows NT 4.0, you may need to install NT Service Pack 3. Check <A HREF="http://www.microsoft.com/ie/">http://www.microsoft.com/ie/</A> for more details.) If you have chosen to install a later version of Internet Explorer, you must then restart MSDN Setup and continue installation.</p>
<p>If you select <B>No</B>, MSDN Setup will continue with installation.</p>
<p>If you are using Internet Explorer 3.02 on Windows 95, you must have DCOM 95 or a later version of DCOM installed on your machine for MSDN to work. DCOM 98 is installed as part of the normal setup of Visual Studio.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.03 -->
<!-- -->
<H4><A NAME="Topic_203"></A>Collection file not found in Windows Terminal Server installation</H4>
<P>MSDN Library Visual Studio 6.0 installation will not work properly using Windows Terminal Server.
After installation of MSDN, if you select Start, Microsoft Developer Network, MSDN Library – Visual
Studio 6.0, you will then receive an error that the msdn*.col file could not be found.</p>
<B>Workaround</B>
<P>You can get MSDN to work properly by moving the hhcolreg.dat file from the Windows\Help directory to the
specific user profile Help directory. The user profile directory can be found
in the Windows\Profiles directory.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.035 -->
<!-- -->
<H4><A NAME="Topic_2035"></A>Preferred collection message during Setup</H4>
<P>You may encounter the following message at the completion of MSDN installation: "MSDN Setup is going to set the preferred developer shell's F1 Help Collection to the 'MSDN Library - Visual Studio 6.0' collection you are installing. Do you want MSDN Setup to do this?" If you select <B>Yes</B>, F1 Help from Microsoft developer products will be routed to the newly installed MSDN Library. If you select <B>No</B>, F1 Help from Microsoft developer products will route to the previous default collection.</p>
<P>For more information regarding changing collections, see the topic <a href="readmedn.htm#Topic_300">Collections — Changing preferred collection</a>.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 2.04 -->
<!-- -->
<H4><A NAME="Topic_204"></A>Uninstalling this release</H4>
<P>To remove MSDN Library from your machine, run <B>Add/Remove Programs</B> from the Control Panel,
select <B>MSDN Library Visual Studio 6.0</B>, and click <B>Add/Remove</B>. Select the <B>Remove All</B>
button.</P>
<P><BR></P>
<!------------------------------------------------------------------->
<!-- SECTION 3.0 -->
<!-- -->
<h3>Known Issues</h3>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.00 -->
<!-- -->
<h4><a name="Topic_300"></a>Collections — Changing preferred collection</h4>
<P>MSDN Library Visual Studio 6.0 is the help and documentation set for all the Visual
Studio products. During Visual Studio installation, the MSDN Library Visual Studio 6.0 is set
as the preferred document collection for F1 help and general documentation help.
If an additional developer documentation collection is installed, you may wish to designate that
collection as the preferred collection for F1 help and general documentation help. The preferred
collection can be changed in the Visual J++™/Visual InterDev™ Integrated Development Environment (IDE) or
in Visual C++ through <B>Tools</B>, <B>Options</B>, <B>Help System</B>.
<P>You should always close the MSDN window before changing the preferred Visual Studio document
collection. If you change the preferred collection while MSDN is open, your change is not saved.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.01 -->
<!-- -->
<h4><a name="Topic_301">Internet Explorer 3.02 limitations</a></h4>
<P><B>Contents are not displayed in the right pane of the MSDN Viewer</B></P>
<P>If you are using Internet Explorer 3.02 and Content Advisor is enabled, unrated content,
such as the content included in MSDN, will not display. To view MSDN contents, click <B>View</B>,
<B>Options</B>, click the <B>Security</B> tab, and then click <B>Disable Ratings. . .</B> .</P>
<P><I> Note: Changing Internet Options for MSDN also changes Internet Options for Internet Explorer.</I> </P>
<p><B>Selected text will not print</B></P>
Printing selected text from an MSDN page is not supported by Internet Explorer 3.02.</P>
<P><B>Text is not highlighted after a full-text search</B></P>
<P>Highlighting of results from a full-text search is not supported by Internet Explorer 3.02.</P>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.04 -->
<!-- -->
<h4><a name="Topic_304"></a>Internet Explorer 4.01 issues</h4>
<P><B>Sample code sometimes does not cut and paste properly</P></B>
<p>Line breaks and formatting information may not copy correctly when
you copy and paste sample code from the MSDN Library Visual Studio documentation
to your code editor. To work around this issue, do one of the following:
<UL>
<P><LI>Manually edit the line breaks after you copy the code.</LI><BR>
<LI>View the sample code source, copy the entire code sample, including
the <B><pre></B> and <B></pre></B> tags, paste it to your code
editor, and then delete the unwanted sections from the pasted version.</LI>
</P>
</UL>
<P><B>Text links appear broken and links present security warnings</P></B>
<P>If security settings are set to disable ActiveX® controls and scripting, some MSDN links will not work. To change your security settings, click <B>View</B>,
<B>Internet Options</B>, click the <B>Security</B> tab, and then select the proper zone (<B>Intranet
Zone</B> would be appropriate for most users). Then set the security level at a less secure level to allow links to work.</P>
<P><I> Note: Changing Internet Options for MSDN also changes Internet Options for Internet Explorer.</I> </P>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.06 -->
<!-- -->
<h4><a name="Topic_306"></a>Index — Index subentries sorted under wrong main entries</h4>
<P>If two keywords differ only by case and one or more of the keywords contains index subentries, then index subentries for both keywords will be listed under the keyword sorted last in the index.</P>
<P>For example, these keywords are authored as follows:<BR>
<B>data binding</B><BR>
ActiveX controls<BR>
<B>Data Binding</B><BR>
key concepts of</P>
<P>They will be displayed in the MSDN index as:<BR>
<B>data binding</B><BR>
<B>Data Binding</B><BR>
ActiveX controls<BR>
key concepts of</P>
<P>Because <B>Data Binding</B> was sorted in the index after <B>data binding</B>, <B>Data Binding</B> contains the index subentries for both keywords.
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.07 -->
<!-- -->
<h4><a name="Topic_307"></a>Locate button is active but doesn't work</h4>
<P>For some topics, especially those found in Visual Basic® documentation, the <B>Locate</B> button does
not work, even though it appears active.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.08 -->
<!-- -->
<h4><a name="Topic_308"></a>Navigation arrows disappear</h4>
<p>Some topics within the MSDN Library are purposely authored as "hidden" from the table of contents.
These topics disable navigation arrows. You will need to navigate to a next or previous topic by
clicking on a new topic in the table of contents.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.09 -->
<!-- -->
<h4><a name="Topic_309"></a>Printing — Multi-node printing</h4>
<P>MSDN does not recommend printing multiple book nodes. Choosing to print a node with a large amount of content can require a large amount of system memory and take quite a bit of time to print. If your machine does not have the necessary memory, you may receive an out-of-system–memory message. </p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.10 -->
<!-- -->
<h4><a name="Topic_310"></a>Content in multiple frames cannot be printed simultaneously</h4>
<P>If you attempt to print a node in the table of contents that contains other nodes that have HTML "frame"-based content, the following message will be displayed: "The selected topics must be printed individually." You will need to select a book or page at a lower level in order to print the desired topic.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.11 -->
<!-- -->
<h4><a name="Topic_311"></a>Subset issues</h4>
<P><B>Using subsets to narrow a full-text search</P></B>
<p>For information about how to create subsets, see MSDN Library Help (select <B>Help</B> and click <B>MSDN Library Help</B>
from the MSDN menu). That document does not contain the following information about how to use subsets to narrow a full-text search:
<ol><li>On the left pane of the online documentation, click the <b>Search </b>tab.</li>
<li>In the <b>Active Subset</b> list, click the name of the subset you want to search.</li>
<li>Click <b>List Topics</b> to begin your search.</li>
</ol>
<P><B>Topic Not Found page does not include subsets</B></P>
<P>When using subsets, if you attempt to follow a link from one topic that points to a target topic
outside the currently active subset, you may see the "Topic Not Found" page. This page does not tell you that the reason the topic was not found is that it exists outside the current subset.
Select the <B>Entire Contents</B> subset in order to access that topic.</p>
<P><B>Stop list is ignored</B></P>
<P>When you use subsets, full-text searches do not exclude words on the <a href="readmedn.htm#Topic_404">MSDN stop list</A>.</p>
<P><B>Search previous results does not work</B></P>
<P>When you use subsets, the full-text search "Search previous results" feature currently does not work.</p>
<P><B>Defined subsets deleted</B></P>
<P>In some cases, closing and rapidly opening the MSDN Library could result in the loss of some
user-defined information, including recently created user-defined subsets.
To avoid this information loss, allow the MSDN Library close process to complete
before restarting the MSDN Library.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.115 -->
<!-- -->
<h4><a name="Topic_3115"></a>Search may erroneously return "No Topics Found"</h4>
<P>After a Typical installation, if you conduct a document search without CD2 in the drive and then click the <B>Cancel</B> button, you will get a "No Topics Found" message. If you make a subsequent search during the same session, the "No Topics Found" message is immediately displayed instead of a prompt to insert CD2.</p>
<P><B>Workaround</B></P>
<P>Insert CD2 when requested, click <B>OK</B>, and the search will behave as expected. You can also clear the session by quitting and restarting the MSDN Library.</P>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.12 -->
<!-- -->
<h4><a name="Topic_312"></a>Search results in some languages may display extraneous characters</h4>
<P>In several languages, primarily those with bi-directional script, the search results display may contain extraneous or incorrectly ordered characters. This may occur in a search containing wildcards, special characters, or punctuation marks. Search results will work properly; only the display of the results is affected.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.15 -->
<!-- -->
<h4><a name="Topic_315"></a>URLs that do not connect</h4>
<p>Because of the volatile nature of the Web, some Uniform Resource Locators (URLs) that
connected to Web sites at the time of publication may no longer connect. MSDN is always
working to keep URLs current. If you would like to report a problem link, please email
<A HREF="mailto:[email protected]">[email protected]</A> with a description of where the problem link is located.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 3.16 -->
<!-- -->
<h4><a name="Topic_316"></a>Changing phone numbers</h4>
<p>Some phone numbers provided in MSDN Library documentation may not be correct. MSDN is always working to keep phone numbers up-to-date.</p>
<P><BR></P>
<!------------------------------------------------------------------->
<!-- SECTION 4.0 -->
<!-- -->
<h3>General Information</h3>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 4.00 -->
<!-- -->
<h4><a name="Topic_400"></a>What are these CHM, CHI, CHW, CHQ, and COL files on my local drive and CD?</h4>
<p>MSDN document files are compiled HTML files that have a .CHM file extension. The CHI, CHW, and CHQ
files are index files created to enhance index, keyword, and
full-text search performance with the MSDN Viewer.</p>
<p>The .COL file defines the table of contents of a defined document set, which consists of a
number of CHM files.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 1.03 -->
<!-- -->
<h4><a name="Topic_103">Finding information on HTML tags</a></h4>
<p>
HTML tag information has moved and is not included in the keyword index and cannot be accessed through F1 lookup. If you need information on HTML tags, click the <B>Contents</B> tab in the navigation pane of the MSDN Library to open the table of contents. You can find the reference for HTML Elements inside the Platform SDK folder:
<table border="0" width="90%">
<tr>
<td width="100%"><font face="verdana,arial,helvetica" SIZE=2> » Platform SDK</font></td>
</tr>
</table>
<table border="0" width="90%">
<tr>
<td width="5%"> </td>
<td width="95%"><font face="verdana,arial,helvetica" SIZE=2>» Internet/Intranet/Extranet Services</font></td>
</tr>
</table>
<table border="0" width="90%">
<tr>
<td width="10%"> </td>
<td width="90%"><font face="verdana,arial,helvetica" SIZE=2>» Dynamic HTML</font></td>
</tr>
</table>
<table border="0" width="90%">
<tr>
<td width="15%"> </td>
<td width="85%"><font face="verdana,arial,helvetica" SIZE=2>» DHTML References</font></td>
</tr>
</table>
<table border="0" width="90%">
<tr>
<td width="20%"> </td>
<td width="80%"><font face="verdana,arial,helvetica" SIZE=2>» HTML References<font face="verdana,arial,helvetica" SIZE=2></td>
</tr>
</table>
<table border="0" width="90%">
<tr>
<td width="25%"> </td>
<td width="75%"><font face="verdana,arial,helvetica" SIZE=2><b>» HTML Elements</b></font></td>
</tr>
</table>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 4.01 -->
<!-- -->
<h4><a name="Topic_401"></a>Library contents</h4>
<p>The contents of the MSDN Library will continue to evolve. We have
provided product documentation and a substantial portion of the current MSDN Library.</p>
<p>The Microsoft Developer Network team does not edit most of the product documentation,
specifications, and articles included in the MSDN Library. You may encounter documentation errors,
references to page numbers, and formatting problems. We will communicate any errors you
report to the appropriate product documentation groups. You can email problems to us at
<A HREF="mailto:[email protected]">[email protected]</A>.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 4.02 -->
<!-- -->
<h4><a name="Topic_402"></a>Disc layout</h4>
<p>The MSDN Library is included on two CDs. Documentation, samples, and Setup files have been
placed on the CDs to maximize content space and to minimize CD swapping. CD 1 contains
Setup and sample files and CD 2 contains document files. Three document files are located
on CD 1: Two files, dsmsdn.chm and dshelp.chm, are installed locally in any MSDN installation; the
third file, vcsample.chm, is used to link samples on Disc 1.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 4.03 -->
<!-- -->
<h4><a name="Topic_403"></a>Uncompressed samples</h4>
<p>Samples are located on CD 1 and are uncompressed. Samples are available for all Visual Studio products
within their respective directories. Some samples are available through document links and others
are referenced through Visual Studio product documentation on the MSDN Library.</p>
<P><BR></P>
<!------------------------------------------------------>
<!-- TOPIC 4.04 -->
<!-- -->
<h4><a name="Topic_404"></a>MSDN Library stop list</h4>
<p>A word stop list has been used to reduce the size of the keyword index and increase
search performance. The following words are included on the MSDN Library stop word list:
a, am, an, and, are, as, at, be, been, being, but, by, can, could, did, do, does, doing, done, for, from, had, has, have, he, here, how, I, in, is, it, its, may, not, of, on, or,
saw, see, seen, she, so, that, the, them, then, there, these, they, this, those, to, too,
very, was, we, when, where, which, with, you.</p>
<p>If you enter a search query using a word on the stop list exclusively, an error
is returned: "The syntax of the search query is incorrect."</p>
<P><BR></P>
<!-- -->
<!-- END CONTENTS -->
<!----------------------------------------------------------------------------->
</BODY>
</HTML>