• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

include/H12-Nov-2020-49,71639,274

BUILD.gnH A D07-Nov-2020546 1915

README.chromiumH A D07-Nov-2020368 119

readme.htmH A D07-Nov-202094.1 KiB2,5572,519

using_wtl.vspropsH A D07-Nov-2020295 1211

wtl10.patchH A D07-Nov-20201.4 KiB3834

README.chromium

1Name: Windows Template Library (WTL)
2URL: https://sourceforge.net/projects/wtl/files/WTL%2010/
3Version: 10.0.9163
4Commit: commit 57a7c4e2629cb85c6f27faa91650e047c4220e15
5License: Microsoft Permissive License
6License File: Ms-PL.txt
7Security Critical: yes
8
9Local changes (all part of wtl10.patch):
10- Fix calls to ATLVERIFY to avoid the error: expression result unused.
11

readme.htm

1<html>
2
3<head>
4	<meta http-equiv="Content-Language" content="en-us">
5	<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6	<title>Windows Template Library</title>
7	<style type="text/css">
8		html, body {
9			width: 800px;
10			font-family: Arial;
11			font-size: 10pt;
12		}
13		.wtl10 {
14			font-family: Arial;
15			font-size: 12pt;
16		}
17		.table1 {
18			font-family: Arial;
19			font-size: 10pt;
20		}
21		.code1 {
22			font-family: Courier;
23			font-size: 10pt;
24		}
25	</style>
26</head>
27
28<body>
29
30<table class="table1" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
31	<tr>
32		<td>
33			<span class="wtl10"><b>Windows Template Library - WTL 10</b></span>
34			&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
35			version 10.0.9163 (2019-06-12)
36		</td>
37	</tr>
38	<tr>
39		<td><hr></td>
40	</tr>
41	<tr>
42		<td>Copyright &#169; 2019 Microsoft Corporation, WTL Team. All rights reserved.</td>
43	</tr>
44	<tr>
45		<td><br></td>
46	</tr>
47	<tr>
48		<td>
49			This file is a part of the Windows Template Library.<br>
50			The use and distribution terms for this software are covered by the<br>
51			Microsoft Public License (<a target="_blank" href="http://opensource.org/licenses/MS-PL">http://opensource.org/licenses/MS-PL</a>)<br>
52			which can be found in the file MS-PL.txt at the root folder.
53		</td>
54	</tr>
55	<tr>
56		<td><hr></td>
57	</tr>
58</table>
59<p style=margin:0px><br></p>
60
61<p>Welcome to the Windows Template Library, version 10. This document contains the following topics:</p>
62
63<ul>
64	<li><a href="#Introduction">Introduction</a></li>
65	<li><a href="#Features and Installation">Features and Installation</a></li>
66	<li><a href="#Packing List">Packing List</a></li>
67	<li><a href="#Class Overview">Class Overview</a></li>
68	<li><a href="#ATL/WTL AppWizard">ATL/WTL AppWizard</a></li>
69	<li><a href="#WTL Releases">WTL Releases</a></li>
70</ul>
71<p style=margin:0px><br></p>
72
73<h3 style=margin:0px>Introduction</h3>
74<p>
75	Windows Template Library, or WTL, is a set of
76	classes that extend ATL to support more complex user interfaces for either
77	applications or various UI components, while maintaining the big advantage of
78	ATL - small and fast code. WTL classes were designed to be the best and the
79	easiest way to implement rich Win32 based UI for ATL based applications,
80	servers, components, and controls.
81</p>
82
83<p>
84	WTL provides support for implementing many
85	user interface elements, from frame and popup windows, to MDI, standard and
86	common controls, common dialogs, property sheets and pages, GDI objects, UI
87	updating, scrollable windows, splitter windows, command bars, etc. The WTL
88	classes are mostly templated and use minimal instance data and inline functions.
89	They were not designed as a framework, so they do not force a particular
90	application model, and can accommodate any. The classes do not use hooks or
91	thread local storage, so they have no restrictions that those techniques impose.
92	They also have no inter-dependencies and can be freely mixed with straight SDK
93	code. In summary, WTL delivers very small and efficient code, very close in size
94	and speed to SDK programs, while presenting a more logical, object oriented
95	model to a programmer.
96</p>
97<p style=margin:0px><br></p>
98
99<h3 style=margin:0px><a name="Features and Installation"></a>Features and Installation</h3>
100
101<p>
102	This is the ninth public release of WTL. This version is released
103	under the Microsoft Public License, enabling developers from the WTL community to
104	contribute to the library.
105</p>
106<p>
107	WTL classes can be used with all versions of VC++ from 2005 to the newest, 2019.
108	AppWizard for Visual Studio is included.
109</p>
110<p>
111	The WTL classes are provided in header files located in the include directory.
112	The only header files that must be included is atlapp.h, while others can be used when needed.
113	The name of the file doesn't mean that you have to create an application, just that
114	atlapp.h contains base definitions required for WTL projects.
115</p>
116<p>
117	To install WTL, just copy the whole directory structure, or unpack the archive file,
118	to the location of your choice. Please be sure to <b>add the WTL\include directory</b>
119	to the list of include directories in VC++, so that the compiler
120	can find them when you include them in your projects.
121</p>
122<p>
123	Setup programs for the AppWizard are provided. After executing the setup script,
124	ATL/WTL AppWizard will appear in the list of AppWizards when you select File.New.Project
125	in VC++ IDE. The file AppWiz\setup.js is the setup script for all supported versions of Visual Studio.
126</p>
127<p>
128	To manually install AppWizard for VC++ 2005, copy all WTLAppWiz.* files from AppWiz\Files to VC++
129	projects directory, %VCDIR%\VC\vcprojects, where %VCDIR% is the directory
130	where VC++ 2005 is installed. After that, open WTL10AppWiz.vsz and modify the
131	line that contains ABSOLUTE_PATH to contain %WTLDIR%\AppWiz\Files, where
132	%WTLDIR% is the directory where WTL files are.
133</p>
134
135<p style=margin:0px>Compiler/IDE/ATL support:</p>
136<ul style=margin:0px>
137	<li>Visual C++ 2005&nbsp;&nbsp;&nbsp; (ATL 8.0)</li>
138	<li>Visual C++ 2008&nbsp;&nbsp;&nbsp; (ATL 9.0)</li>
139	<li>Visual C++ 2010&nbsp;&nbsp;&nbsp; (ATL 10.0)</li>
140	<li>Visual C++ 2012&nbsp;&nbsp;&nbsp; (ATL 11.0)</li>
141	<li>Visual C++ 2013&nbsp;&nbsp;&nbsp; (ATL 12.0)</li>
142	<li>Visual C++ 2015&nbsp;&nbsp;&nbsp; (ATL 14.0)</li>
143	<li>Visual C++ 2017&nbsp;&nbsp;&nbsp; (ATL 14.0)</li>
144	<li>Visual C++ 2019&nbsp;&nbsp;&nbsp; (ATL 14.0)</li>
145</ul>
146<p style=margin:0px><br></p>
147
148<p style=margin:0px>Windows SDK support (optional):</p>
149<ul style=margin:0px>
150	<li>Windows SDK 6.0 or newer</li>
151</ul>
152<p style=margin:0px><br></p>
153<p style=margin:0px><br></p>
154
155<h3 style=margin:0px><a name="Packing List"></a>Packing List</h3>
156<p style=margin:0px><br></p>
157
158<table class="table1" border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="497">
159  <tr>
160    <td width="136">File Name:</td>
161    <td width="358">Description:</td>
162  </tr>
163  <tr>
164    <td width="494" colspan="2"><hr></td>
165  </tr>
166  <tr>
167    <td width="136">readme.html</td>
168    <td width="358">this file</td>
169  </tr>
170  <tr>
171    <td width="136">MS-PL.txt</td>
172    <td width="358">Microsoft Public License</td>
173  </tr>
174  <tr>
175    <td width="494" colspan="2">&nbsp;</td>
176  </tr>
177  <tr>
178    <td width="494" colspan="2">include\</td>
179  </tr>
180  <tr>
181    <td width="136">&nbsp;&nbsp;&nbsp; atlapp.h</td>
182    <td width="358">message loop, interfaces,
183    general app stuff</td>
184  </tr>
185  <tr>
186    <td width="136">&nbsp;&nbsp;&nbsp; atlcrack.h</td>
187    <td width="358">message cracker macros</td>
188  </tr>
189  <tr>
190    <td width="136">&nbsp;&nbsp;&nbsp; atlctrls.h</td>
191    <td width="358">standard and common control
192    classes</td>
193  </tr>
194  <tr>
195    <td width="136">&nbsp;&nbsp;&nbsp; atlctrlw.h</td>
196    <td width="358">command bar class</td>
197  </tr>
198  <tr>
199    <td width="136">&nbsp;&nbsp;&nbsp; atlctrlx.h</td>
200    <td width="358">bitmap button, check list view,
201    and other controls</td>
202  </tr>
203  <tr>
204    <td width="136">&nbsp;&nbsp;&nbsp; atlddx.h</td>
205    <td width="358">data exchange for dialogs and
206    windows</td>
207  </tr>
208  <tr>
209    <td width="136">&nbsp;&nbsp;&nbsp; atldlgs.h</td>
210    <td width="358">common dialog classes, property
211    sheet and page classes</td>
212  </tr>
213  <tr>
214    <td width="136">&nbsp;&nbsp;&nbsp; atldwm.h</td>
215    <td width="358">DWM support classes</td>
216  </tr>
217  <tr>
218    <td width="136">&nbsp;&nbsp;&nbsp; atlfind.h</td>
219    <td width="358">Find/Replace support for Edit
220	and RichEdit</td>
221  </tr>
222  <tr>
223    <td width="136">&nbsp;&nbsp;&nbsp; atlframe.h</td>
224    <td width="358">frame window classes, MDI,
225    update UI classes</td>
226  </tr>
227  <tr>
228    <td width="136">&nbsp;&nbsp;&nbsp; atlgdi.h</td>
229    <td width="358">DC classes, GDI object classes</td>
230  </tr>
231  <tr>
232    <td width="136">&nbsp;&nbsp;&nbsp; atlmisc.h</td>
233    <td width="358">WTL ports of CPoint, CRect,
234    CSize, CString, etc.</td>
235  </tr>
236  <tr>
237    <td width="136">&nbsp;&nbsp;&nbsp; atlprint.h</td>
238    <td width="358">printing and print preview</td>
239  </tr>
240  <tr>
241    <td width="136">&nbsp;&nbsp;&nbsp; atlres.h</td>
242    <td width="358">standard resource IDs</td>
243  </tr>
244  <tr>
245    <td width="136">&nbsp;&nbsp;&nbsp; atlribbon.h</td>
246    <td width="358">RibbonUI support</td>
247  </tr>
248  <tr>
249    <td width="136">&nbsp;&nbsp;&nbsp; atlscrl.h</td>
250    <td width="358">scrollable windows</td>
251  </tr>
252  <tr>
253    <td width="136">&nbsp;&nbsp;&nbsp; atlsplit.h</td>
254    <td width="358">splitter windows</td>
255  </tr>
256  <tr>
257    <td width="136">&nbsp;&nbsp;&nbsp; atltheme.h</td>
258    <td width="358">Windows XP theme classes</td>
259  </tr>
260  <tr>
261    <td width="136">&nbsp;&nbsp;&nbsp; atluser.h</td>
262    <td width="358">menu class, USER object classes</td>
263  </tr>
264  <tr>
265    <td width="136">&nbsp;&nbsp;&nbsp; atlwinx.h</td>
266    <td width="358">extensions of ATL windowing
267    support</td>
268  </tr>
269  <tr>
270    <td width="494" colspan="2">&nbsp;</td>
271  </tr>
272  <tr>
273    <td width="494" colspan="2">Samples\</td>
274  </tr>
275  <tr>
276    <td width="136">&nbsp;&nbsp;&nbsp; Aero\...</td>
277    <td width="358">Vista Aero glass showcase</td>
278  </tr>
279  <tr>
280    <td width="136">&nbsp;&nbsp;&nbsp; Alpha\...</td>
281    <td width="358">Windows XP 32-bit (alpha)
282    toolbar images</td>
283  </tr>
284  <tr>
285    <td width="136">&nbsp;&nbsp;&nbsp; BmpView\...</td>
286    <td width="358">bitmap file view sample</td>
287  </tr>
288  <tr>
289    <td width="136">&nbsp;&nbsp;&nbsp; GuidGen\...</td>
290    <td width="358">WTL version of the GuidGen
291    sample</td>
292  </tr>
293	<tr>
294    <td width="136">&nbsp;&nbsp;&nbsp; MDIDocVw\...</td>
295    <td width="358">WTL version of the MDI sample</td>
296  </tr>
297	<tr>
298    <td width="136">&nbsp;&nbsp;&nbsp; MemDlg\...</td>
299    <td width="358">In-memory dialog sample</td>
300  </tr>
301	<tr>
302    <td width="136">&nbsp;&nbsp;&nbsp; MTPad\...</td>
303    <td width="358">multithreaded notepad sample</td>
304  </tr>
305	<tr>
306    <td width="136">&nbsp;&nbsp;&nbsp; MTPad7\...</td>
307    <td width="358">MTPad with RibbonUI</td>
308  </tr>
309  <tr>
310    <td width="136">&nbsp;&nbsp;&nbsp; TabBrowser\...</td>
311    <td width="358">Web browser using TabView</td>
312  </tr>
313  <tr>
314    <td width="136">&nbsp;&nbsp;&nbsp; Wizard97Test\...</td>
315    <td width="358">Wizard97 showcase
316    sample</td>
317  </tr>
318  <tr>
319    <td width="136">&nbsp;&nbsp;&nbsp; WTLExplorer\...</td>
320    <td width="358">Explorer-like application
321    sample</td>
322  </tr>
323  <tr>
324    <td width="494" colspan="2">&nbsp;</td>
325  </tr>
326	<tr>
327    <td width="494" colspan="2">AppWiz\</td>
328  </tr>
329	<tr>
330    <td width="136">&nbsp;&nbsp;&nbsp; setup.js</td>
331    <td width="358">AppWizard setup program for all versions of
332    Visual Studio</td>
333  </tr>
334	<tr>
335    <td width="136">&nbsp;&nbsp;&nbsp; Files\...</td>
336    <td width="358">WTL AppWizard files</td>
337  </tr>
338  </table>
339<p style=margin:0px><br></p>
340<p style=margin:0px><br></p>
341
342<h3 style=margin:0px><a name="Class Overview"></a>Class Overview</h3>
343<p style=margin:0px><br></p>
344
345<table class="table1" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
346  <tr>
347    <td>usage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
348    <td><b>mi base</b></td>
349    <td>&nbsp;&nbsp; -</td>
350    <td>&nbsp;&nbsp; a base class (multiple inheritance)</td>
351  </tr>
352  <tr>
353    <td>&nbsp;</td>
354    <td><b>client</b></td>
355    <td>&nbsp;&nbsp; -</td>
356    <td>&nbsp;&nbsp; wrapper class for a handle</td>
357  </tr>
358  <tr>
359    <td>&nbsp;</td>
360    <td><b>as-is</b></td>
361    <td>&nbsp;&nbsp; -</td>
362    <td>&nbsp;&nbsp; to be used directly</td>
363  </tr>
364  <tr>
365    <td>&nbsp;</td>
366    <td><b>impl</b></td>
367    <td>&nbsp;&nbsp; -</td>
368    <td>&nbsp;&nbsp; implements a window (has
369    WindowProc) or other support</td>
370  </tr>
371  <tr>
372    <td>&nbsp;</td>
373    <td><b>helper</b></td>
374    <td>&nbsp;&nbsp; -</td>
375    <td>&nbsp;&nbsp; a helper class</td>
376  </tr>
377  <tr>
378    <td>&nbsp;</td>
379    <td><b>base</b></td>
380    <td>&nbsp;&nbsp; -</td>
381    <td>&nbsp;&nbsp; implementation base class</td>
382  </tr>
383</table>
384<p style=margin:0px><br></p>
385
386<table class="table1" border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="600">
387  <tr>
388    <td width="220"><b>class name:</b></td>
389    <td width="114"><b>usage:</b></td>
390    <td width="253"><b>description:</b></td>
391  </tr>
392  <tr>
393    <td colspan="3" width="593"><br>App/module support</td>
394  </tr>
395  <tr>
396    <td width="221"><b>CAppModule</b></td>
397    <td width="115">as-is</td>
398    <td width="255">app support, CComModule derived</td>
399  </tr>
400  <tr>
401    <td width="221"><b>CServerAppModule</b></td>
402    <td width="115">as-is</td>
403    <td width="255">module for COM servers</td>
404  </tr>
405  <tr>
406    <td width="221"><b>CMessageLoop</b></td>
407    <td width="115">as-is</td>
408    <td width="255">message loop</td>
409  </tr>
410  <tr>
411    <td width="221"><b>CMessageFilter</b></td>
412    <td width="115">mi base</td>
413    <td width="255">message filter interface</td>
414  </tr>
415  <tr>
416    <td width="221"><b>CIdleHandler</b></td>
417    <td width="115">mi base</td>
418    <td width="255">idle time handler interface</td>
419  </tr>
420  <tr>
421    <td colspan="3" width="593"><br>Frame windows</td>
422  </tr>
423  <tr>
424    <td width="221"><b>CFrameWindowImplBase</b></td>
425    <td width="115">base</td>
426    <td width="255">&nbsp;</td>
427  </tr>
428  <tr>
429    <td width="221"><b>CFrameWindowImpl</b></td>
430    <td width="115">impl</td>
431    <td width="255">frame window support</td>
432  </tr>
433  <tr>
434    <td width="221"><b>COwnerDraw</b></td>
435    <td width="115">impl mi base</td>
436    <td width="255">owner-draw msg map and handlers</td>
437  </tr>
438  <tr>
439    <td width="221"><b>CDialogResize
440    </b></td>
441    <td width="115">impl mi base</td>
442    <td width="255">support for resizing dialogs</td>
443  </tr>
444	<tr>
445    <td width="221"><b>CDoubleBufferImpl
446    </b></td>
447    <td width="115">impl mi</td>
448    <td width="255">double-buffer painting support</td>
449  </tr>
450  <tr>
451    <td width="221"><b>CDoubleBufferWindowImpl
452    </b></td>
453    <td width="115">impl</td>
454    <td width="255">double-buffer painting window</td>
455  </tr>
456  <tr>
457    <td colspan="3" width="593"><br>MDI windows</td>
458  </tr>
459  <tr>
460    <td width="221"><b>CMDIWindow</b></td>
461    <td width="115">client</td>
462    <td width="255">MDI methods</td>
463  </tr>
464  <tr>
465    <td width="221"><b>CMDIFrameWindowImpl</b></td>
466    <td width="115">impl</td>
467    <td width="255">MDI frame window</td>
468  </tr>
469  <tr>
470    <td width="221"><b>CMDIChildWindowImpl</b></td>
471    <td width="115">impl</td>
472    <td width="255">MDI child window</td>
473  </tr>
474  <tr>
475    <td colspan="3" width="593"><br>Update UI</td>
476  </tr>
477  <tr>
478    <td width="221"><b>CUpdateUIBase</b></td>
479    <td width="115">base</td>
480    <td width="255">&nbsp;</td>
481  </tr>
482  <tr>
483    <td width="221"><b>CUpdateUI</b></td>
484    <td width="115">mi base class</td>
485    <td width="255">provides support for UI update</td>
486  </tr>
487  <tr>
488    <td width="221"><b>CDynamicUpdateUI</b></td>
489    <td width="115">mi base class</td>
490    <td width="255">provides dynamic support for UI update</td>
491  </tr>
492  <tr>
493    <td colspan="3" width="593"><br>Standard controls</td>
494  </tr>
495  <tr>
496    <td width="221"><b>CStatic</b></td>
497    <td width="115">client</td>
498    <td width="255">static ctrl</td>
499  </tr>
500  <tr>
501    <td width="221"><b>CButton</b></td>
502    <td width="115">client</td>
503    <td width="255">button ctrl</td>
504  </tr>
505  <tr>
506    <td width="221"><b>CListBox</b></td>
507    <td width="115">client</td>
508    <td width="255">list box ctrl</td>
509  </tr>
510  <tr>
511    <td width="221"><b>CComboBox</b></td>
512    <td width="115">client</td>
513    <td width="255">combo box ctrl</td>
514  </tr>
515  <tr>
516    <td width="221"><b>CEdit</b></td>
517    <td width="115">client</td>
518    <td width="255">edit ctrl</td>
519  </tr>
520  <tr>
521    <td width="221"><b>CEditCommands</b></td>
522    <td width="115">mi</td>
523    <td width="255">standard edit command support</td>
524  </tr>
525  <tr>
526    <td width="221"><b>CScrollBar</b></td>
527    <td width="115">client</td>
528    <td width="255">scroll bar ctrl</td>
529  </tr>
530  <tr>
531    <td colspan="3" width="593"><br>Common controls</td>
532  </tr>
533  <tr>
534    <td width="221"><b>CImageList</b></td>
535    <td width="115">client</td>
536    <td width="255">image list</td>
537  </tr>
538  <tr>
539    <td width="221"><b>CListViewCtrl</b></td>
540    <td width="115">client</td>
541    <td width="255">list view ctrl</td>
542  </tr>
543  <tr>
544    <td width="221"><b>CTreeViewCtrl</b></td>
545    <td width="115">client</td>
546    <td width="255">tree view ctrl</td>
547  </tr>
548  <tr>
549    <td width="221"><b>CTreeItem</b></td>
550    <td width="115">helper</td>
551    <td width="255">&nbsp;</td>
552  </tr>
553  <tr>
554    <td width="221"><b>CTreeViewCtrlEx</b></td>
555    <td width="115">client</td>
556    <td width="255">uses CTreeItem</td>
557  </tr>
558  <tr>
559    <td width="221"><b>CHeaderCtrl</b></td>
560    <td width="115">client</td>
561    <td width="255">header bar ctrl</td>
562  </tr>
563  <tr>
564    <td width="221"><b>CToolBarCtrl</b></td>
565    <td width="115">client</td>
566    <td width="255">toolbar ctrl</td>
567  </tr>
568  <tr>
569    <td width="221"><b>CStatusBarCtrl</b></td>
570    <td width="115">client</td>
571    <td width="255">status bar ctrl</td>
572  </tr>
573  <tr>
574    <td width="221"><b>CTabCtrl</b></td>
575    <td width="115">client</td>
576    <td width="255">tab ctrl</td>
577  </tr>
578  <tr>
579    <td width="221"><b>CToolTipCtrl</b></td>
580    <td width="115">client</td>
581    <td width="255">tool tip ctrl</td>
582  </tr>
583  <tr>
584    <td width="221"><b>CToolInfo</b></td>
585    <td width="115">helper</td>
586    <td width="255">&nbsp;</td>
587  </tr>
588  <tr>
589    <td width="221"><b>CTrackBarCtrl</b></td>
590    <td width="115">client</td>
591    <td width="255">trackbar ctrl</td>
592  </tr>
593  <tr>
594    <td width="221"><b>CUpDownCtrl</b></td>
595    <td width="115">client</td>
596    <td width="255">up-down ctrl</td>
597  </tr>
598  <tr>
599    <td width="221"><b>CProgressBarCtrl</b></td>
600    <td width="115">client</td>
601    <td width="255">progress bar ctrl</td>
602  </tr>
603  <tr>
604    <td width="221"><b>CHotKeyCtrl</b></td>
605    <td width="115">client</td>
606    <td width="255">hot key ctrl</td>
607  </tr>
608  <tr>
609    <td width="221"><b>CAnimateCtrl</b></td>
610    <td width="115">client</td>
611    <td width="255">animation ctrl</td>
612  </tr>
613  <tr>
614    <td width="221"><b>CRichEditCtrl</b></td>
615    <td width="115">client</td>
616    <td width="255">rich edit ctrl</td>
617  </tr>
618  <tr>
619    <td width="221"><b>CRichEditCommands</b></td>
620    <td width="115">mi</td>
621    <td width="255">std rich edit commands support</td>
622  </tr>
623  <tr>
624    <td width="221"><b>CDragListBox</b></td>
625    <td width="115">client</td>
626    <td width="255">drag list box</td>
627  </tr>
628  <tr>
629    <td width="221"><b>CDragListNotifyImpl</b></td>
630    <td width="115">impl mi class</td>
631    <td width="255">support for notifications</td>
632  </tr>
633  <tr>
634    <td width="221"><b>CReBarCtrl</b></td>
635    <td width="115">client</td>
636    <td width="255">rebar ctrl</td>
637  </tr>
638  <tr>
639    <td width="221"><b>CComboBoxEx</b></td>
640    <td width="115">client</td>
641    <td width="255">extended combo box</td>
642  </tr>
643  <tr>
644    <td width="221"><b>CDateTimePickerCtrl</b></td>
645    <td width="115">client</td>
646    <td width="255">date-time ctrl</td>
647  </tr>
648  <tr>
649    <td width="221"><b>CFlatScrollBarImpl</b></td>
650    <td width="115">mi impl</td>
651    <td width="255">flat scroll bars support</td>
652  </tr>
653  <tr>
654    <td width="221"><b>CFlatScrollBar</b></td>
655    <td width="115">as-is</td>
656    <td width="255">flat scroll bars support</td>
657  </tr>
658  <tr>
659    <td width="221"><b>CIPAddressCtrl</b></td>
660    <td width="115">client</td>
661    <td width="255">IP address ctrl</td>
662  </tr>
663  <tr>
664    <td width="221"><b>CMonthCalendarCtrl</b></td>
665    <td width="115">client</td>
666    <td width="255">month calendar ctrl</td>
667  </tr>
668  <tr>
669    <td width="221"><b>CCustomDraw</b></td>
670    <td width="115">impl mi class</td>
671    <td width="255">custom draw handling support</td>
672  </tr>
673  <tr>
674    <td colspan="3" width="593"><br>Property sheet &amp; page</td>
675  </tr>
676  <tr>
677    <td width="221"><b>CPropertySheetWindow</b></td>
678    <td width="115">client</td>
679    <td width="255">&nbsp;</td>
680  </tr>
681  <tr>
682    <td width="221"><b>CPropertySheetImpl</b></td>
683    <td width="115">impl</td>
684    <td width="255">property sheet </td>
685  </tr>
686  <tr>
687    <td width="221"><b>CPropertySheet</b></td>
688    <td width="115">as-is</td>
689    <td width="255">&nbsp;</td>
690  </tr>
691  <tr>
692    <td width="221"><b>CPropertyPageWindow</b></td>
693    <td width="115">client</td>
694    <td width="255">&nbsp;</td>
695  </tr>
696  <tr>
697    <td width="221"><b>CPropertyPageImpl</b></td>
698    <td width="115">impl</td>
699    <td width="255">property page</td>
700  </tr>
701  <tr>
702    <td width="221"><b>CPropertyPage</b></td>
703    <td width="115">as-is</td>
704    <td width="255">&nbsp;</td>
705  </tr>
706  <tr>
707    <td width="221"><b>CAxPropertyPageImpl</b></td>
708    <td width="115">impl</td>
709    <td width="255">property page with ActiveX</td>
710  </tr>
711  <tr>
712    <td width="221"><b>CAxPropertyPage</b></td>
713    <td width="115">as-is</td>
714    <td width="255">&nbsp;</td>
715  </tr>
716	<tr>
717    <td width="221"><b>CWizard97SheetWindow</b></td>
718    <td width="115">client</td>
719    <td width="255">&nbsp;</td>
720  </tr>
721	<tr>
722    <td width="221"><b>CWizard97SheetImpl</b></td>
723    <td width="115">impl</td>
724    <td width="255">Wizard97 property sheet</td>
725  </tr>
726	<tr>
727    <td width="221"><b>CWizard97Sheet</b></td>
728    <td width="115">as-is</td>
729    <td width="255">&nbsp;</td>
730  </tr>
731	<tr>
732    <td width="221"><b>CWizard97PageWindow</b></td>
733    <td width="115">client</td>
734    <td width="255">&nbsp;</td>
735  </tr>
736	<tr>
737    <td width="221"><b>CWizard97PageImpl</b></td>
738    <td width="115">impl</td>
739    <td width="255">Wizard97 property page</td>
740  </tr>
741	<tr>
742    <td width="221"><b>CWizard97ExteriorPageImpl</b></td>
743    <td width="115">impl</td>
744    <td width="255">Wizard97 exterior page</td>
745  </tr>
746	<tr>
747    <td width="221"><b>CWizard97InteriorPageImpl</b></td>
748    <td width="115">impl</td>
749    <td width="255">Wizard97 interior page</td>
750  </tr>
751	<tr>
752    <td width="221"><b>CAeroWizardFrameWindow</b></td>
753    <td width="115">client</td>
754    <td width="255">&nbsp;</td>
755  </tr>
756	<tr>
757    <td width="221"><b>CAeroWizardFrameImpl</b></td>
758    <td width="115">impl</td>
759    <td width="255">Aero Wizard frame</td>
760  </tr>
761	<tr>
762    <td width="221"><b>CAeroWizardFrame</b></td>
763    <td width="115">as-is</td>
764    <td width="255">&nbsp;</td>
765  </tr>
766	<tr>
767    <td width="221"><b>CAeroWizardPageWindow</b></td>
768    <td width="115">client</td>
769    <td width="255">&nbsp;</td>
770  </tr>
771	<tr>
772    <td width="221"><b>CAeroWizardPageImpl</b></td>
773    <td width="115">impl</td>
774    <td width="255">Aero Wizard page</td>
775  </tr>
776	<tr>
777    <td width="221"><b>CAeroWizardPage</b></td>
778    <td width="115">as-is</td>
779    <td width="255">&nbsp;</td>
780  </tr>
781	<tr>
782    <td width="221"><b>CAeroWizardAxPageImpl</b></td>
783    <td width="115">impl</td>
784    <td width="255">Aero Wizard page with ActiveX</td>
785  </tr>
786	<tr>
787    <td width="221"><b>CAeroWizardAxPage</b></td>
788    <td width="115">as-is</td>
789    <td width="255">&nbsp;</td>
790  </tr>
791  <tr>
792    <td colspan="3" width="593"><br>Common dialogs</td>
793  </tr>
794  <tr>
795    <td width="221"><b>CFileDialogImpl</b></td>
796    <td width="115">impl</td>
797    <td width="255">GetOpenFileName/GetSaveFileName</td>
798  </tr>
799  <tr>
800    <td width="221"><b>CFileDialog</b></td>
801    <td width="115">as-is</td>
802    <td width="255">&nbsp;</td>
803  </tr>
804  <tr>
805    <td width="221"><b>CSimpleFileDialog</b></td>
806    <td width="115">as-is</td>
807    <td width="255">no customization</td>
808  </tr>
809  <tr>
810    <td width="221"><b>CMultiFileDialogImpl</b></td>
811    <td width="115">impl</td>
812    <td width="255">Multi-select GetOpenFileName</td>
813  </tr>
814  <tr>
815    <td width="221"><b>CMultiFileDialog</b></td>
816    <td width="115">as-is</td>
817    <td width="255">&nbsp;</td>
818  </tr>
819	<tr>
820    <td width="221"><b>CShellFileDialogImpl</b></td>
821    <td width="115">base</td>
822    <td width="255">&nbsp;</td>
823  </tr>
824	<tr>
825    <td width="221"><b>CShellFileOpenDialogImpl</b></td>
826    <td width="115">impl</td>
827    <td width="255">Shell File Open dialog</td>
828  </tr>
829	<tr>
830    <td width="221"><b>CShellFileOpenDialog</b></td>
831    <td width="115">as-is</td>
832    <td width="255">&nbsp;</td>
833  </tr>
834	<tr>
835    <td width="221"><b>CShellFileSaveDialogImpl</b></td>
836    <td width="115">impl</td>
837    <td width="255">Shell File Save dialog</td>
838  </tr>
839  <tr>
840    <td width="221"><b>CShellFileSaveDialog</b></td>
841    <td width="115">as-is</td>
842    <td width="255">&nbsp;</td>
843  </tr>
844  <tr>
845    <td width="221"><b>CFolderDialogImpl</b></td>
846    <td width="115">impl</td>
847    <td width="255">directory picker</td>
848  </tr>
849  <tr>
850    <td width="221"><b>CFolderDialog</b></td>
851    <td width="115">as-is</td>
852    <td width="255">&nbsp;</td>
853  </tr>
854  <tr>
855    <td width="221"><b>CFontDialogImpl</b></td>
856    <td width="115">impl</td>
857    <td width="255">ChooseFont common dialog</td>
858  </tr>
859  <tr>
860    <td width="221"><b>CFontDialog</b></td>
861    <td width="115">as-is</td>
862    <td width="255">&nbsp;</td>
863  </tr>
864  <tr>
865    <td width="221"><b>CRichEditFontDialogImpl</b></td>
866    <td width="115">impl</td>
867    <td width="255">ChooseFont for rich edit</td>
868  </tr>
869  <tr>
870    <td width="221"><b>CRichEditFontDialog</b></td>
871    <td width="115">as-is</td>
872    <td width="255">&nbsp;</td>
873  </tr>
874  <tr>
875    <td width="221"><b>CColorDialogImpl</b></td>
876    <td width="115">impl</td>
877    <td width="255">ChooseColor common dialog</td>
878  </tr>
879  <tr>
880    <td width="221"><b>CColorDialog</b></td>
881    <td width="115">as-is</td>
882    <td width="255">&nbsp;</td>
883  </tr>
884  <tr>
885    <td width="221"><b>CPrintDialogImpl</b></td>
886    <td width="115">impl</td>
887    <td width="255">PrintDlg common dialog</td>
888  </tr>
889  <tr>
890    <td width="221"><b>CPrintDialog</b></td>
891    <td width="115">as-is</td>
892    <td width="255">&nbsp;</td>
893  </tr>
894  <tr>
895    <td width="221"><b>CPrintDialogExImpl</b></td>
896    <td width="115">impl</td>
897    <td width="255">new Win2000 print dialog</td>
898  </tr>
899  <tr>
900    <td width="221"><b>CPrintDialogEx</b></td>
901    <td width="115">as-is</td>
902    <td width="255">&nbsp;</td>
903  </tr>
904  <tr>
905    <td width="221"><b>CPageSetupDialogImpl</b></td>
906    <td width="115">impl</td>
907    <td width="255">PageSetupDlg common dialog</td>
908  </tr>
909  <tr>
910    <td width="221"><b>CPageSetupDialog</b></td>
911    <td width="115">as-is</td>
912    <td width="255">&nbsp;</td>
913  </tr>
914  <tr>
915    <td width="221"><b>CFindReplaceDialogImpl</b></td>
916    <td width="115">impl</td>
917    <td width="255">FindText/ReplaceText</td>
918  </tr>
919  <tr>
920    <td width="221"><b>CFindReplaceDialog</b></td>
921    <td width="115">as-is</td>
922    <td width="255">&nbsp;</td>
923  </tr>
924  <tr>
925    <td colspan="3" width="593"><br>User support</td>
926  </tr>
927  <tr>
928    <td width="221"><b>CMenu</b></td>
929    <td width="115">client</td>
930    <td width="255">menu support</td>
931  </tr>
932	<tr>
933    <td width="221"><b>CMenuItemInfo</b></td>
934    <td width="115">as-is</td>
935    <td width="255">MENUITEMINFO wrapper</td>
936  </tr>
937	<tr>
938    <td width="221"><b>CAccelerator</b></td>
939    <td width="115">client</td>
940    <td width="255">accelerator table</td>
941  </tr>
942	<tr>
943    <td width="221"><b>CIcon</b></td>
944    <td width="115">client</td>
945    <td width="255">icon object</td>
946  </tr>
947	<tr>
948    <td width="221"><b>CCursor</b></td>
949    <td width="115">client</td>
950    <td width="255">cursor object</td>
951  </tr>
952	<tr>
953    <td width="221"><b>CResource</b></td>
954    <td width="115">client</td>
955    <td width="255">generic resource object</td>
956  </tr>
957  <tr>
958    <td colspan="3" width="593"><br>GDI support</td>
959  </tr>
960  <tr>
961    <td width="221"><b>CDC</b></td>
962    <td width="115">client</td>
963    <td width="255">DC support</td>
964  </tr>
965  <tr>
966    <td width="221"><b>CPaintDC</b></td>
967    <td width="115">client</td>
968    <td width="255">for handling WM_PAINT</td>
969  </tr>
970  <tr>
971    <td width="221"><b>CClientDC</b></td>
972    <td width="115">client</td>
973    <td width="255">for GetDC</td>
974  </tr>
975  <tr>
976    <td width="221"><b>CWindowDC</b></td>
977    <td width="115">client</td>
978    <td width="255">for GetWindowDC</td>
979  </tr>
980  <tr>
981    <td width="221"><b>CMemoryDC</b></td>
982    <td width="115">client</td>
983    <td width="255">in-memory DC</td>
984  </tr>
985  <tr>
986    <td width="221"><b>CPen</b></td>
987    <td width="115">client</td>
988    <td width="255">GDI pen object</td>
989  </tr>
990  <tr>
991    <td width="221"><b>CBrush</b></td>
992    <td width="115">client</td>
993    <td width="255">GDI brush object</td>
994  </tr>
995  <tr>
996    <td width="221"><b>CLogFont</b></td>
997    <td width="115">as-is</td>
998    <td width="255">LOGFONT wrapper</td>
999  </tr>
1000  <tr>
1001    <td width="221"><b>CFont</b></td>
1002    <td width="115">client</td>
1003    <td width="255">GDI font object</td>
1004  </tr>
1005  <tr>
1006    <td width="221"><b>CBitmap</b></td>
1007    <td width="115">client</td>
1008    <td width="255">GDI bitmap object</td>
1009  </tr>
1010  <tr>
1011    <td width="221"><b>CPalette</b></td>
1012    <td width="115">client</td>
1013    <td width="255">GDI palette object</td>
1014  </tr>
1015  <tr>
1016    <td width="221"><b>CRgn</b></td>
1017    <td width="115">client</td>
1018    <td width="255">GDI region object</td>
1019  </tr>
1020  <tr>
1021    <td colspan="3" width="593"><br>Enhanced controls</td>
1022  </tr>
1023  <tr>
1024    <td width="221"><b>CCommandBarCtrlImpl</b></td>
1025    <td width="115">impl</td>
1026    <td width="255">command bar</td>
1027  </tr>
1028  <tr>
1029    <td width="221"><b>CCommandBarCtrl</b></td>
1030    <td width="115">as-is</td>
1031    <td width="255">&nbsp;</td>
1032  </tr>
1033  <tr>
1034    <td width="221"><b>CBitmapButtonImpl</b></td>
1035    <td width="115">impl</td>
1036    <td width="255">bitmap button</td>
1037  </tr>
1038  <tr>
1039    <td width="221"><b>CBitmapButton</b></td>
1040    <td width="115">as-is</td>
1041    <td width="255">&nbsp;</td>
1042  </tr>
1043  <tr>
1044    <td width="221"><b>CCheckListViewCtrlImpl</b></td>
1045    <td width="115">impl</td>
1046    <td width="255">check list box</td>
1047  </tr>
1048  <tr>
1049    <td width="221"><b>CCheckListViewCtrl</b></td>
1050    <td width="115">as-is</td>
1051    <td width="255">&nbsp;</td>
1052  </tr>
1053  <tr>
1054    <td width="221"><b>CHyperLinkImpl</b></td>
1055    <td width="115">impl</td>
1056    <td width="255">hyper link control</td>
1057  </tr>
1058  <tr>
1059    <td width="221"><b>CHyperLink</b></td>
1060    <td width="115">as-is</td>
1061    <td width="255">&nbsp;</td>
1062  </tr>
1063  <tr>
1064    <td width="221"><b>CWaitCursor</b></td>
1065    <td width="115">as-is</td>
1066    <td width="255">wait cursor</td>
1067  </tr>
1068  <tr>
1069    <td width="221"><b>CCustomWaitCursor</b></td>
1070    <td width="115">as-is</td>
1071    <td width="255">custom and animated wait cursor</td>
1072  </tr>
1073  <tr>
1074    <td width="221"><b>CMultiPaneStatusBarCtrlImpl</b></td>
1075    <td width="115">impl</td>
1076    <td width="255">status bar with multiple panes</td>
1077  </tr>
1078  <tr>
1079    <td width="221"><b>CMultiPaneStatusBarCtrl</b></td>
1080    <td width="115">as-is</td>
1081    <td width="255">&nbsp;</td>
1082  </tr>
1083  <tr>
1084    <td width="221"><b>CPaneContainerImpl</b></td>
1085    <td width="115">impl</td>
1086    <td width="255">pane window container</td>
1087  </tr>
1088  <tr>
1089    <td width="221"><b>CPaneContainer</b></td>
1090    <td width="115">as-is</td>
1091    <td width="255">&nbsp;</td>
1092  </tr>
1093	<tr>
1094    <td width="221"><b>CSortListViewImpl</b></td>
1095    <td width="115">impl</td>
1096    <td width="255">sorting list view control</td>
1097  </tr>
1098	<tr>
1099    <td width="221"><b>CSortListViewCtrlImpl</b></td>
1100    <td width="115">impl</td>
1101    <td width="255">&nbsp;</td>
1102  </tr>
1103	<tr>
1104    <td width="221"><b>CSortListViewCtrl</b></td>
1105    <td width="115">as-is</td>
1106    <td width="255">&nbsp;</td>
1107  </tr>
1108	<tr>
1109    <td width="221"><b>CTabViewImpl;</b></td>
1110    <td width="115">impl</td>
1111    <td width="255">tab view window</td>
1112  </tr>
1113  <tr>
1114    <td width="221"><b>CTabView</b></td>
1115    <td width="115">as-is</td>
1116    <td width="255">&nbsp;</td>
1117  </tr>
1118  <tr>
1119    <td colspan="3" width="593"><br>Scrolling window support</td>
1120  </tr>
1121  <tr>
1122    <td width="221"><b>CScrollImpl</b></td>
1123    <td width="115">impl mi</td>
1124    <td width="255">scrolling support</td>
1125  </tr>
1126  <tr>
1127    <td width="221"><b>CScrollWindowImpl</b></td>
1128    <td width="115">impl</td>
1129    <td width="255">scrollable window</td>
1130  </tr>
1131  <tr>
1132    <td width="221"><b>CMapScrollImpl</b></td>
1133    <td width="115">impl mi</td>
1134    <td width="255">scrolling support with map modes</td>
1135  </tr>
1136  <tr>
1137    <td width="221"><b>CMapScrollWindowImpl</b></td>
1138    <td width="115">impl</td>
1139    <td width="255">scrollable window with map modes</td>
1140  </tr>
1141  <tr>
1142    <td width="221"><b>CZoomScrollImpl</b></td>
1143    <td width="115">impl mi</td>
1144    <td width="255">zooming support</td>
1145  </tr>
1146	<tr>
1147    <td width="221"><b>CZoomScrollWindowImpl</b></td>
1148    <td width="115">impl</td>
1149    <td width="255">zooming window</td>
1150  </tr>
1151  <tr>
1152    <td width="221"><b>CScrollContainerImpl</b></td>
1153    <td width="115">impl</td>
1154    <td width="255">scroll container window</td>
1155  </tr>
1156	<tr>
1157    <td width="221"><b>CScrollContainer</b></td>
1158    <td width="115">as-is</td>
1159    <td width="255">&nbsp;</td>
1160  </tr>
1161  <tr>
1162    <td colspan="3" width="593"><br>Splitter window support</td>
1163  </tr>
1164  <tr>
1165    <td width="221"><b>CSplitterImpl</b></td>
1166    <td width="115">impl mi</td>
1167    <td width="255">splitter support</td>
1168  </tr>
1169  <tr>
1170    <td width="221"><b>CSplitterWindowImpl</b></td>
1171    <td width="115">impl</td>
1172    <td width="255">splitter window</td>
1173  </tr>
1174  <tr>
1175    <td width="221"><b>CSplitterWindow</b></td>
1176    <td width="115">as-is</td>
1177    <td width="255">&nbsp;</td>
1178  </tr>
1179  <tr>
1180    <td colspan="3" width="593"><br>Theming support</td>
1181  </tr>
1182  <tr>
1183    <td width="221"><b>CTheme</b></td>
1184    <td width="115">client</td>
1185    <td width="255">Windows XP theme</td>
1186  </tr>
1187  <tr>
1188    <td width="221"><b>CThemeImpl</b></td>
1189    <td width="115">impl</td>
1190    <td width="255">theming support for a window</td>
1191  </tr>
1192  <tr>
1193    <td colspan="3" width="593"><br>Buffered paint and animation support</td>
1194  </tr>
1195	<tr>
1196    <td width="221"><b>CBufferedPaint</b></td>
1197    <td width="115">as-is</td>
1198    <td width="255">buffered paint</td>
1199  </tr>
1200	<tr>
1201    <td width="221"><b>CBufferedPaintImpl</b></td>
1202    <td width="115">impl mi</td>
1203    <td width="255">buffered paint support</td>
1204  </tr>
1205	<tr>
1206    <td width="221"><b>CBufferedPaintWindowImpl</b></td>
1207    <td width="115">impl</td>
1208    <td width="255">window with buffered paint</td>
1209  </tr>
1210	<tr>
1211    <td width="221"><b>CBufferedAnimation</b></td>
1212    <td width="115">as-is</td>
1213    <td width="255">buffered animation</td>
1214  </tr>
1215	<tr>
1216    <td width="221"><b>CBufferedAnimationImpl</b></td>
1217    <td width="115">impl mi</td>
1218    <td width="255">buffered animation support</td>
1219  </tr>
1220	<tr>
1221    <td width="221"><b>CBufferedAnimationWindowImpl</b></td>
1222    <td width="115">impl</td>
1223    <td width="255">window with buffered animation</td>
1224  </tr>
1225  <tr>
1226    <td colspan="3" width="593"><br>Edit and RichEdit Find/Replace support</td>
1227  </tr>
1228	<tr>
1229    <td width="221"><b>CEditFindReplaceImplBase</b></td>
1230    <td width="115">base</td>
1231    <td width="255">&nbsp;</td>
1232  </tr>
1233	<tr>
1234    <td width="221"><b>CEditFindReplaceImpl</b></td>
1235    <td width="115">mi</td>
1236    <td width="255">Edit Find/Replace support</td>
1237  </tr>
1238	<tr>
1239    <td width="221"><b>CRichEditFindReplaceImpl</b></td>
1240    <td width="115">mi</td>
1241    <td width="255">RichEdit Find/Replace support</td>
1242  </tr>
1243  <tr>
1244    <td colspan="3" width="593"><br>Printing support</td>
1245  </tr>
1246  <tr>
1247    <td width="221"><b>CPrinterInfo</b></td>
1248    <td width="115">as-is</td>
1249    <td width="255">print info support</td>
1250  </tr>
1251  <tr>
1252    <td width="221"><b>CPrinter</b></td>
1253    <td width="115">client</td>
1254    <td width="255">printer handle wrapper</td>
1255  </tr>
1256  <tr>
1257    <td width="221"><b>CDevMode</b></td>
1258    <td width="115">client</td>
1259    <td width="255">DEVMODE wrapper</td>
1260  </tr>
1261  <tr>
1262    <td width="221"><b>CPrinterDC</b></td>
1263    <td width="115">client</td>
1264    <td width="255">printing DC support</td>
1265  </tr>
1266  <tr>
1267    <td width="221"><b>CPrintJobInfo</b></td>
1268    <td width="115">client</td>
1269    <td width="255">print job info</td>
1270  </tr>
1271  <tr>
1272    <td width="221"><b>CPrintJob</b></td>
1273    <td width="115">client</td>
1274    <td width="255">print job support</td>
1275  </tr>
1276  <tr>
1277    <td width="221"><b>CPrintPreview</b></td>
1278    <td width="115">mi</td>
1279    <td width="255">print preview support</td>
1280  </tr>
1281  <tr>
1282    <td width="221"><b>CPrintPreviewWindowImpl</b></td>
1283    <td width="115">impl</td>
1284    <td width="255">print preview window</td>
1285  </tr>
1286	<tr>
1287    <td width="221"><b>CPrintPreviewWindow</b></td>
1288    <td width="115">as-is</td>
1289    <td width="255">&nbsp;</td>
1290  </tr>
1291	<tr>
1292    <td width="221"><b>CZoomPrintPreviewWindowImpl</b></td>
1293    <td width="115">impl</td>
1294    <td width="255">zooming print preview window</td>
1295  </tr>
1296  <tr>
1297    <td width="221"><b>CZoomPrintPreviewWindow</b></td>
1298    <td width="115">as-is</td>
1299    <td width="255">&nbsp;</td>
1300  </tr>
1301  <tr>
1302    <td colspan="3" width="593"><br>Miscellaneous</td>
1303  </tr>
1304	<tr>
1305    <td width="221"><b>CWinDataExchange</b></td>
1306    <td width="115">mi</td>
1307    <td width="255">data exchange for controls</td>
1308  </tr>
1309	<tr>
1310    <td width="221"><b>CRecentDocumentList</b></td>
1311    <td width="115">mi or as-is</td>
1312    <td width="255">support for MRU list</td>
1313  </tr>
1314	<tr>
1315    <td width="221"><b>CFindFile</b></td>
1316    <td width="115">as-is</td>
1317    <td width="255">file search support</td>
1318  </tr>
1319  <tr>
1320    <td colspan="3" width="593"><br>In-memory dialog</td>
1321  </tr>
1322	<tr>
1323    <td width="221"><b>CDialogBaseUnits</b></td>
1324    <td width="115">helper</td>
1325    <td width="255">dialog units helper</td>
1326  </tr>
1327	<tr>
1328    <td width="221"><b>CMemDlgTemplate</b></td>
1329    <td width="115">as-is</td>
1330    <td width="255">In-memory dialog template</td>
1331  </tr>
1332	<tr>
1333    <td width="221"><b>CIndirectDialogImpl</b></td>
1334    <td width="115">impl</td>
1335    <td width="255">In-memory dialog class</td>
1336  </tr>
1337  <tr>
1338    <td colspan="3" width="593"><br>Task dialog</td>
1339  </tr>
1340	<tr>
1341    <td width="221"><b>CTaskDialogImpl</b></td>
1342    <td width="115">impl</td>
1343    <td width="255">Task Dialog in Vista</td>
1344  </tr>
1345	<tr>
1346    <td width="221"><b>CTaskDialog</b></td>
1347    <td width="115">as-is</td>
1348    <td width="255">&nbsp;</td>
1349  </tr>
1350  <tr>
1351    <td colspan="3" width="593"><br>DWM classes</td>
1352  </tr>
1353  <tr>
1354    <td width="221"><b>CDwm</b></td>
1355    <td width="115">client</td>
1356    <td width="255">DWM handle warapper</td>
1357  </tr>
1358  <tr>
1359    <td width="221"><b>CDwmImpl</b></td>
1360    <td width="115">impl base</td>
1361    <td width="255">DWM support</td>
1362  </tr>
1363  <tr>
1364    <td width="221"><b>CDwmWindow</b></td>
1365    <td width="115">impl</td>
1366    <td width="255">DWM window support</td>
1367  </tr>
1368  <tr>
1369    <td width="221"><b>CDwmThumbnail</b></td>
1370    <td width="115">client</td>
1371    <td width="255">DWM thumbnail wrapper</td>
1372  </tr>
1373  <tr>
1374    <td width="221"><b>CAeroControlImpl</b></td>
1375    <td width="115">impl</td>
1376    <td width="255">support for Aero controls</td>
1377  </tr>
1378  <tr>
1379    <td colspan="3" width="593"><br>Ribbon classes</td>
1380  </tr>
1381  <tr>
1382    <td width="221"><b>CRibbonUpdateUI</b></td>
1383    <td width="115">mi base</td>
1384    <td width="255">automatic mapping of ribbon UI elements</td>
1385  </tr>
1386  <tr>
1387    <td width="221"><b>RibbonUI::CtrlImpl</b></td>
1388    <td width="115">base impl</td>
1389    <td width="255">base class for all ribbon controls</td>
1390  </tr>
1391  <tr>
1392    <td width="221"><b>RibbonUI::CommandCtrlImpl</b></td>
1393    <td width="115">base impl</td>
1394    <td width="255">base class for ribbon controls</td>
1395  </tr>
1396  <tr>
1397    <td width="221"><b>RibbonUI::CollectionImplBase</b></td>
1398    <td width="115">base</td>
1399    <td width="255">base class for all RibbonUI collections</td>
1400  </tr>
1401  <tr>
1402    <td width="221"><b>RibbonUI::CollectionImpl</b></td>
1403    <td width="115">impl</td>
1404    <td width="255">RibbonUI collections</td>
1405  </tr>
1406  <tr>
1407    <td width="221"><b>RibbonUI::CollectionCtrlImpl</b></td>
1408    <td width="115">impl</td>
1409    <td width="255">specializable class for ribbon collection controls</td>
1410  </tr>
1411  <tr>
1412    <td width="221"><b>RibbonUI::ToolbarGalleryCtrlImpl</b></td>
1413    <td width="115">base impl</td>
1414    <td width="255">base class for ribbon toolbar gallery controls</td>
1415  </tr>
1416  <tr>
1417    <td width="221"><b>RibbonUI::CRibbonImpl</b></td>
1418    <td width="115">impl</td>
1419    <td width="255">Ribbon implementation class</td>
1420  </tr>
1421  <tr>
1422    <td width="221"><b>CRibbonFrameWindowImplBase</b></td>
1423    <td width="115">base</td>
1424    <td width="255">base frame class for Ribbon</td>
1425  </tr>
1426  <tr>
1427    <td width="221"><b>CRibbonFrameWindowImpl</b></td>
1428    <td width="115">impl</td>
1429    <td width="255">Ribbon frame window class</td>
1430  </tr>
1431  <tr>
1432    <td width="221"><b>CRibbonMDIFrameWindowImpl</b></td>
1433    <td width="115">impl</td>
1434    <td width="255">Ribbon MDI frame window class</td>
1435  </tr>
1436  <tr>
1437    <td width="221"><b>CRibbonPersist</b></td>
1438    <td width="115">as-is</td>
1439    <td width="255">Ribbon persistance support</td>
1440  </tr>
1441</table>
1442<p style=margin:0px><br></p>
1443<p style=margin:0px><br></p>
1444
1445<h3 style=margin:0px><a name="ATL/WTL AppWizard"></a>ATL/WTL AppWizard</h3>
1446
1447<p>ATL/WTL AppWizard generates starting code for a WTL application. It has options to create code for different application types and features.</p>
1448<p style=margin:0px>You can choose the following options:</p>
1449<ul style='margin-top:0px;margin-bottom:0px'>
1450	<li>Application type (SDI, multi thread SDI, MDI, TabView, Explorer, dialog based)</li>
1451	<li>Support for hosting ActiveX controls</li>
1452	<li>COM server support</li>
1453	<li>Class implementation in .CPP files</li>
1454	<li>Common Control manifest</li>
1455	<li>Unicode character set</li>
1456	<li>Toolbar, rebar, command bar, status bar</li>
1457	<li>View window, and it's type (generic, dialog form, or a list box, edit, list view, tree view, rich edit, HTML page, scroll window)</li>
1458	<li>For dialog based apps or a form based view window - support for hosting ActiveX controls in the dialog</li>
1459</ul>
1460<p style=margin:0px><br></p>
1461
1462<p style=margin:0px>ATL/WTL AppWizard supports VC++ 2005, 2008, 2010, 2012, 2013, 2015, 2017, and 2019.</p>
1463<p style=margin:0px><br></p>
1464<p style=margin:0px><br></p>
1465
1466<p><hr></p>
1467
1468<h3 style=margin:0px><a name="WTL Releases"></a>WTL Releases</h3>
1469<p style=margin:0px><br></p>
1470
1471<h4>History</h4>
1472<table class="table1" border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
1473	<tr>
1474		<td width="20"> </td>
1475		<td width="100">WTL 10</td>
1476		<td>?</td>
1477	</tr>
1478	<tr>
1479		<td width="20"> </td>
1480		<td width="100">WTL 9.1</td>
1481		<td>2015</td>
1482	</tr>
1483	<tr>
1484		<td width="20"> </td>
1485		<td width="100">WTL 9.0</td>
1486		<td>2014</td>
1487	</tr>
1488	<tr>
1489		<td width="20"> </td>
1490		<td width="100">WTL 8.0</td>
1491		<td>2007</td>
1492	</tr>
1493	<tr>
1494		<td width="20"> </td>
1495		<td width="100">WTL 7.5</td>
1496		<td>2005</td>
1497	</tr>
1498	<tr>
1499		<td width="20"> </td>
1500		<td width="100">WTL 7.1</td>
1501		<td>2003</td>
1502	</tr>
1503	<tr>
1504		<td width="20"> </td>
1505		<td width="100">WTL 7.0</td>
1506		<td>2002</td>
1507	</tr>
1508	<tr>
1509		<td width="20"> </td>
1510		<td width="100">WTL 3.1</td>
1511		<td>2000</td>
1512	</tr>
1513	<tr>
1514		<td width="20"> </td>
1515		<td width="100">WTL 3.0</td>
1516		<td>1999</td>
1517	</tr>
1518</table>
1519<p style=margin:0px><br></p>
1520
1521<h4>Changes Between WTL 10 and 9.1</h4>
1522<p style=margin:0px>TODO</p>
1523<p style=margin:0px><br></p>
1524
1525<h4>Changes Between WTL 9.1 and 9.0</h4>
1526<p style=margin:0px>New and improved:</p>
1527<blockquote style='margin-top:0px;margin-bottom:0px'>
1528	<p style=margin:0px>
1529		Full compatibility with VS2015<br>
1530		NuGet support and package<br>
1531		Microsoft Public License (MS-PL)<br>
1532		New sample: MemDlg - demonstrates use of in-memory dialogs
1533	</p>
1534</blockquote>
1535<p style=margin:0px><br></p>
1536
1537<p style=margin:0px>Fixes and enhancements:</p>
1538<blockquote style='margin-top:0px;margin-bottom:0px'>
1539	<p style=margin:0px>
1540		Fixes for code analysis warnings<br>
1541		Fixes for strict const-qualification conformance (/Zc:strictStrings)<br>
1542		CEditFindReplaceImpl::UseShadowBuffer(): Use AtlGetCommCtrlVersion() instead of GetProcAddress()<br>
1543		Misc improvements: missing initialization, undefined messages, better #ifdefs<br>
1544		CFrameWndClassInfo: Use GetSystemMetrics() for icon sizes<br>
1545		BEGIN_MSG_MAP_EX and BEGIN_DDX_MAP: Fix for C4555: expression has no effect<br>
1546		CResource::LoadEx(): Fix for the wrong order for parameters to ::FindResourceEx()<br>
1547		CPaneContainerImpl:
1548	</p>
1549	<ul style='margin-top:0px;margin-bottom:0px'>
1550		<li>New extended styles: PANECNT_DIVIDER and PANECNT_GRADIENT</li>
1551		<li>Fixed background drawing for close button</li>
1552	</ul>
1553	<p style=margin:0px>
1554		CImageListManaged: Fix for assert when using attach or operator =<br>
1555		WTLExplorer sample cleanup<br>
1556		GenericWndClass::Register(): Fix for Windows CE<br>
1557		App Wizard: Improved code for generating project configurations<br>
1558		CSplitterImpl::OnCaptureChanged(): Fixed so it moves splitter bar only if move was in progress<br>
1559		CDynamicUpdateUI::UIRemoveUpdateElement() leaks memory if UPDUI_TEXT is set<br>
1560		CToolInfo and CToolTipCtrl: nIDTool argument should be UINT_PTR instead of UINT<br>
1561		CSplitterImpl: Added GetSplitterPosPct()<br>
1562		CCommandBarCtrlImpl: Fixed incorrect use of m_wndParent when AttachToWindow() is used
1563	</p>
1564</blockquote>
1565<p style=margin:0px><br></p>
1566
1567<h4>Changes Between WTL 9.0 and 8.0</h4>
1568<p style=margin:0px>New and improved:</p>
1569<blockquote style='margin-top:0px;margin-bottom:0px'>
1570	<p style=margin:0px>
1571		Full compatibility with VS2008, VS2010, VS2012, and VS2013<br>
1572		New CRegKeyEx class for uniform support for registry<br>
1573		New MinCrtHelper functions for uniform support for _ATL_MIN_CRT<br>
1574		New DWM classes in atldwm.h<br>
1575		New Ribbon classes in atlribbon.h<br>
1576		New CDialogBaseUnits class<br>
1577		Extended DDX support to TabCtrl, ComboBox, ListBox and ListView selection index<br>
1578		Improved font handling in CHyperLink, CPaneContainer, CTabView<br>
1579		CHyperlink: Added options for auto-create link font and single-line mode<br>
1580		CBitmapButtonImpl: Added checked state, GetCheck()/SetCheck(), and check mode extended styles<br>
1581		UpdateUI: Added support for radio menu items for popup menus<br>
1582		Added support for new VersionHelpers.h in WinSDK 8.1 - GetVersionEx() is now deprecated<br>
1583		Improved global support for old SDK headers, and for original headers in VC6 and VC7.x<br>
1584		Global support for builds with NOMINMAX defined<br>
1585		Global support for builds with STRICT_TYPED_ITEMIDS defined<br>
1586		Global support for builds with _ATL_ALL_USER_WARNINGS defined<br>
1587		Splitter Window:
1588	</p>
1589	<ul style='margin-top:0px;margin-bottom:0px'>
1590		<li>Added keyboard handling</li>
1591		<li>Added default position for splitter bar</li>
1592		<li>Changed orientation from template argument to data member to reduce memory use</li>
1593		<li>Added SPLIT_GRADIENTBAR and SPLIT_FIXEDBARSIZE extended styles</li>
1594	</ul>
1595	<p style=margin:0px>
1596		Added CImageListManaged to manage the lifetime of wrapped image list<br>
1597		Added Vista standard menu bar look option for Command bar<br>
1598		Added new Rich Edit wrappers for _RICHEDIT_VER >= 0x0800<br>
1599		Added new Win8 methods to Theme classes<br>
1600		Added override of SubclassWindow() to CSplitterWindowImpl, CPaneContainerImpl, CTabViewImpl,<br>
1601		&nbsp;&nbsp;CScrollImpl, CMapScrollImpl, CZoomScrollImpl, and CScrollContainerImpl<br>
1602		CZoomScrollImpl:
1603	</p>
1604	<ul style='margin-top:0px;margin-bottom:0px'>
1605		<li>Added zoom child windows option</li>
1606		<li>Added zoom scale max limit</li>
1607	</ul>
1608	<p style=margin:0px>
1609		AppWizard:
1610	</p>
1611	<ul style='margin-top:0px;margin-bottom:0px'>
1612		<li>Support for VS2008, VS2010, VS2012, and VS2013</li>
1613		<li>New universal setup for all versions of Visual Studio</li>
1614		<li>Support for ribbon control</li>
1615	</ul>
1616	<p style=margin:0px>
1617		Updated samples and added VS2005 project files<br>
1618		New sample: MTPad7 - demonstrates Ribbon UI
1619	</p>
1620</blockquote>
1621<p style=margin:0px><br></p>
1622
1623<p style=margin:0px>Fixes and enhancements:</p>
1624<blockquote style='margin-top:0px;margin-bottom:0px'>
1625	<p style=margin:0px>General:</p>
1626	<ul style='margin-top:0px;margin-bottom:0px'>
1627		<li>Fixed security warning for _vstprintf in atlapp.h</li>
1628		<li>Added RunTimeHelper::IsThemeAvailable that detects if themes can be used in the app</li>
1629		<li>VS2012: DLL version functions are defined as they are removed from ATL11</li>
1630		<li>Added CWndProcThunk initialization for _ATL_VER >= 0x0800</li>
1631		<li>Added RunTimeHelper::SizeOf_TOOLINFO() for different Windows versions at runtime</li>
1632		<li>Added AtlCreateControlFont()</li>
1633	</ul>
1634	<p style=margin:0px><br></p>
1635	<p style=margin:0px>Controls:</p>
1636	<ul style='margin-top:0px;margin-bottom:0px'>
1637		<li>Extended CListViewCtrl::SelectItem() to multi-selection list view controls</li>
1638		<li>Added another variant of CListViewCtrl::FindItem for strings</li>
1639		<li>Added new CToolBarCtrl methods - InsertSeparator() and AddSeparator()</li>
1640		<li>Added CToolBarCtrl::GetItemDropDownRect()</li>
1641		<li>Added another variant of CToolTipCtrl::TrackActivate()</li>
1642	</ul>
1643	<p style=margin:0px><br></p>
1644	<p style=margin:0px>Cracked Handlers:</p>
1645	<ul style='margin-top:0px;margin-bottom:0px'>
1646		<li>Fixed handlers with menu arguments</li>
1647		<li>Fixed MSG_WM_SYSCOMMAND handler</li>
1648		<li>Added MSG_WM_MOUSEHWHEEL handler</li>
1649	</ul>
1650	<p style=margin:0px><br></p>
1651	<p style=margin:0px>App Wizard:</p>
1652	<ul style='margin-top:0px;margin-bottom:0px'>
1653		<li>Fix for TabView project code generation</li>
1654		<li>Improved generated code for VC++ Express to support various versions of ATL</li>
1655		<li>Fix for missing UIUpdateChildWindows() in dialog projects</li>
1656	</ul>
1657	<p style=margin:0px><br></p>
1658	<p style=margin:0px>App Wizard CE / App Wizard Mobile:</p>
1659	<ul style='margin-top:0px;margin-bottom:0px'>
1660		<li>Updated AppWizCE for VS2008 - used different CLSID for Platforms object</li>
1661		<li>Fix: VS2008 uses _SECURE_ATL code only</li>
1662		<li>Fix for resource creation failure</li>
1663	</ul>
1664	<p style=margin:0px><br></p>
1665	<p style=margin:0px>Misc:</p>
1666	<ul style='margin-top:0px;margin-bottom:0px'>
1667		<li>Fix: CLogFont uses ::GetDeviceCaps with wrong default hDC = NULL</li>
1668		<li>Fixed CPen::GetExtLogPen</li>
1669		<li>Fixed CFrameWindowImpl::OnToolTipText*() handlers not to reset text buffer</li>
1670		<li>Added support for chevron menus for multi-line toolbars</li>
1671		<li>Fix: CFileDialog(false) fails on Windows Mobile 5 or 6</li>
1672		<li>Fix: CFolderDialog::SetOKText should use lParam for string</li>
1673		<li>Added CFolderDialog::SetPidlRoot()</li>
1674		<li>Fixed CMemDlgTemplate::AddControl</li>
1675		<li>Added option to disable item dragging in CTabViewImpl</li>
1676		<li>Fixed CTabView::ShowTabControl(false) and UpdateLayout() to hide empty space</li>
1677		<li>CTabView: Fixed value of the active page when inserting pages before it</li>
1678		<li>PaneContainer: Added support for vertical title bar text</li>
1679		<li>atlsplit.h: Added missing support for WM_PRINTCLIENT</li>
1680		<li>Fix: CScrollImpl should not scroll horizontally if not needed</li>
1681		<li>Fixed CScrollImpl<T>::ScrollToView() to use offset correctly</li>
1682		<li>Fixed CPrintDialogExImpl::GetDefaults()</li>
1683		<li>atltheme.h: Added CBufferedAnimation::StopAllAnimations()</li>
1684		<li>Added support for I64 format to CString::Format()</li>
1685		<li>Fix: CStdIndirectDialogImpl - DLGTEMPLATEEX not supported on Mobile devices</li>
1686		<li>Fix: Missing CRichInkCtrlT::SetSel(), added CRichInkCtrlT::Undo()</li>
1687	</ul>
1688</blockquote>
1689<p style=margin:0px><br></p>
1690
1691<h4>Changes Between WTL 8.0 and 7.5</h4>
1692<p style=margin:0px>New and improved:</p>
1693<blockquote style='margin-top:0px;margin-bottom:0px'>
1694  <p style=margin:0px>RunTimeHelper functions for
1695	correct struct sizes on different versions of Windows<br>ModuleHelper functions for uniform support of ATL3 and ATL7 module classes<br>SecureHelper functions for support of secure and non-secure run-time
1696	functions<br>Support for new Vista features:</p>
1697	<ul style='margin-top:0px;margin-bottom:0px'>
1698		<li>Support for new messages for common controls, dialogs, etc.</li>
1699		<li>Support for TaskDialog</li>
1700		<li>New Shell file dialogs (IFileOpenDialog and IFileSaveDialog)</li>
1701		<li>New Aero Wizard support classes</li>
1702		<li>New classes for Buffered Paint and Buffered Animation</li>
1703	</ul>
1704	<p style=margin:0px>
1705		New TabView classes<br>New dialog class that uses in-memory dialog templates<br>New CMultiFileDialogImpl and CMultiFileDialog classes that support
1706		multi-select file dialogs<br>Added message cracker handler prototypes for all handlers<br>Replaced use of _alloca with CTempBuffer everywhere (and added CTempBuffer
1707		version for ATL3)<br>New classes for find/replace support for Edit or RichEdit<br>New class CFileDialogEx that supports GetOpenFileNameEx for Windows Mobile 5<br>
1708		New features for the App Wizard:
1709	</p>
1710	<ul style='margin-top:0px;margin-bottom:0px'>
1711		<li>New default version values</li>
1712		<li>Unicode build option</li>
1713		<li>Support for TabView applications</li>
1714		<li>Support for Explorer applications</li>
1715	</ul>
1716	<p style=margin:0px>Updates for the desktop App Wizard:</p>
1717	<ul style='margin-top:0px;margin-bottom:0px'>
1718		<li>Added calls to set font for views based on controls that use font</li>
1719		<li>Added scroll window as another view type</li>
1720	</ul>
1721	<p style=margin:0px>Support for VC2005 Express:</p>
1722	<ul style='margin-top:0px;margin-bottom:0px'>
1723		<li>Setup for VS2005x</li>
1724		<li>Changes in default.js to take into account that VC2005x does not have a resource editor</li>
1725		<li>Generated code allows use of ATL3 from the Platform SDK</li>
1726	</ul>
1727	<p style=margin:0px>New AppWizard for Mobile 2003 and 2005 platforms<br>
1728		New samples:</p>
1729	<ul style='margin-top:0px;margin-bottom:0px'>
1730		<li>Aero - demonstrates the Vista Glass UI</li>
1731		<li>MiniPie - Windows Mobile 2005 PPC and Smartphone sample</li>
1732		<li>TabBrowser - a web browser using TabView class</li>
1733	</ul>
1734	<p style=margin:0px>MTPad sample updated to show usage of CRichEditFindReplaceImpl and CEditCommands/CRichEditCommands</p>
1735</blockquote>
1736<p style=margin:0px><br></p>
1737
1738<p style=margin:0px>Fixes and enhancements:</p>
1739<blockquote style='margin-top:0px;margin-bottom:0px'>
1740  <p style=margin:0px>Command Bar:</p>
1741	<ul style='margin-top:0px;margin-bottom:0px'>
1742		<li>Added support for menu items with bitmaps on Vista</li>
1743		<li>Fix: Keyboard cues shown even if the window is disabled</li>
1744	</ul>
1745	<p style=margin:0px><br></p>
1746	<p style=margin:0px>CFolderDialog:</p>
1747	<ul style='margin-top:0px;margin-bottom:0px'>
1748		<li>Added support for PIDLs in addition to the file path</li>
1749		<li>Replaced use of SHGetMalloc with CoTaskMemFree</li>
1750	</ul>
1751	<p style=margin:0px><br></p>
1752	<p style=margin:0px>Scroll Windows:</p>
1753	<ul style='margin-top:0px;margin-bottom:0px'>
1754		<li>Fix: CZoomScrollImpl - some methods should be overridable</li>
1755		<li>Added support for WM_MOUSEHWHEEL in CScrollImpl</li>
1756	</ul>
1757	<p style=margin:0px><br></p>
1758	<p style=margin:0px>App Wizard:</p>
1759	<ul style='margin-top:0px;margin-bottom:0px'>
1760		<li>Fix: AppWizard fails to add files if C:\Temp does not exist</li>
1761		<li>Fix: App Wizard generates security warning when loaded</li>
1762		<li>Fix: App Wizard generates level 4 warning for modal dlg project</li>
1763		<li>Fix: App Wizard setupXX.js scripts silently fail on Vista</li>
1764		<li>Fix: Added code to unregister message filer and idle processing</li>
1765		<li>Fix: Added WS_CLIPSIBLINGS to dialog forms to avoid rebar drawing problems</li>
1766	</ul>
1767	<p style=margin:0px><br></p>
1768	<p style=margin:0px>App Wizard CE:</p>
1769	<ul style='margin-top:0px;margin-bottom:0px'>
1770		<li>Fix: App Wizard CE should not have rich edit as a view option</li>
1771		<li>Fix: App Wizard CE generates level 4 warnings for single instance apps</li>
1772		<li>Added support for Windows Mobile 6 SDKs</li>
1773	</ul>
1774	<p style=margin:0px><br></p>
1775	<p style=margin:0px>Cracked Handlers:</p>
1776	<ul style='margin-top:0px;margin-bottom:0px'>
1777		<li>Fix: Corrected MSG_WM_TIMER and handler prototype, removed unused argument (breaking change)</li>
1778		<li>Fix: atlcrack.h does not support WTL namespace</li>
1779	</ul>
1780	<p style=margin:0px><br></p>
1781	<p style=margin:0px>CDialogResize:</p>
1782	<ul style='margin-top:0px;margin-bottom:0px'>
1783		<li>Added SetIcon(NULL, FALSE) for CDialogResize to remove the generic icon for resizable dialogs</li>
1784		<li>Fix: Enabled size/move for both X and Y</li>
1785		<li>Added center flags for controls</li>
1786	</ul>
1787	<p style=margin:0px><br></p>
1788	<p style=margin:0px>CFrameWindowImpl:</p>
1789	<ul style='margin-top:0px;margin-bottom:0px'>
1790		<li>Fix: Const issue with title argument of AddSimpleReBarBand</li>
1791		<li>Fix: DECLARE_FRAME_WND_CLASS definition missing WTL namespace</li>
1792	</ul>
1793	<p style=margin:0px><br></p>
1794	<p style=margin:0px>Windows CE:</p>
1795	<ul style='margin-top:0px;margin-bottom:0px'>
1796		<li>Fix: Some symbols not defined for CE 4.0</li>
1797		<li>Fix: Incorrect WinCE exclusions</li>
1798		<li>Fix: Pocket PC - assert after navigating a CHyperLink</li>
1799		<li>Fix: Property sheet with listview on WM5.0 causes stack overflow</li>
1800		<li>Fix: CFindFile::GetFilePath() fails on diskless root requests</li>
1801		<li>Fix: VS 2005 dialog editor bug - DS_FIXEDSYS used but not defined</li>
1802		<li>Fix: Windows Mobile 2005 compatibility issues</li>
1803		<li>Fix: CFullScreenFrame on Smartphone 20003</li>
1804		<li>Fix: SmartPhone back key handling in CAppWindow</li>
1805		<li>Added orientation aware support to CAppStdDialogImpl</li>
1806		<li>Added CAxDialogImpl base for CStdDialogImpl, CStdDialogResizeImpl and CStdOrientedDialogImpl</li>
1807		<li>Added various CStdDialogxxx enhancements</li>
1808		<li>Fix: CStdDialogBase does not scale dialog title on VGA</li>
1809		<li>Fix: DIBINFO16 triggers code analysis warning</li>
1810		<li>Added LPCTSTR AtlLoadString(UINT uID) - CE only overload</li>
1811		<li>Added imaging draw support to CZoomScrollImpl</li>
1812		<li>Added CBottomTabViewImpl and CBottomTabView classes for PPC</li>
1813	</ul>
1814	<p style=margin:0px><br></p>
1815	<p style=margin:0px>CFindFile:</p>
1816	<ul style='margin-top:0px;margin-bottom:0px'>
1817		<li>Fix: CFindFile class uses CRT functions</li>
1818		<li>Fix: FindFile() uses lstrcpy without checking length</li>
1819	</ul>
1820	<p style=margin:0px><br></p>
1821	<p style=margin:0px>General:</p>
1822	<ul style='margin-top:0px;margin-bottom:0px'>
1823		<li>Fix: Adding ReBar bands fails with new Windows SDK</li>
1824		<li>Added support for relative include paths</li>
1825		<li>Fix: Using std::min and std::max</li>
1826		<li>Fix: Problems using WTL with MFC</li>
1827		<li>Improved support for Secure CRT</li>
1828		<li>Changed implementation of CSize, CPoint, CRect, and CString to be inside class definitions</li>
1829		<li>atltheme.h: Corrected method signatures for differences in uxtheme.h versions</li>
1830		<li>Replaced malloc/free with new/delete where appropriate</li>
1831	</ul>
1832	<p style=margin:0px><br></p>
1833	<p style=margin:0px>Misc:</p>
1834	<ul style='margin-top:0px;margin-bottom:0px'>
1835		<li>Fix: CString::FormatV can cause GPF with Unicode strings</li>
1836		<li>CHyperLink: Added handler for WM_SIZE</li>
1837		<li>Fix: CTheme needs constructor from HTHEME handle</li>
1838		<li>Added Add* methods to several control classes in atlctrls.h to augment Insert* methods</li>
1839		<li>Fix: Incorrect casting in CRichEditCtrl::GetLine()</li>
1840		<li>Fix: CTreeViewCtrl::GetItemState changed to return only state-bits as specified by mask</li>
1841		<li>Fix: CBitmapButton::DoPaint - wrong button image</li>
1842		<li>Added another variant of CDCT::Drawtext with LPTSTR argument that allows text change</li>
1843		<li>Fix: CRecentDocumentListBase::AddToList() uses lstrcpy</li>
1844		<li>Fix: AtlLoadString(uID, lpBuffer, nBufferMax) has unnecessary code</li>
1845		<li>Fix: CCursor::LoadOEMCursor asserts on IDC_HAND</li>
1846		<li>Fix: Memory leak when using CRT functions while printing</li>
1847		<li>Fix: Undefined CString namespace</li>
1848		<li>CPaneContainer: Added border styles</li>
1849		<li>CSplitterImpl: Added SetSplitterPosPct, and changed App Wizard code to use it</li>
1850	</ul>
1851</blockquote>
1852<p style=margin:0px><br></p>
1853<p style=margin:0px><br></p>
1854
1855<p style=margin:0px><b>Changes Between WTL 7.5 and 7.1</b></p>
1856<p style=margin:0px><br></p>
1857<p style=margin:0px>New and improved:</p>
1858<blockquote style='margin-top:0px;margin-bottom:0px'>
1859	<p style=margin:0px>
1860		VS2005 Compatibility:
1861		Added support for Visual Studio 2005 - both desktop and Windows CE<br>
1862		Classes for icons, cursors, accelerator tables<br>
1863		CSortListViewImpl, CSortListViewCtrlImpl, and CSortListViewCtrl classes<br>
1864		Impl classes for Wizard 97 style wizards: CWizard97Sheet,
1865		CWizard97Page, CWizard97ExteriorPage, CWizard97InteriorPage<br>
1866		CMemoryDC and CDoubleBufferWindowImpl classes<br>
1867		Windows CE specific classes in new header, atlwince.h<br>
1868		CScrollContainer class<br>
1869		CZoomScrollImpl and CZoomScrollWindowImpl classes<br>
1870		CZoomPrintPreviewWindowImpl and CZoomPrintPreviewWindow classes<br>
1871		Global functions: AtlGetBitmapResourceInfo,
1872		AtlGetBitmapResourceBitsPerPixel<br>
1873		New REFLECT_* macros to enable selective reflection of messages<br>
1874		App Wizard: Added App Wizard for VS2005<br>
1875		App Wizard: Added App Wizard for Windows CE for VS2005<br>
1876		New samples: WTLExplorer, ImageView, SPControls<br>
1877	</p>
1878</blockquote>
1879<p style=margin:0px><br></p>
1880
1881<p style=margin:0px>Fixes and enhancements:</p>
1882<blockquote style='margin-top:0px;margin-bottom:0px'>
1883	<p style=margin:0px>Command Bar:</p>
1884	<ul style='margin-top:0px;margin-bottom:0px'>
1885		<li>DrawBitmapDisabled() doesn't work correctly on Longhorn</li>
1886		<li>Submenu size not correct if command bar is off-screen</li>
1887		<li>Added handler for WM_SETTINGCHANGE to improve theme color changes</li>
1888		<li>Better support for 8/16/24-bit images</li>
1889		<li>Command Bar with 2 Levels of submenus remains active</li>
1890		<li>Hook procedure fails to call next hook</li>
1891		<li>OnDestroy() should not decrement hook use if AttachToWindow() is used</li>
1892	</ul>
1893	<p style=margin:0px><br></p>
1894	<p style=margin:0px>MDI Command Bar:</p>
1895	<ul style='margin-top:0px;margin-bottom:0px'>
1896		<li>Grows bigger if you switch between two maximized MDI child window types</li>
1897		<li>Move all hook messages processing to a separate function and use pT</li>
1898		<li>MDI icon &amp; buttons should have themed background</li>
1899		<li>Should make MDI buttons gray when inactive<br>&nbsp;</li>
1900	</ul>
1901	<p style=margin:0px>CString:</p>
1902	<ul style='margin-top:0px;margin-bottom:0px'>
1903		<li>Helper functions not overloaded properly</li>
1904		<li>Some return types are 'const CString&amp;' and could be just 'CString&amp;'</li>
1905		<li>FormatV() passes size in characters to _alloca, should be in bytes</li>
1906		<li>Fixed stack corruption in FormatV()</li>
1907		<li>Improved boundaries checking for integer overflows/underflows<br>&nbsp;</li>
1908	</ul>
1909	<p style=margin:0px>CScrollImpl:</p>
1910	<ul style='margin-top:0px;margin-bottom:0px'>
1911		<li>Scroll bars problem when changing range</li>
1912		<li>SetScrollOffset() doesn't move child windows</li>
1913		<li>Range and thumb drawing problems</li>
1914		<li>Possible overflow in OnMouseWheel()</li>
1915		<li>Support for SIF_DISABLENOSCROLL</li>
1916		<li>Added ScrollToView methods</li>
1917	</ul>
1918	<p style=margin:0px><br></p>
1919	<p style=margin:0px>CMapScrollImpl:</p>
1920	<ul style='margin-top:0px;margin-bottom:0px'>
1921		<li>SetScrollSize() incorrectly inverts xMin and xMax</li>
1922		<li>SetScrollSize() uses bRedraw = NULL</li>
1923	</ul>
1924	<p style=margin:0px><br></p>
1925	<p style=margin:0px>CTheme:</p>
1926	<ul style='margin-top:0px;margin-bottom:0px'>
1927		<li>GetThemeFont() bad parameter ordering</li>
1928		<li>Uses LOGFONT and TEXTMETRIC incorrectly (SDK header problem)</li>
1929	</ul>
1930	<p style=margin:0px><br></p>
1931	<p style=margin:0px>CFrameWindowImpl:</p>
1932	<ul style='margin-top:0px;margin-bottom:0px'>
1933		<li>Improved sizing for Windows CE</li>
1934		<li>CreateSimpleToolBarCtrl() should handle 24-bit bitmaps</li>
1935		<li>Changed WinCE CCECommandBarCtrl typedef and added a PPC CMenuBarCtrl</li>
1936		<li>UpdatesBarPosition() doesn't take Windows CE command bar into account</li>
1937	</ul>
1938	<p style=margin:0px><br></p>
1939	<p style=margin:0px>CDialogResize:</p>
1940	<ul style='margin-top:0px;margin-bottom:0px'>
1941		<li>Enabled use for Windows CE</li>
1942		<li>Add WS_EX_DLGMODALFRAME to prevent empty icon</li>
1943	</ul>
1944	<p style=margin:0px><br></p>
1945	<p style=margin:0px>CReBarCtrl:</p>
1946	<ul style='margin-top:0px;margin-bottom:0px'>
1947		<li>Background not painted when resized</li>
1948		<li>Fixed typo in LockBands()</li>
1949		<li>MaximizeBand needs BOOL fIdeal argument</li>
1950	</ul>
1951	<p style=margin:0px><br></p>
1952	<p style=margin:0px>CRichEdit:</p>
1953	<ul style='margin-top:0px;margin-bottom:0px'>
1954		<li>GetSelText() should support UNICODE strings</li>
1955		<li>GetSelText() uses lpstr instead of lpstrText</li>
1956	</ul>
1957	<p style=margin:0px><br></p>
1958	<p style=margin:0px>CHyperLink:</p>
1959	<ul style='margin-top:0px;margin-bottom:0px'>
1960		<li>Added _xttoi() helper to avoid CRT in _ATL_MIN_CRT</li>
1961		<li>Fixed resource leak by destroying tooltip window<br>&nbsp;</li>
1962	</ul>
1963	<p style=margin:0px>CPropertySheetImpl:</p>
1964	<ul style='margin-top:0px;margin-bottom:0px'>
1965		<li>Improved support for Windows CE</li>
1966		<li>Sheet without title generates a memory fault on Windows CE</li>
1967	</ul>
1968	<p style=margin:0px><br></p>
1969	<p style=margin:0px>CFolderDialog:</p>
1970	<ul style='margin-top:0px;margin-bottom:0px'>
1971		<li>Add a way to set an initial folder</li>
1972		<li>Uses BFFM_IUNKNOWN which is not always defined</li>
1973	</ul>
1974	<p style=margin:0px><br></p>
1975	<p style=margin:0px>Update UI:</p>
1976	<ul style='margin-top:0px;margin-bottom:0px'>
1977		<li>Add support to dynamically add UpdateUI elements</li>
1978		<li>UIUpdateMenuBarElement() should use EnableMenu() instead of SetMenuItemInfo() for Windows CE</li>
1979	</ul>
1980	<p style=margin:0px><br></p>
1981	<p style=margin:0px>CDC:</p>
1982	<ul style='margin-top:0px;margin-bottom:0px'>
1983		<li>FillSolidRect() should restore background color</li>
1984		<li>GetClipRgn() method missing</li>
1985	</ul>
1986	<p style=margin:0px><br></p>
1987	<p style=margin:0px>Printing:</p>
1988	<ul style='margin-top:0px;margin-bottom:0px'>
1989		<li>CPrinter::CreatePrinterDC() and CreatePrinterIC() members should be const</li>
1990		<li>CDevMode::CopyToHDEVMODE() is missing a call to GlobalUnlock()</li>
1991	</ul>
1992	<p style=margin:0px><br></p>
1993	<p style=margin:0px>AppWizard:</p>
1994	<ul style='margin-top:0px;margin-bottom:0px'>
1995		<li>Use WTL subfolder to create WTL category for VC7.x and VC8</li>
1996		<li>Rename files from WTLApp7x to WTLAppWiz, and add VS2005 setup file</li>
1997		<li>Fixed setup for x64</li>
1998	</ul>
1999	<p style=margin:0px><br></p>
2000	<p style=margin:0px>General:</p>
2001	<ul style='margin-top:0px;margin-bottom:0px'>
2002		<li>Redefinition of _MAX_FNAME with Dinkumware Standard C++ Library on Windows CE</li>
2003		<li>Added ATLVERIFY macro for ATL3</li>
2004		<li>Support warning level 4</li>
2005		<li>Missing methods CToolBarCtrl::SetButtonInfo, InsertButton, CTabCtrl::SetItem, CComboBoxEx::InsertItem, SetItem</li>
2006		<li>Missing support for WM_PRINTCLIENT</li>
2007		<li>Removed usage of IsBad* functions</li>
2008		<li>Fixed various compiler warnings</li>
2009		<li>TCHAR bugs in various files</li>
2010		<li>Improved Windows CE support and changes for Visual Studio 2005</li>
2011	</ul>
2012	<p style=margin:0px><br></p>
2013	<p style=margin:0px>Misc:</p>
2014	<ul style='margin-top:0px;margin-bottom:0px'>
2015		<li>CMDIChildWindowImpl: HMENU should be destroyed in OnDestroy()</li>
2016		<li>CStatic: Should use STM_SETIMAGE instead of STM_SETICON for SetIcon() on Windows CE</li>
2017		<li>CButton: GetButtonStyle() uses wrong mask</li>
2018		<li>CImageList: Made Duplicate() method const</li>
2019		<li>CListViewCtrl: Made SubItemHitTest() method const</li>
2020		<li>CTreeViewCtrl: GetItem() and SetItem() incorrectly restricted to _WIN32_IE &gt;= 0x0500</li>
2021		<li>CMonthCalendarCtrl: GetMonthRange() should be GetMaxTodayWidth()</li>
2022		<li>CDateTimePickerCtrl: SetFormat() should have const argument</li>
2023		<li>CBitmapButtonImpl: Fixed resource leak by destroying tooltip window</li>
2024		<li>CMultiPaneStatusBarCtrlImpl: Cannot handle wide panes without resource strings</li>
2025		<li>CCheckListViewCtrlImpl: Call CheckSelectedItems() through pT</li>
2026		<li>CPaneContainerImpl: SetPaneContainerExtendedStyle() should use pT to call CalcSize()</li>
2027		<li>CFindFile: Enabled for Windows CE</li>
2028		<li>CPropertyPageImpl: Added handlers for callback messages</li>
2029		<li>atlcrack.h: Added return value for MSG_WM_APPCOMMAND</li>
2030		<li>CMenu: New method variants: AppendMenu, InsterMenu, ModifyMenu</li>
2031		<li>CFont: Added arguments for bold and italic to CreatePointFont()</li>
2032		<li>CSize: Added scalar operators for WTL::CSize and ATL::CSize</li>
2033		<li>CRecentDocumentList: Allow changing the &quot;DocumentCount&quot; and &quot;Document%i&quot; registry values strings</li>
2034		<li>CSplitterWindowImpl: Enabled use for Windows CE</li>
2035	</ul>
2036</blockquote>
2037<p style=margin:0px><br></p>
2038
2039<h4>Changes Between WTL 7.1 and 7.0</h4>
2040<p style=margin:0px>New and improved:</p>
2041<blockquote style='margin-top:0px;margin-bottom:0px'>
2042	<p style=margin:0px>VC7 Compatibility: Support for ATL7 Module classes and critical sections and AppWizard setup for VC++ 7.1</p>
2043	<p style=margin:0px>Windows CE Support: Full compatibility with Windows CE platforms and AppWizard for eMbedded Visual C++</p>
2044	<p style=margin:0px>Namespace Support: Automatic &quot;using ATL&quot; (ATL7 only) or &quot;using WTL&quot; can now be turned off</p>
2045	<p style=margin:0px>CHyperLink New Features: not underlined, underlined when hover, command button, link tags</p>
2046	<p style=margin:0px>CCustomWaitCursor class supports custom and animated wait cursors</p>
2047	<p style=margin:0px>AtlCreateBoldFont() for creating bold version of an existing font</p>
2048</blockquote>
2049<p style=margin:0px><br></p>
2050<p style=margin:0px>Fixes and enhancements:</p>
2051<blockquote style='margin-top:0px;margin-bottom:0px'>
2052	<p style=margin:0px>CFrameWindowImpl:</p>
2053	<ul style='margin-top:0px;margin-bottom:0px'>
2054		<li>CreateSimpleToolBarCtrl() - remove dead code, improve error checking, add a global function that uses it</li>
2055		<li>Fix - PrepareChevronMenu() fails to  get toolbar strings for Unicode</li>
2056		<li>CFrameWindowImplBase::Create() - improve ASSERT not to use m_hWnd if creation fails</li>
2057		<li>Fix - CFrameWndClassInfo::Register - should use %p formatting only for _WIN32_WINNT &gt;= 0x0500 or for _WIN64</li>
2058		<li>Fix - Chevron menus not positioned correctly with RTL</li>
2059		<li>Fix - CMDIChildWindowImpl: Problems creating maximized child windows and handling focus</li>
2060		<li>Fix - CMDIChildWindowImpl: Should activate on WM_MOUSEACTIVATE</li>
2061	</ul>
2062	<p style=margin:0px><br></p>
2063	<p style=margin:0px>UpdateUI:</p>
2064	<ul style='margin-top:0px;margin-bottom:0px'>
2065		<li>Fix - Incorrectly clears default item from the system menu in MDI apps</li>
2066		<li>Added UISetCheck with bool instead of int for the check state</li>
2067	</ul>
2068	<p style=margin:0px><br></p>
2069	<p style=margin:0px>DDX:</p>
2070	<ul style='margin-top:0px;margin-bottom:0px'>
2071		<li>Fix - Doesn't provide a way to change floating point precision</li>
2072		<li>Added DDX_CONTROL_HANDLE for non-CWindowImpl objects</li>
2073		<li>Added DDX_Check variant with bool instead of int for the check state</li>
2074	</ul>
2075	<p style=margin:0px><br></p>
2076	<p style=margin:0px>Command Bar:</p>
2077	<ul style='margin-top:0px;margin-bottom:0px'>
2078		<li>Fix - OnDrawItem() and OnMeasureItem() don't do a good check for owner-draw menu items</li>
2079		<li>Fix - Disabled 32-bit images not painted correctly in 3D menu mode</li>
2080		<li>Fix - Popup menus not positioned correctly with RTL</li>
2081		<li>Fix - Uses GCL_HICONSM instead of GCLP_HICONSM with GetClassLongPtr()</li>
2082	</ul>
2083	<p style=margin:0px><br></p>
2084	<p style=margin:0px>MDI Command Bar:</p>
2085	<ul style='margin-top:0px;margin-bottom:0px'>
2086		<li>Fix - Doesn't refresh icon if MDI children are different</li>
2087		<li>OnAllHookMessages() - improve code to handle MDI child window class icon</li>
2088		<li>Fix - OnNcLButtonDown() uses TPM_VERPOSANIMATION without checking Windows version</li>
2089		<li>Fix - Maximized MDI buttons in wrong place for RTL</li>
2090		<li>Should adjust cxIdeal for rebar bands for IE4</li>
2091		<li>Add support for different top-level menu widths by handling ideal size for rebar bands</li>
2092	</ul>
2093	<p style=margin:0px><br></p>
2094	<p style=margin:0px>AppWizard:</p>
2095	<ul style='margin-top:0px;margin-bottom:0px'>
2096		<li>Fix - Doesn't support MSDI application as a COM Server</li>
2097		<li>Fix - MDI with Form View - stack overflow closing maximized MDI child windows</li>
2098		<li>Fix - Generates VERSION resource name 'test1' regardless of the project name</li>
2099		<li>Fix - Dialog project with control hosting doesn't derive a dialog from CAxDialogImpl</li>
2100		<li>Fix - COM Server doesn't register type library</li>
2101		<li>Fix - COM Server doesn't register AppID properly</li>
2102	</ul>
2103	<p style=margin:0px><br></p>
2104	<p style=margin:0px>CTreeViewCtrl:</p>
2105	<ul style='margin-top:0px;margin-bottom:0px'>
2106		<li>Fix - GetItemData() needs better return value</li>
2107		<li>Fix - GetItemState() should use TVM_GETITEMSTATE instead of TVM_GETITEM for IE5</li>
2108		<li>GetItem() and SetItem() - added new variants that use TVITEMEX</li>
2109		<li>Fix - SortChildren() should add recurse flag argument</li>
2110		<li>Fix - CTreeItem doesn't support CTreeViewCtrlExT that has different TBase than CWindow</li>
2111	</ul>
2112	<p style=margin:0px><br></p>
2113	<p style=margin:0px>CThemeImpl:</p>
2114	<ul style='margin-top:0px;margin-bottom:0px'>
2115		<li>Fix - Uses scalar delete instead of the vector one</li>
2116		<li>Fix - EnableThemeDialogTexture() argument is BOOL instead of DWORD</li>
2117	</ul>
2118	<p style=margin:0px><br></p>
2119	<p style=margin:0px>CFolderDialog:</p>
2120	<ul style='margin-top:0px;margin-bottom:0px'>
2121		<li>Fix - EnableOK() passes wrong arguments to BFFM_ENABLEOK</li>
2122		<li>Fix - Always clears m_hWnd, which causes problem for nested messages</li>
2123	</ul>
2124	<p style=margin:0px><br></p>
2125	<p style=margin:0px>CDialogResize:</p>
2126	<ul style='margin-top:0px;margin-bottom:0px'>
2127		<li>Fix - DlgResize_Init() forces dialog to be visible by using SetRedraw()</li>
2128		<li>Forcing WS_THICKFRAME is not enough to make dialog resizable</li>
2129		<li>Min track size should be used for child dialogs as well</li>
2130		<li>Fix - DlgResize_PositionControl() incorrectly checks return value from MapWindowPoints()</li>
2131	</ul>
2132	<p style=margin:0px><br></p>
2133	<p style=margin:0px>CAppModule:</p>
2134	<ul style='margin-top:0px;margin-bottom:0px'>
2135		<li>Fix - CAppModule methods not thread-safe</li>
2136		<li>Fix - AddSettingChangeNotify() unusable in multithreaded apps because of delayed initialization</li>
2137	</ul>
2138	<p style=margin:0px><br></p>
2139	<p style=margin:0px>CString:</p>
2140	<ul style='margin-top:0px;margin-bottom:0px'>
2141		<li>Fix - Delete() doesn't allow deleting more than the length of the string</li>
2142		<li>Fix - Append() can cause buffer overrun</li>
2143		<li>Fix - MakeReverse() can cause an infinite loop</li>
2144		<li>Fix - _cstrstr() unnecessarily inefficient</li>
2145		<li>Fix - FindOneOf() is not DBCS-aware</li>
2146		<li>Fix - Format() does not recognize %E</li>
2147		<li>Fix - TrimLeft() and TrimRight() are only half-way DBCS-aware</li>
2148		<li>Fix - May cause assertions or undefined behavior with SBCS</li>
2149	</ul>
2150	<p style=margin:0px><br></p>
2151	<p style=margin:0px>CRecentDocumentList:</p>
2152	<ul style='margin-top:0px;margin-bottom:0px'>
2153		<li>Fix - SetMaxEntries() has an incorrect ASSERT</li>
2154		<li>Add CString variant of the GetFromList() method</li>
2155		<li>Add a way to replace command IDs used for the MRU list</li>
2156		<li>Add a way to replace registry key name</li>
2157	</ul>
2158	<p style=margin:0px><br></p>
2159	<p style=margin:0px>Misc:</p>
2160	<ul style='margin-top:0px;margin-bottom:0px'>
2161		<li>CMessageLoop::Run() - improve the loop by checking bDoIdle before calling PeekMessage()</li>
2162		<li>CServerAppModule: Clean-up unused code</li>
2163		<li>Fix - CServerAppModule::MonitorProc() - no need to call _endthreadex()</li>
2164		<li>Fix - CListBox::GetText() and CComboBox::GetLBText() (CString variants) don't check for LBERR/CB_ERR</li>
2165		<li>Fix - CAxPropertyPageImpl doesn't create ActiveX controls with ATL7</li>
2166		<li>Fix - CDC::GetTextExtentExPoint() missing</li>
2167		<li>CDC::SetWindowExt() should have default value NULL for the lpSizeRet argument</li>
2168		<li>Fix - CPropertySheetWindow missing methods for PSM_INSERTPAGE, PSM_SETHEADERTITLE, and PSM_SETHEADERSUBTITLE;
2169				AddPage should return BOOL</li>
2170		<li>Fix - CMapScrollImpl::SetScrollSize() uses wrong variable</li>
2171		<li>Fix - CHyperLink: WM_UPDATEUISTATE causes repaint without WM_PAINT</li>
2172		<li>Fix - CUpDownCtrl::GetPos() returns incorrect value</li>
2173		<li>Fix - CUpDownCtrl::GetPos32() doesn't have default arg value</li>
2174		<li>Fix - CMultiPaneStatusBarCtrl: Always uses size grip for positioning panes</li>
2175		<li>Fix - CTabCtrl::InsertItem() should return int, not BOOL</li>
2176		<li>CReBarCtrl: Added LockBands() method</li>
2177		<li>Fix - CFont: uninitialized variable passed to DPtoLP</li>
2178		<li>Fix - CPrintDialogImpl: Crash when displaying Print Setup dialog</li>
2179		<li>Fix - CPageSetupDialogImpl::PaintHookProc() - should use T* and return UINT_PTR instead of UINT</li>
2180		<li>Fix - CPrintJob doesn't support printing to a file</li>
2181		<li>Fix - CSplitterImpl: Doesn't handle WM_CAPTURECHANGED - can get in an invalid state</li>
2182		<li>CRichEditCtrl: Add method for EM_SETTABSTOPS</li>
2183		<li>Fix - CFindFile::GetFilePath() checks for a trailing slash, but doesn't use that info</li>
2184	</ul>
2185	<p style=margin:0px><br></p>
2186	<p style=margin:0px>General:</p>
2187	<ul style='margin-top:0px;margin-bottom:0px'>
2188		<li>Fix - Problems compiling with /Zc:forScope ('for' loop scope conformance)</li>
2189		<li>Use named constants instead of values for pixel sizes, buffer lengths, etc.</li>
2190		<li>Support building with Managed C++ (/CLR)</li>
2191		<li>CMenuItemInfo - add run-time support for different versions of Windows</li>
2192		<li>CommCtrl.h change - additional fields in IMAGELISTDRAWPARAMS now depend on _WIN32_IE instead of _WIN32_WINNT</li>
2193		<li>Fix - Incorrect usage of CRegKey::QueryStringValue()</li>
2194		<li>Fix - Operator = for GDI and USER wrappers leaks handle if it's managed variant</li>
2195		<li>Fix - GDI and USER wrappers break under self-assignments</li>
2196		<li>Fix - Chaining messages with cracked handlers broken with ATL7</li>
2197		<li>Initialize all variables and structures prior to use</li>
2198		<li>Use new common control struct names</li>
2199	</ul>
2200</blockquote>
2201<p style=margin:0px><br></p>
2202
2203<h4>Changes Between WTL 7.0 and 3.1</h4>
2204<p style=margin:0px>New classes and features:</p>
2205<blockquote style='margin-top:0px;margin-bottom:0px'>
2206	<p style=margin:0px>Support for new Common Controls v6 messages</p>
2207	<p style=margin:0px>Support for Visual Studio .NET and ATL 7.0</p>
2208	<p style=margin:0px>WTLApp70 - new AppWizard for Visual Studio .NET</p>
2209	<p style=margin:0px>CThemeImpl - implements support for Windows XP themes</p>
2210	<p style=margin:0px>CMDICommandBarCtrl - implements Command Bar for MDI applications</p>
2211</blockquote>
2212<p style=margin:0px><br></p>
2213<p style=margin:0px>Fixes and enhancements:</p>
2214<blockquote style='margin-top:0px;margin-bottom:0px'>
2215	<p style=margin:0px>Command Bar:</p>
2216	<ul style='margin-top:0px;margin-bottom:0px'>
2217		<li>Bogus assert in OnDestroy</li>
2218		<li>Check marks can be truncated in large font settings</li>
2219		<li>Use pT to access GetSystemSettings, DrawMenuText, DrawBitmapDisabled, Draw3DCheckmark, DoPopupMenu,
2220			DoTrackPopupMenu, TakeFocus, GiveFocusBack, so they can be overridden</li>
2221		<li>No hot-tracking if main window is not active</li>
2222		<li>Top level items not painted inactive if app looses activation while drop down menu is displayed</li>
2223		<li>Added Windows XP flat menus support</li>
2224		<li>Drop-down menu doesn't close if clicked again (Windows XP only)</li>
2225		<li>Menu item text and accelerator text too close with some settings</li>
2226		<li>Keyboard can still access clipped menu items</li>
2227		<li>Added support for hiding keyboard navigation indicators until Alt key is pressed (system setting)</li>
2228		<li>Added AddIcon and ReplaceIcon variants for icon resources</li>
2229		<li>Image size calculated differently in different places</li>
2230		<li>Add support for 32-bit (alpha channel) bitmaps for Windows XP</li>
2231		<li>Fixed width calculation for default menu items</li>
2232	</ul>
2233	<p style=margin:0px><br></p>
2234	<p style=margin:0px>CFrameWindowImpl:</p>
2235	<ul style='margin-top:0px;margin-bottom:0px'>
2236		<li>AddSimpleReBarBandCtrl sets toolbar extended styles without preserving old ones</li>
2237		<li>PrepareChevronMenu should not create menu items for buttons with TBSTATE_HIDDEN</li>
2238		<li>TPM_VERPOSANIMATION will not be defined in atlframe.h if atlctrlw.h is included first</li>
2239		<li>CreateSimpleToolBarCtrl - height might be too small if large font is used</li>
2240		<li>PrepareChevronMenu uses TB_GETBUTTONTEXT, better use TB_GETBUTTONINFO</li>
2241		<li>Chevron menu doesn't close if clicked again (Windows XP only)</li>
2242		<li>Should check local classes for superclassing</li>
2243		<li>Add support for 32-bit (alpha channel) bitmaps for Windows XP</li>
2244	</ul>
2245	<p style=margin:0px><br></p>
2246	<p style=margin:0px>Update UI:</p>
2247	<ul style='margin-top:0px;margin-bottom:0px'>
2248		<li>UISetText can clear other menu item flags</li>
2249		<li>CUpdateUI::UIUpdateState assigns value with |= instead of =</li>
2250		<li>Added UISetDefault() and fix default state to work with menus</li>
2251	</ul>
2252	<p style=margin:0px><br></p>
2253	<p style=margin:0px>CString:</p>
2254	<ul style='margin-top:0px;margin-bottom:0px'>
2255		<li>GetBuffer() and GetBufferSetLength() should return NULL in out-of-memory condition</li>
2256		<li>Added missing methods: separate c-tors for LPCSTR and LPCWSTR, CollateNoCase, TrimRight and TrimLeft variants, Find
2257			variants, moved FormatV to public</li>
2258		<li>Fix _IsValidString usage</li>
2259		<li>FormatV incorrectly calculates buffer size (too big)</li>
2260		<li>Usage of _ttoi causes problems with _ATL_MIN_CRT in VC7</li>
2261	</ul>
2262	<p style=margin:0px><br></p>
2263	<p style=margin:0px>CDC:</p>
2264	<ul style='margin-top:0px;margin-bottom:0px'>
2265		<li>GetTabbedTextExtent() should return DWORD instead of BOOL</li>
2266		<li>Add FillRect() that accept color index instead of a brush handle</li>
2267		<li>DrawDragRect() leaks regions and a brush</li>
2268		<li>Improved DitherBlt() - added brushes as arguments for used colors</li>
2269		<li>Added DrawShadowText() (uses LoadLibrary/GetProcAddress to run on older Windows)</li>
2270	</ul>
2271	<p style=margin:0px><br></p>
2272	<p style=margin:0px>CListViewCtrl:</p>
2273	<ul style='margin-top:0px;margin-bottom:0px'>
2274		<li>SetItemState should use LVM_SETITEMSTATE</li>
2275		<li>SetItemCount should return a BOOL</li>
2276	</ul>
2277	<p style=margin:0px><br></p>
2278	<p style=margin:0px>CRichEditCtrl:</p>
2279	<ul style='margin-top:0px;margin-bottom:0px'>
2280		<li>Added SetCharFormat() variant that accepts flags (for SCF_ALL)</li>
2281		<li>CharFromPos() should pass a pointer to POINTL in lParam</li>
2282		<li>GetTextRange() - should add Unicode variant for rich edit version &gt;= 2</li>
2283		<li>Added another FormatRange() that can accept a pointer to FORMATRANGE (needed for passing NULL to clear cache)</li>
2284	</ul>
2285	<p style=margin:0px><br></p>
2286	<p style=margin:0px>CHyperLink:</p>
2287	<ul style='margin-top:0px;margin-bottom:0px'>
2288		<li>Allow overriding of Navigate and CalcLabelRect</li>
2289		<li>Doesn't handle right or center alignment</li>
2290	</ul>
2291	<p style=margin:0px><br></p>
2292	<p style=margin:0px>CColorDialog:</p>
2293	<ul style='margin-top:0px;margin-bottom:0px'>
2294		<li>Has static variables that were not initialized with _ATL_MIN_CRT</li>
2295		<li>Fixed HookProc for ColorOK message - the message is not sent, but the hook proc is called directly</li>
2296	</ul>
2297	<p style=margin:0px><br></p>
2298	<p style=margin:0px>atlcrack.h:</p>
2299	<ul style='margin-top:0px;margin-bottom:0px'>
2300		<li>MSG_WM_TIMER crack macro should cast to TIMERPROC instead of TIMERPROC*</li>
2301		<li>Add cracked handlers for all new messages in Common Controls 6</li>
2302	</ul>
2303	<p style=margin:0px><br></p>
2304	<p style=margin:0px>atlapp.h:</p>
2305	<ul style='margin-top:0px;margin-bottom:0px'>
2306		<li>Fixed problems with atlTraceUI with ATL7</li>
2307		<li>#ifdefs for ATL7 were in the wrong place</li>
2308	</ul>
2309	<p style=margin:0px><br></p>
2310	<p style=margin:0px>atlctrls.h:</p>
2311	<ul style='margin-top:0px;margin-bottom:0px'>
2312		<li>Add support in control classes for all new messages in Common Controls 6</li>
2313	</ul>
2314	<p style=margin:0px><br></p>
2315	<p style=margin:0px>CRecentDocumentList:</p>
2316	<ul style='margin-top:0px;margin-bottom:0px'>
2317		<li>AtlCompactPath corrupts memory if filename is longer than requested compact size</li>
2318		<li>ReadFromRegistry incorrectly checks for error when reading from registry</li>
2319	</ul>
2320	<p style=margin:0px><br></p>
2321	<p style=margin:0px>CSplitterWindow:</p>
2322	<ul style='margin-top:0px;margin-bottom:0px'>
2323		<li>Incorrect calculation of middle position</li>
2324		<li>3D border now drawn only if WS_EX_CLIENTEDGE is set</li>
2325	</ul>
2326	<p style=margin:0px><br></p>
2327	<p style=margin:0px>Printing:</p>
2328	<ul style='margin-top:0px;margin-bottom:0px'>
2329		<li>Uses DWORD instead of an int for a job ID</li>
2330		<li>CPrintJob::CancelPrintJob shouldn't have a return value</li>
2331	</ul>
2332	<p style=margin:0px><br></p>
2333	<p style=margin:0px>Misc:</p>
2334	<ul style='margin-top:0px;margin-bottom:0px'>
2335		<li>CRegKey::QueryValue and SetValue are deprecated in ATL7</li>
2336		<li>Added direct support for ATL7</li>
2337		<li>Replace ScreenToClient and ClientToScreen with MapWindowPoints to support RTL layout</li>
2338		<li>CFindFile::GetFilePath(LPTSTR...) returns path without the file name</li>
2339		<li>MDI: Updating client edge in WM_WINDOWPOSCHANGING causes minimize/maximize/restore animation problems,
2340			use WM_WINDOWPOSCHANGED</li>
2341		<li>Custom Draw: Added CCustomDraw::OnSubItemPrePaint() overrideable method</li>
2342		<li>CFolderDialogImpl uses 'this' for BROWSEINFO.lParam instead of T*</li>
2343		<li>CImageList::Destroy shouldn't use Detach()</li>
2344		<li>ATL7 has its own AtlLoadString</li>
2345		<li>CPropertySheet doesn't close when you press X button</li>
2346		<li>Fixed problems for _U_STRINGorID and others that moved from atlbase.h to atlwin.h in ATL7</li>
2347		<li>Add AtlMessageBox() that accepts either in-memory or resource strings</li>
2348		<li>CScrollImpl: fixed bug with scrolling child windows</li>
2349		<li>CPropertyPageImpl: Add new notification handlers to enable direct return values
2350			(use #ifdef _WTL_NEW_PAGE_NOTIFY_HANDLERS to use them)</li>
2351		<li>Add AtlInitCommonControls() to simplify use</li>
2352		<li>DDX: Fixed usage of the size of char arrays for DDX</li>
2353		<li>CPageSetupDialog: changed usage of CWndProcThunk because of changes in ATL7</li>
2354		<li>Fix confusing precedence in expressions</li>
2355		<li>Removed forward declarations because default values for template arguments
2356			shouldn't be specified in two places (we don't need them anyway)</li>
2357		<li>Win64: Fix /Wp64 warnings from 32-bit VC7 compiler caused by SDK headers</li>
2358		<li>Fix direct usage of English strings (they can be #defined to something else now)</li>
2359		<li>AtlGetCommCtrlVersion not defined if _ATL_DLL is in ATL 3.0 (and CmdBar is using it)</li>
2360	</ul>
2361	<p style=margin:0px><br></p>
2362	<p style=margin:0px>AppWizard:</p>
2363	<ul style='margin-top:0px;margin-bottom:0px'>
2364		<li>Added manifest for Common Controls 6</li>
2365		<li>Loading Rich Edit DLL should use HMODULE</li>
2366		<li>Should not use atlimpl.cpp for ATL7</li>
2367		<li>Added message handler prototypes to generated files</li>
2368		<li>VERSION resource always has VALUE &quot;OLESelfRegister&quot; (now only for COM servers)</li>
2369		<li>Added option for putting implementation in CPP files</li>
2370		<li>d-tor for the thread manager class in MSDI project executed after the heap is destroyed</li>
2371		<li>Wrong settings when changing to a dialog project and back (AppWizard 6.0 only)</li>
2372		<li>Remove cut/copy/paste accelerators for form view and dialogs projects</li>
2373		<li>Fix toolbar bitmaps so they are not transparent (problem with Windows XP flat menus only)</li>
2374		<li>Used CMDICommandBarCtrl for MDI apps</li>
2375		<li>Add symbols required for VC7 Class Wizard to recognize an ATL project</li>
2376		<li>Changed default styles for the rebar, so it does look OK without CmdBar and with manifest</li>
2377		<li>Added setup programs for both AppWizards</li>
2378		<li>Remove ignored resource attributes: MOVEABLE, PURE, etc. (AppWizard 7.0 only)</li>
2379		<li>Add call to DefWindowProc to WinMain to resolve possible problems if MSLU is used</li>
2380	</ul>
2381	<p style=margin:0px><br></p>
2382	<p style=margin:0px>Samples:</p>
2383	<ul style='margin-top:0px;margin-bottom:0px'>
2384		<li>Updated toolbar bitmaps, added #ifdefs for ATL7, added manifest file for CommCtrl6, qualified _U_RECT with WTL
2385			namespace, updated use of deprecated CRegKey functions, added VC7 projects</li>
2386		<li>Added Alpha sample</li>
2387	</ul>
2388</blockquote>
2389<p style=margin:0px><br></p>
2390
2391<h4>Changes Between WTL 3.1 and 3.0</h4>
2392<p style=margin:0px>New classes:</p>
2393<blockquote style='margin-top:0px;margin-bottom:0px'>
2394	<p style=margin:0px>
2395		CPaneContainer - implements a window that provides a title bar and a close button (like Explorer)
2396	</p>
2397	<p style=margin:0px>
2398		CDialogResize - an MI class that allows resizing of dialogs (or any windows with child windows/controls)
2399	</p>
2400	<p style=margin:0px>
2401		CAxPropertyPageImpl - implements a property page that can host ActiveX controls
2402	</p>
2403</blockquote>
2404<p style=margin:0px><br></p>
2405<p style=margin:0px>Fixes and enhancements:</p>
2406<blockquote style='margin-top:0px;margin-bottom:0px'>
2407	<p style=margin:0px>
2408		CServerAppModule now clears m_hEventShutdown to avoid calling CloseHandle twice
2409	</p>
2410	<p style=margin:0px><br></p>
2411	<p style=margin:0px>CString:</p>
2412	<ul style='margin-top:0px;margin-bottom:0px'>
2413		<li>operator += now leaves original string intact if it's out of memory</li>
2414		<li>Fixed bad DWORD_PTR usage in TrimRight, TrimLeft, Replace, Remove</li>
2415		<li>Removed dependencies on CRT for projects that don't use it</li>
2416		<li>Insert - fixed string corruption in release builds</li>
2417		<li>Added optional floating point formatting (for projects that use CRT)</li>
2418	</ul>
2419	<p style=margin:0px><br></p>
2420	<p style=margin:0px>
2421		CEdit and CRichEditCtrl: SetSelAll and SetSelNone had reversed implementation
2422	</p>
2423	<p style=margin:0px><br></p>
2424	<p style=margin:0px>
2425		atlres.h: Changed IDs so that they are compatible with MFC's afxres.h
2426	</p>
2427	<p style=margin:0px><br></p>
2428	<p style=margin:0px>Command Bar:</p>
2429	<ul style='margin-top:0px;margin-bottom:0px'>
2430		<li>Added LoadMappedImages()</li>
2431		<li>Changed handling of left and right arrow keys so that they don't close context menus</li>
2432		<li>Add code to handle left/right arrow keys correctly on mirrored (RTL) systems</li>
2433		<li>Removed handler that eats parent window's WM_SETTINGCHANGE</li>
2434		<li>Fixed bitmap resource leak in Draw3DCheckmark</li>
2435		<li>Fixed incorrect usage of CharLower in OnMenuChar</li>
2436		<li>Fixed wrong color for the disabled items in hi-contrast mode</li>
2437		<li>Added code to gray menu items if main window is inactive</li>
2438		<li>Fixed keyboard mnemonic handling for IE 4</li>
2439		<li>Fixed hook problems with multiple cmdbars in the same thread</li>
2440		<li>Added support for radio menu items</li>
2441		<li>Added support for disabled top-level menu items (also added in CFrameWindowImpl::PrepareChevronMenu)</li>
2442		<li>Added keyboard shortcut (Alt+/) to invoke chevron menu</li>
2443		<li>Added support to override menu item length in a derived class</li>
2444	</ul>
2445	<p style=margin:0px><br></p>
2446	<p style=margin:0px>CBitmapButton:</p>
2447	<ul style='margin-top:0px;margin-bottom:0px'>
2448		<li>Bypassed BUTTON DefWindowProc for hover style so that the button doesn't take focus</li>
2449		<li>Added BMPBTN_AUTOFIRE extended style</li>
2450	</ul>
2451	<p style=margin:0px><br></p>
2452	<p style=margin:0px>CDC:</p>
2453	<ul style='margin-top:0px;margin-bottom:0px'>
2454		<li>Added _WTL_FORWARD_DECLARE_CSTRING define to allow usage of methods that accept CString</li>
2455		<li>Fixed errors in GetTextFace and GetMenuItemString</li>
2456		<li>Added GetCharWidth32</li>
2457		<li>Added DrawIconEx method</li>
2458	</ul>
2459	<p style=margin:0px><br></p>
2460	<p style=margin:0px>CMenu:</p>
2461	<ul style='margin-top:0px;margin-bottom:0px'>
2462		<li>Implement following missing methods:<br>
2463			&nbsp;&nbsp;&nbsp; GetMenuDefaultItem<br>
2464			&nbsp;&nbsp;&nbsp; GetMenuInfo<br>
2465			&nbsp;&nbsp;&nbsp; GetMenuItemRect<br>
2466			&nbsp;&nbsp;&nbsp; HiliteMenuItem<br>
2467			&nbsp;&nbsp;&nbsp; IsMenu<br>
2468			&nbsp;&nbsp;&nbsp; MenuItemFromPoint<br>
2469			&nbsp;&nbsp;&nbsp; SetMenuDefaultItem<br>
2470			&nbsp;&nbsp;&nbsp; SetMenuInfo</li>
2471		<li>GetMenuString - fixed to include space for terminating NULL character in returning string</li>
2472	</ul>
2473	<p style=margin:0px><br></p>
2474	<p style=margin:0px>
2475		GDI and USER classes should destroy the GDI/USER objects in Attach if GDI/USER resource is managed
2476	</p>
2477	<p style=margin:0px><br></p>
2478	<p style=margin:0px>CFrameWindowImpl:</p>
2479	<ul style='margin-top:0px;margin-bottom:0px'>
2480		<li>OnToolTipText shouldn't save tool tip text if it's not for a menu</li>
2481		<li>AddSimpleReBarBandCtrl now adds chevron style only for toolbars with buttons</li>
2482		<li>AddSimpleReBarBand(Ctrl) - calc band ID if not specified</li>
2483	</ul>
2484	<p style=margin:0px><br></p>
2485	<p style=margin:0px>CRecentDocumentList:</p>
2486	<ul style='margin-top:0px;margin-bottom:0px'>
2487		<li>Fix - UpdateMenu deletes wrong menu item when the list is empty</li>
2488		<li>Added code to allow restricting the number of characters displayed by MRU menu items</li>
2489	</ul>
2490	<p style=margin:0px><br></p>
2491	<p style=margin:0px>Update UI:</p>
2492	<ul style='margin-top:0px;margin-bottom:0px'>
2493		<li>Added support for blocking accelerators for disabled items</li>
2494		<li>Improved search code assuming there are no duplicate entries (and added checks for duplicates)</li>
2495	</ul>
2496	<p style=margin:0px><br></p>
2497	<p style=margin:0px>CSplitterWindow:</p>
2498	<ul style='margin-top:0px;margin-bottom:0px'>
2499		<li>CSplitterWindowImpl should derive from CSplitterImpl&lt;T , t_bVertical&gt; to allow overriding of methods</li>
2500		<li>Added single pane mode and SetSinglePaneMode/GetSinglePaneMode</li>
2501		<li>Added right/bottom aligned resize mode using extended styles SPLIT_RIGHTALIGNED/SPLIT_BOTTOMALIGNED</li>
2502	</ul>
2503	<p style=margin:0px><br></p>
2504	<p style=margin:0px>
2505		atlcrack.h: Added handlers for following new
2506		messages:<br>
2507		&nbsp;&nbsp;&nbsp; WM_APPCOMMAND<br>
2508		&nbsp;&nbsp;&nbsp; WM_NCXBUTTONDOWN<br>
2509		&nbsp;&nbsp;&nbsp; WM_NCXBUTTONUP<br>
2510		&nbsp;&nbsp;&nbsp; WM_NCXBUTTONDBLCLK<br>
2511		&nbsp;&nbsp;&nbsp; WM_XBUTTONDOWN<br>
2512		&nbsp;&nbsp;&nbsp; WM_XBUTTONUP<br>
2513		&nbsp;&nbsp;&nbsp; WM_XBUTTONDBLCLK
2514	</p>
2515	<p style=margin:0px><br></p>
2516	<p style=margin:0px>Win64:</p>
2517	<ul style='margin-top:0px;margin-bottom:0px'>
2518		<li>Dialog return value should use DWLP_MSGRESULT and SetWindowLongPtr</li>
2519		<li>CMenu::InsertMenu, AppendMenu, ModifyMenu should have UINT_PTR for the menu ID</li>
2520		<li>Added appropriate type casts</li>
2521		<li>CFrameWindowImpl::m_szAutoName - changed the size to fit the pointer value size</li>
2522		<li>CListViewCtrl::SortItems should use LPARAM for user data instead of DWORD</li>
2523	</ul>
2524	<p style=margin:0px><br></p>
2525	<p style=margin:0px>Misc:</p>
2526	<ul style='margin-top:0px;margin-bottom:0px'>
2527		<li>Added optional mask argument to all methods for setting extended styles</li>
2528		<li>CMDIWindow::MDIRestore - fixed to send WM_MDIRESTORE instead of WM_MDIICONARRANGE</li>
2529		<li>CListViewCtrl: Added SortItemsEx method</li>
2530		<li>CToolBarCtrl::GetButtonInfo - fixed to return int instead of BOOL</li>
2531		<li>Added CToolBarCtrl::SetButtonSize and SetBitmapSize that accept cx and cy instead of SIZE</li>
2532		<li>Printing: Changed how GetNewDevModeForPage works (comments in code)</li>
2533		<li>CFileDialogImpl::_OnTypeChange incorrectly calls pT-&gt;OnSelChange instead of pT-&gt;OnTypeChange</li>
2534		<li>CMultiPaneStatusBarCtrl::GetPaneTipText - fixed to use index instead of and ID internally</li>
2535		<li>CWinDataExchange: Added references to arguments of DoDataExchange, so there are no level 4 warning
2536			even if the map is empty</li>
2537		<li>CPropertySheetWindow: Added new, IE 5.0 specific methods</li>
2538		<li>CPropertyPageImpl: Added new, IE 5.0 specific methods</li>
2539	</ul>
2540	<p style=margin:0px><br></p>
2541	<p style=margin:0px>AppWizard:</p>
2542	<ul style='margin-top:0px;margin-bottom:0px'>
2543		<li>added calls to RemoveMessageFilter and RemoveIdleHandler in CMainFrame::OnDestroy for COM server projects</li>
2544		<li>added scroll bars for HTML view</li>
2545		<li>CAppServerModule now handles -embedding as well as -automation</li>
2546		<li>corrected code in CMainFrame::OnShowToolBar to correctly identify the toolbar in a rebar</li>
2547		<li>dialog based app code now derives from CUpdateUI as public</li>
2548	</ul>
2549</blockquote>
2550<p style=margin:0px><br></p>
2551
2552<p style=margin:0px>- end of readme.html -</p>
2553
2554</body>
2555
2556</html>
2557