]> git.sesse.net Git - casparcg/blob - WTL80/readme.htm
2.0.2: INFO TEMPLATE works on both compressed and uncompressed templates.
[casparcg] / WTL80 / readme.htm
1 <html>\r
2 \r
3 <head>\r
4 <meta http-equiv="Content-Language" content="en-us">\r
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">\r
6 <title>Windows Template Library</title>\r
7 <style type="text/css">\r
8 .style1 {\r
9         font-family: Arial;\r
10         font-weight: bold;\r
11         font-size: x-small;\r
12 }\r
13 .style2 {\r
14         font-family: Arial;\r
15         font-size: x-small;\r
16 }\r
17 .style3 {\r
18         text-align: right;\r
19 }\r
20 </style>\r
21 </head>\r
22 \r
23 <body>\r
24 \r
25 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber3">\r
26   <tr>\r
27     <td class="style3">\r
28         <p style="text-align: left"><font face="Arial"><b>Windows Template Library - WTL Version 8.0</b></font><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
29         (build 7161) 6/10/07</font></td>\r
30   </tr>\r
31   <tr>\r
32     <td><hr></td>\r
33   </tr>\r
34   <tr>\r
35     <td><font face="Arial" size="2">Copyright &#169; 2007 Microsoft Corporation.\r
36 All rights reserved.</font></td>\r
37   </tr>\r
38   <tr>\r
39     <td>&nbsp;</td>\r
40   </tr>\r
41   <tr>\r
42     <td><font face="Arial" size="2">This file is a part of the Windows Template \r
43         Library.<br>\r
44         The use and distribution terms for this software are covered by the<br>\r
45         Common Public License 1.0 (<a target="_blank" href="http://opensource.org/osi3.0/licenses/cpl1.0.php">http://opensource.org/osi3.0/licenses/cpl1.0.php</a>)<br>\r
46         which can be found in the file CPL.TXT at the root of this distribution.<br>\r
47         By using this software in any fashion, you are agreeing to be bound by<br>\r
48         the terms of this license. You must not remove this notice, or<br>\r
49         any other, from this software.</font></td>\r
50   </tr>\r
51   <tr>\r
52     <td><hr></td>\r
53   </tr>\r
54 </table>\r
55 \r
56 <p style=margin:0in>&nbsp;</p>\r
57 \r
58 <p style=margin:0in>&nbsp;</p>\r
59 \r
60 <p style=margin:0in><font face="Arial" size="2">Welcome to the Windows Template Library, version \r
61 8.0. This document contains the following topics:</font></p>\r
62 <p style=margin:0in>&nbsp;</p>\r
63 <ul style="margin-top:0in;margin-bottom:0in">\r
64         <li><font face="Arial" size="2"><a href="#Introduction">Introduction</a></font></li>\r
65         <li><font face="Arial" size="2"><a href="#Features And Installation">Features \r
66   And Installation</a></font></li>\r
67         <li><font face="Arial" size="2"><a href="#Packing List">Packing List</a></font></li>\r
68         <li><font face="Arial" size="2"><a href="#Class Overview">Class Overview</a></font></li>\r
69         <li><font face="Arial" size="2"><a href="#ATL/WTL AppWizard">ATL/WTL AppWizard</a></font></li>\r
70         <li><a href="#Support for Windows CE"><font face="Arial" size="2">S</font></a><font face="Arial" size="2"><a href="#Support for Windows CE">upport \r
71   for Windows CE</a></font></li>\r
72         <li><font face="Arial" size="2">\r
73         <a href="#Support for Visual C++ 2005 Express">Support for Visual C++ 2005 \r
74         Express</a></font></li>\r
75         <li><font face="Arial" size="2"><a href="#Notes">Notes</a></font></li>\r
76         <li><font face="Arial" size="2"><a href="#Changes Between WTL 8.0 And 7.5">Changes Between WTL \r
77         8.0 And 7.5</a></font></li>\r
78         <li><font face="Arial" size="2"><a href="#Changes Between WTL 7.5 And 7.1">Changes Between WTL 7.5 And 7.1</a></font></li>\r
79         <li><font face="Arial" size="2"><a href="#Changes Between WTL 7.1 And 7.0">Changes Between WTL \r
80   7.1 And 7.0</a></font></li>\r
81         <li><font face="Arial" size="2"><a href="#Changes Between WTL 7.0 And 3.1">Changes Between WTL \r
82   7.0 And 3.1</a></font></li>\r
83         <li><font face="Arial" size="2"><a href="#Changes Between WTL 3.1 And 3.0">Changes Between WTL 3.1 And 3.0</a></font></li>\r
84 </ul>\r
85 <p style=margin:0in>&nbsp;</p>\r
86 <p style=margin:0in>&nbsp;</p>\r
87 <p style=margin:0in><font face="Arial">\r
88 <b><a name="Introduction"></a>Introduction</b></font></p>\r
89 <p style=margin:0in>&nbsp;</p>\r
90 <p style=margin:0in><font face="Arial" size="2">Windows Template Library, or WTL, is a set of \r
91 classes that extend ATL to support more complex user interfaces for either \r
92 applications or various UI components, while maintaining the big advantage of \r
93 ATL - small and fast code. WTL classes were designed to be the best and the \r
94 easiest way to implement rich Win32 based UI for ATL based applications, \r
95 servers, components, and controls.</font></p>\r
96 <p style=margin:0in>&nbsp;</p>\r
97 <p style=margin:0in><font face="Arial" size="2">WTL provides support for implementing \r
98 many \r
99 user interface elements, from frame and popup windows, to MDI, standard and \r
100 common controls, common dialogs, property sheets and pages, GDI objects, UI \r
101 updating, scrollable windows, splitter windows, command bars, etc. The WTL \r
102 classes are mostly templated and use minimal instance data and inline functions. \r
103 They were not designed as a framework, so they do not force a particular \r
104 application model, and can accommodate any. The classes do not use hooks or \r
105 thread local storage, so they have no restrictions that those techniques impose. \r
106 They also have no inter-dependencies and can be freely mixed with straight SDK \r
107 code. In summary, WTL delivers very small and efficient code, very close in size \r
108 and speed to SDK programs, while presenting a more logical, object oriented \r
109 model to a programmer.</font></p>\r
110 <p style=margin:0in>&nbsp;</p>\r
111 <p style=margin:0in>&nbsp;</p>\r
112 <p style=margin:0in><font face="Arial">\r
113 <b><a name="Features And Installation"></a>Features And Installation</b></font></p>\r
114 <p style=margin:0in>&nbsp;</p>\r
115 <p style=margin:0in><font face="Arial" size="2">This is the sixth public release \r
116 of WTL, after WTL 3.0, 3.1, 7.0, 7.1, and 7.5. It is also the second release of WTL \r
117 under the Common Public License, enabling developers from the WTL community to \r
118 contribute to the library.</font></p>\r
119 <p style=margin:0in>&nbsp;</p>\r
120 <p style=margin:0in><font face="Arial" size="2">WTL classes can be used with either VC++ 6.0 and ATL 3.0, VC++ .NET \r
121 2002 and ATL 7.0, VC++ .NET 2003 and ATL 7.1, VC++ 2005 with ATL 8.0, or EVC++ 4.0 or 3.0 with ATL for \r
122 Windows CE. AppWizard for VC++ .NET 2002 and 2003, and Visual C++ 2005 is \r
123 included.</font></p>\r
124 <p style=margin:0in>&nbsp;</p>\r
125 <p style=margin:0in><font face="Arial" size="2">The WTL classes are provided in \r
126 header files located in the include directory. The only header files that must \r
127 be included is atlapp.h, while others can be used when needed. The name of the \r
128 file doesn't mean that you have to create an application, just that \r
129 atlapp.h contains base definitions required for WTL projects.</font></p>\r
130 <p style=margin:0in>&nbsp;</p>\r
131 <p style=margin:0in><font face="Arial" size="2">To install WTL, just copy the whole directory \r
132 structure, or unpack the archive file, to the location of your choice. Please be sure to\r
133 <b>add the WTL\include \r
134 directory</b> to the list of include directories in VC++, so that the compiler \r
135 can find them when you include them in your projects..</font></p>\r
136 <p style=margin:0in>&nbsp;</p>\r
137 <p style=margin:0in><font face="Arial" size="2">Setup programs for the AppWizard are provided. After executing the setup scripts, ATL/WTL AppWizard will appear in the list of AppWizards when you select File.New.Project \r
138 in VC++ IDE. The file AppWiz\setup70.js is the setup script for VC++ .NET 2002, AppWiz\setup71.js is for VC++ \r
139 .NET 2003, and AppWiz\setup80.js is for VC++ 2005. AppWizCE\setup80.js is setup \r
140 script for VC++ 2005 SmartDevice projects.</font></p>\r
141 <p style=margin:0in>&nbsp;</p>\r
142 <p style=margin:0in><font face="Arial" size="2">To manually install AppWizard \r
143 for VC++ .NET 2002/2003, copy all WTLAppWiz.* files from AppWiz\Files to VC++ .NET \r
144 projects directory, %VC7DIR%\Vc7\vcprojects, where %VC7DIR% is the directory \r
145 where VC++ .NET 2002/2003 is installed. After that,&nbsp;open WTLAppWiz.vsz and modify the \r
146 like that contains ABSOLUTE_PATH to contain %WTLDIR%\AppWiz\Files, where \r
147 %WTLDIR% is the directory where WTL files are.</font></p>\r
148 <p style=margin:0in>&nbsp;</p>\r
149 <p style=margin:0in><font face="Arial" size="2">Platform support and \r
150 requirements:</font></p>\r
151 <p style=margin:0in>&nbsp;</p>\r
152 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Compiler/IDE/ATL:</font></p>\r
153 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
154 Visual C++ 6.0&nbsp;&nbsp; (ATL 3.0)</font></p>\r
155 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
156 Visual C++.NET 2002&nbsp;&nbsp; (ATL 7.0)</font></p>\r
157 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
158 Visual C++.NET 2003&nbsp;&nbsp; (ATL 7.1)</font></p>\r
159 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
160 Visual C++ 2005&nbsp;&nbsp; (ATL 8.0)</font></p>\r
161 <p style=margin:0in>&nbsp;</p>\r
162 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; SDK \r
163 (optional):</font></p>\r
164 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
165 Any Platform SDK from January 2000 release up to the latest Windows SDK</font></p>\r
166 <p style=margin:0in>&nbsp;</p>\r
167 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Windows CE \r
168 development:</font></p>\r
169 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
170 eMbedded Visual C++ 3.0 - Pocket PC, Pocket PC 2002</font></p>\r
171 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
172 eMbedded Visual C++ 4.0 - STANDARDSDK_410, Pocket PC 2003, Smartphone 2003,\r
173 </font></p>\r
174 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
175 STANDARDSDK_500, Pocket PC 2003 SE, Smartphone 2003 SE</font></p>\r
176 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
177 Visual C++ 2005 - Pocket PC 2003 SE, Smartphone 2003 SE, STANDARDSDK_500,</font></p>\r
178 <p style=margin:0in><span class="style2">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
179 </span><font face="Arial" size="2">Windows Mobile 5.0 (Pocket PC and Smartphone),<br>\r
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \r
181 Windows Mobile 6.0 (Standard and Professional)</font></p>\r
182 <p style=margin:0in>&nbsp;</p>\r
183 <p style=margin:0in>&nbsp;</p>\r
184 <p style=margin:0in><font face="Arial">\r
185 <b><a name="Packing List"></a>Packing List</b></font></p>\r
186 <p style=margin:0in>&nbsp;</p>\r
187 <table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="497" id="AutoNumber2">\r
188   <tr>\r
189     <td width="136"><font face="Arial" size="2">File Name</font><font face="Arial">:</font></td>\r
190     <td width="358"><font face="Arial" size="2">Description:</font></td>\r
191   </tr>\r
192   <tr>\r
193     <td width="494" colspan="2"><hr></td>\r
194   </tr>\r
195   <tr>\r
196     <td width="136"><font face="Arial" size="2">readme.htm</font></td>\r
197     <td width="358"><font face="Arial" size="2">this file</font></td>\r
198   </tr>\r
199   <tr>\r
200     <td width="136"><font face="Arial" size="2">CPL.TXT</font></td>\r
201     <td width="358"><font face="Arial" size="2">Common Public License</font></td>\r
202   </tr>\r
203   <tr>\r
204     <td width="494" colspan="2">&nbsp;</td>\r
205   </tr>\r
206   <tr>\r
207     <td width="494" colspan="2"><font face="Arial" size="2">include\</font></td>\r
208   </tr>\r
209   <tr>\r
210     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlapp.h</font></td>\r
211     <td width="358"><font face="Arial" size="2">message loop, interfaces, \r
212     general app stuff</font></td>\r
213   </tr>\r
214   <tr>\r
215     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlcrack.h</font></td>\r
216     <td width="358"><font face="Arial" size="2">message cracker macros</font></td>\r
217   </tr>\r
218   <tr>\r
219     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlctrls.h</font></td>\r
220     <td width="358"><font face="Arial" size="2">standard and common control \r
221     classes</font></td>\r
222   </tr>\r
223   <tr>\r
224     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlctrlw.h</font></td>\r
225     <td width="358"><font face="Arial" size="2">command bar class</font></td>\r
226   </tr>\r
227   <tr>\r
228     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlctrlx.h</font></td>\r
229     <td width="358"><font face="Arial" size="2">bitmap button, check list view, \r
230     and other controls</font></td>\r
231   </tr>\r
232   <tr>\r
233     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlddx.h</font></td>\r
234     <td width="358"><font face="Arial" size="2">data exchange for dialogs and \r
235     windows</font></td>\r
236   </tr>\r
237   <tr>\r
238     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atldlgs.h</font></td>\r
239     <td width="358"><font face="Arial" size="2">common dialog classes, property \r
240     sheet and page classes</font></td>\r
241   </tr>\r
242   <tr>\r
243     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlfind.h</font></td>\r
244     <td width="358"><font face="Arial" size="2">Find/Replace support for Edit \r
245         and RichEdit</font></td>\r
246   </tr>\r
247   <tr>\r
248     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlframe.h</font></td>\r
249     <td width="358"><font face="Arial" size="2">frame window classes, MDI, \r
250     update UI classes</font></td>\r
251   </tr>\r
252   <tr>\r
253     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlgdi.h</font></td>\r
254     <td width="358"><font face="Arial" size="2">DC classes, GDI object classes</font></td>\r
255   </tr>\r
256   <tr>\r
257     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlmisc.h</font></td>\r
258     <td width="358"><font face="Arial" size="2">WTL ports of CPoint, CRect, \r
259     CSize, CString, etc.</font></td>\r
260   </tr>\r
261   <tr>\r
262     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlprint.h</font></td>\r
263     <td width="358"><font face="Arial" size="2">printing and print preview</font></td>\r
264   </tr>\r
265   <tr>\r
266     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlres.h</font></td>\r
267     <td width="358"><font face="Arial" size="2">standard resource IDs</font></td>\r
268   </tr>\r
269   <tr>\r
270     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlresce.h</font></td>\r
271     <td width="358"><font face="Arial" size="2">standard resource IDs for \r
272     Windows CE</font></td>\r
273   </tr>\r
274   <tr>\r
275     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlscrl.h</font></td>\r
276     <td width="358"><font face="Arial" size="2">scrollable windows</font></td>\r
277   </tr>\r
278   <tr>\r
279     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlsplit.h</font></td>\r
280     <td width="358"><font face="Arial" size="2">splitter windows</font></td>\r
281   </tr>\r
282   <tr>\r
283     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atltheme.h</font></td>\r
284     <td width="358"><font face="Arial" size="2">Windows XP theme classes</font></td>\r
285   </tr>\r
286   <tr>\r
287     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atluser.h</font></td>\r
288     <td width="358"><font face="Arial" size="2">menu class, USER object classes</font></td>\r
289   </tr>\r
290   <tr>\r
291     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlwince.h</font></td>\r
292     <td width="358"><font face="Arial" size="2">specific support for Windows CE \r
293         Mobile platforms</font></td>\r
294   </tr>\r
295   <tr>\r
296     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; atlwinx.h</font></td>\r
297     <td width="358"><font face="Arial" size="2">extensions of ATL windowing \r
298     support</font></td>\r
299   </tr>\r
300   <tr>\r
301     <td width="494" colspan="2">&nbsp;</td>\r
302   </tr>\r
303   <tr>\r
304     <td width="494" colspan="2"><font face="Arial" size="2">Samples\</font></td>\r
305   </tr>\r
306   <tr>\r
307     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Aero\...</font></td>\r
308     <td width="358"><font face="Arial" size="2">Vista Aero glass showcase</font></td>\r
309   </tr>\r
310   <tr>\r
311     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Alpha\...</font></td>\r
312     <td width="358"><font face="Arial" size="2">Windows XP 32-bit (alpha) \r
313     toolbar images</font></td>\r
314   </tr>\r
315   <tr>\r
316     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; BmpView\...</font></td>\r
317     <td width="358"><font face="Arial" size="2">bitmap file view sample</font></td>\r
318   </tr>\r
319   <tr>\r
320     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; GuidGen\...</font></td>\r
321     <td width="358"><font face="Arial" size="2">WTL version of the GuidGen \r
322     sample</font></td>\r
323   </tr>\r
324         <tr>\r
325     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; ImageView\...</font></td>\r
326     <td width="358"><font face="Arial" size="2">Full-featured PPC frame-view \r
327         application</font></td>\r
328   </tr>\r
329         <tr>\r
330     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; MDIDocVw\...</font></td>\r
331     <td width="358"><font face="Arial" size="2">WTL version of the MDI sample</font></td>\r
332   </tr>\r
333         <tr>\r
334     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; MiniPie\...</font></td>\r
335     <td width="358" class="style2">p<font size="2">ort of the SDK sample for \r
336         Mobile devices</font></td>\r
337   </tr>\r
338         <tr>\r
339     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; MTPad\...</font></td>\r
340     <td width="358"><font face="Arial" size="2">multithreaded notepad sample</font></td>\r
341   </tr>\r
342   <tr>\r
343     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; SPControls\...</font></td>\r
344     <td width="358"><font face="Arial" size="2">Barebone SmartPhone dialog \r
345         application</font></td>\r
346   </tr>\r
347   <tr>\r
348     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; TabBrowser\...</font></td>\r
349     <td width="358"><font face="Arial" size="2">Web browser using TabView</font></td>\r
350   </tr>\r
351   <tr>\r
352     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Wizard97Test\...</font></td>\r
353     <td width="358"><font face="Arial" size="2">Wizard97 showcase \r
354     sample</font></td>\r
355   </tr>\r
356   <tr>\r
357     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; WTLExplorer\...</font></td>\r
358     <td width="358"><font face="Arial" size="2">Explorer-like application \r
359     sample</font></td>\r
360   </tr>\r
361   <tr>\r
362     <td width="494" colspan="2">&nbsp;</td>\r
363   </tr>\r
364         <tr>\r
365     <td width="494" colspan="2"><font face="Arial" size="2">AppWiz\</font></td>\r
366   </tr>\r
367         <tr>\r
368     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup70.js</font></td>\r
369     <td width="358"><font face="Arial" size="2">AppWizard setup program for VC++ \r
370     .NET 2002</font></td>\r
371   </tr>\r
372         <tr>\r
373     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup71.js</font></td>\r
374     <td width="358"><font face="Arial" size="2">AppWizard setup program for VC++ \r
375     .NET 2003</font></td>\r
376   </tr>\r
377         <tr>\r
378     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup80.js</font></td>\r
379     <td width="358"><font face="Arial" size="2">AppWizard setup program for VC++ \r
380     2005</font></td>\r
381   </tr>\r
382         <tr>\r
383     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup80x.js</font></td>\r
384     <td width="358"><font face="Arial" size="2">AppWizard setup program for VC++ \r
385     2005 Express</font></td>\r
386   </tr>\r
387         <tr>\r
388     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Files\...</font></td>\r
389     <td width="358"><font face="Arial" size="2">WTL AppWizard for VC++ .NET 2002 and \r
390     2003 files</font></td>\r
391   </tr>\r
392   <tr>\r
393     <td width="494" colspan="2">&nbsp;</td>\r
394   </tr>\r
395         <tr>\r
396     <td width="494" colspan="2"><font face="Arial" size="2">AppWizCE\</font></td>\r
397   </tr>\r
398         <tr>\r
399     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup80.js</font></td>\r
400     <td width="358"><font face="Arial" size="2">AppWizard setup program for VC++ \r
401     2005</font></td>\r
402   </tr>\r
403         <tr>\r
404     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Files\...</font></td>\r
405     <td width="358"><font face="Arial" size="2">WTL AppWizard for VC++ 2005 files</font></td>\r
406   </tr>\r
407   <tr>\r
408     <td width="494" colspan="2">&nbsp;</td>\r
409   </tr>\r
410   <tr>\r
411     <td width="494" colspan="2"><font face="Arial" size="2">AppWizMobile\</font></td>\r
412   </tr>\r
413   <tr>\r
414     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; setup80.js</font></td>\r
415     <td width="358"><font face="Arial" size="2">AppWizard Mobile setup program for VC++ \r
416     2005</font></td>\r
417   </tr>\r
418   <tr>\r
419     <td width="136"><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; Files\...</font></td>\r
420     <td width="358"><font face="Arial" size="2">WTL AppWizard Mobile for VC++ 2005 files</font></td>\r
421   </tr>\r
422   </table>\r
423 <p style=margin:0in>&nbsp;</p>\r
424 <p style=margin:0in>&nbsp;</p>\r
425 <p style=margin:0in><font face="Arial">\r
426 <b><a name="Class Overview"></a>Class Overview</b></font></p>\r
427 <p style=margin:0in>&nbsp;</p>\r
428 <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber4">\r
429   <tr>\r
430     <td><font face="Arial" size="2">usage:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\r
431     </font></td>\r
432     <td><font face="Arial" size="2"><b>mi base</b></font></td>\r
433     <td>&nbsp;&nbsp; -</td>\r
434     <td><font face="Arial" size="2">&nbsp;&nbsp; a base class (multiple \r
435     inheritance)</font></td>\r
436   </tr>\r
437   <tr>\r
438     <td>&nbsp;</td>\r
439     <td><font face="Arial" size="2"><b>client</b></font></td>\r
440     <td>&nbsp;&nbsp; -</td>\r
441     <td><font face="Arial" size="2">&nbsp;&nbsp; wrapper class for a handle</font></td>\r
442   </tr>\r
443   <tr>\r
444     <td>&nbsp;</td>\r
445     <td><font face="Arial" size="2"><b>as-is</b></font></td>\r
446     <td>&nbsp;&nbsp; -</td>\r
447     <td><font face="Arial" size="2">&nbsp;&nbsp; to be used directly</font></td>\r
448   </tr>\r
449   <tr>\r
450     <td>&nbsp;</td>\r
451     <td><font face="Arial" size="2"><b>impl</b></font></td>\r
452     <td>&nbsp;&nbsp; -</td>\r
453     <td><font face="Arial" size="2">&nbsp;&nbsp; implements a window (has \r
454     WindowProc) or other support</font></td>\r
455   </tr>\r
456   <tr>\r
457     <td>&nbsp;</td>\r
458     <td><font face="Arial" size="2"><b>helper</b></font></td>\r
459     <td>&nbsp;&nbsp; -</td>\r
460     <td><font face="Arial" size="2">&nbsp;&nbsp; a helper class</font></td>\r
461   </tr>\r
462   <tr>\r
463     <td>&nbsp;</td>\r
464     <td><font face="Arial" size="2"><b>base</b></font></td>\r
465     <td>&nbsp;&nbsp; -</td>\r
466     <td><font face="Arial" size="2">&nbsp;&nbsp; implementation base class</font></td>\r
467   </tr>\r
468 </table>\r
469 <p style=margin:0in>&nbsp;</p>\r
470 <table border="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" id="AutoNumber1" width="600">\r
471   <tr>\r
472     <td width="220"><b><font face="Arial" size="2">class name:</font></b></td>\r
473     <td width="114"><b><font face="Arial" size="2">usage:</font></b></td>\r
474     <td width="253"><b><font face="Arial" size="2">description:</font></b></td>\r
475   </tr>\r
476   <tr>\r
477     <td colspan="3" width="593"><font size="2" face="Arial"><br>App/module support</font></td>\r
478   </tr>\r
479   <tr>\r
480     <td width="221"><b><font face="Arial" size="2">CAppModule</font></b></td>\r
481     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
482     <td width="255"><font face="Arial" size="2">app support, CComModule derived</font></td>\r
483   </tr>\r
484   <tr>\r
485     <td width="221"><b><font face="Arial" size="2">CServerAppModule</font></b></td>\r
486     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
487     <td width="255"><font face="Arial" size="2">module for COM servers</font></td>\r
488   </tr>\r
489   <tr>\r
490     <td width="221"><b><font face="Arial" size="2">CMessageLoop</font></b></td>\r
491     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
492     <td width="255"><font face="Arial" size="2">message loop</font></td>\r
493   </tr>\r
494   <tr>\r
495     <td width="221"><b><font face="Arial" size="2">CMessageFilter</font></b></td>\r
496     <td width="115"><font face="Arial" size="2">mi base</font></td>\r
497     <td width="255"><font face="Arial" size="2">message filter interface</font></td>\r
498   </tr>\r
499   <tr>\r
500     <td width="221"><b><font face="Arial" size="2">CIdleHandler</font></b></td>\r
501     <td width="115"><font face="Arial" size="2">mi base</font></td>\r
502     <td width="255"><font face="Arial" size="2">idle time handler interface</font></td>\r
503   </tr>\r
504   <tr>\r
505     <td colspan="3" width="593"><font face="Arial" size="2"><br>Frame windows</font></td>\r
506   </tr>\r
507   <tr>\r
508     <td width="221"><b><font face="Arial" size="2">CFrameWindowImplBase</font></b></td>\r
509     <td width="115"><font face="Arial" size="2">base</font></td>\r
510     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
511   </tr>\r
512   <tr>\r
513     <td width="221"><b><font face="Arial" size="2">CFrameWindowImpl</font></b></td>\r
514     <td width="115"><font face="Arial" size="2">impl</font></td>\r
515     <td width="255"><font face="Arial" size="2">frame window support</font></td>\r
516   </tr>\r
517   <tr>\r
518     <td width="221"><b><font face="Arial" size="2">COwnerDraw</font></b></td>\r
519     <td width="115"><font face="Arial" size="2">impl mi base</font></td>\r
520     <td width="255"><font face="Arial" size="2">owner-draw msg map and handlers</font></td>\r
521   </tr>\r
522   <tr>\r
523     <td width="221"><b><font face="Arial" size="2">CDialogResize</font>\r
524     </b></td>\r
525     <td width="115"><font face="Arial" size="2">impl mi base</font></td>\r
526     <td width="255"><font face="Arial" size="2">support for resizing dialogs</font></td>\r
527   </tr>\r
528         <tr>\r
529     <td width="221"><b><font face="Arial" size="2">CDoubleBufferImpl</font>\r
530     </b></td>\r
531     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
532     <td width="255"><font face="Arial" size="2">double-buffer painting support</font></td>\r
533   </tr>\r
534   <tr>\r
535     <td width="221"><b><font face="Arial" size="2">CDoubleBufferWindowImpl</font>\r
536     </b></td>\r
537     <td width="115"><font face="Arial" size="2">impl</font></td>\r
538     <td width="255"><font face="Arial" size="2">double-buffer painting window</font></td>\r
539   </tr>\r
540   <tr>\r
541     <td colspan="3" width="593"><font face="Arial" size="2"><br>MDI windows</font></td>\r
542   </tr>\r
543   <tr>\r
544     <td width="221"><b><font face="Arial" size="2">CMDIWindow</font></b></td>\r
545     <td width="115"><font face="Arial" size="2">client</font></td>\r
546     <td width="255"><font face="Arial" size="2">MDI methods</font></td>\r
547   </tr>\r
548   <tr>\r
549     <td width="221"><b><font face="Arial" size="2">CMDIFrameWindowImpl</font></b></td>\r
550     <td width="115"><font face="Arial" size="2">impl</font></td>\r
551     <td width="255"><font face="Arial" size="2">MDI frame window</font></td>\r
552   </tr>\r
553   <tr>\r
554     <td width="221"><b><font face="Arial" size="2">CMDIChildWindowImpl</font></b></td>\r
555     <td width="115"><font face="Arial" size="2">impl</font></td>\r
556     <td width="255"><font face="Arial" size="2">MDI child window</font></td>\r
557   </tr>\r
558   <tr>\r
559     <td colspan="3" width="593"><font face="Arial" size="2"><br>Update UI</font></td>\r
560   </tr>\r
561   <tr>\r
562     <td width="221"><b><font face="Arial" size="2">CUpdateUIBase</font></b></td>\r
563     <td width="115"><font face="Arial" size="2">base</font></td>\r
564     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
565   </tr>\r
566   <tr>\r
567     <td width="221"><b><font face="Arial" size="2">CUpdateUI</font></b></td>\r
568     <td width="115"><font face="Arial" size="2">mi base class</font></td>\r
569     <td width="255"><font face="Arial" size="2">provides support for UI update</font></td>\r
570   </tr>\r
571   <tr>\r
572     <td width="221"><b><font face="Arial" size="2">CDynamicUpdateUI</font></b></td>\r
573     <td width="115"><font face="Arial" size="2">mi base class</font></td>\r
574     <td width="255"><font face="Arial" size="2">provides dynamic support for UI update</font></td>\r
575   </tr>\r
576   <tr>\r
577     <td colspan="3" width="593"><font face="Arial" size="2"><br>Standard controls</font></td>\r
578   </tr>\r
579   <tr>\r
580     <td width="221"><b><font face="Arial" size="2">CStatic</font></b></td>\r
581     <td width="115"><font face="Arial" size="2">client</font></td>\r
582     <td width="255"><font face="Arial" size="2">static ctrl</font></td>\r
583   </tr>\r
584   <tr>\r
585     <td width="221"><b><font face="Arial" size="2">CButton</font></b></td>\r
586     <td width="115"><font face="Arial" size="2">client</font></td>\r
587     <td width="255"><font face="Arial" size="2">button ctrl</font></td>\r
588   </tr>\r
589   <tr>\r
590     <td width="221"><b><font face="Arial" size="2">CListBox</font></b></td>\r
591     <td width="115"><font face="Arial" size="2">client</font></td>\r
592     <td width="255"><font face="Arial" size="2">list box ctrl</font></td>\r
593   </tr>\r
594   <tr>\r
595     <td width="221"><b><font face="Arial" size="2">CComboBox</font></b></td>\r
596     <td width="115"><font face="Arial" size="2">client</font></td>\r
597     <td width="255"><font face="Arial" size="2">combo box ctrl</font></td>\r
598   </tr>\r
599   <tr>\r
600     <td width="221"><b><font face="Arial" size="2">CEdit</font></b></td>\r
601     <td width="115"><font face="Arial" size="2">client</font></td>\r
602     <td width="255"><font face="Arial" size="2">edit ctrl</font></td>\r
603   </tr>\r
604   <tr>\r
605     <td width="221"><b><font face="Arial" size="2">CEditCommands</font></b></td>\r
606     <td width="115"><font face="Arial" size="2">mi</font></td>\r
607     <td width="255"><font face="Arial" size="2">standard edit command support</font></td>\r
608   </tr>\r
609   <tr>\r
610     <td width="221"><b><font face="Arial" size="2">CScrollBar</font></b></td>\r
611     <td width="115"><font face="Arial" size="2">client</font></td>\r
612     <td width="255"><font face="Arial" size="2">scroll bar ctrl</font></td>\r
613   </tr>\r
614   <tr>\r
615     <td colspan="3" width="593"><font face="Arial" size="2"><br>Common controls</font></td>\r
616   </tr>\r
617   <tr>\r
618     <td width="221"><b><font face="Arial" size="2">CImageList</font></b></td>\r
619     <td width="115"><font face="Arial" size="2">client</font></td>\r
620     <td width="255"><font face="Arial" size="2">image list</font></td>\r
621   </tr>\r
622   <tr>\r
623     <td width="221"><b><font face="Arial" size="2">CListViewCtrl</font></b></td>\r
624     <td width="115"><font face="Arial" size="2">client</font></td>\r
625     <td width="255"><font face="Arial" size="2">list view ctrl</font></td>\r
626   </tr>\r
627   <tr>\r
628     <td width="221"><b><font face="Arial" size="2">CTreeViewCtrl</font></b></td>\r
629     <td width="115"><font face="Arial" size="2">client</font></td>\r
630     <td width="255"><font face="Arial" size="2">tree view ctrl</font></td>\r
631   </tr>\r
632   <tr>\r
633     <td width="221"><b><font face="Arial" size="2">CTreeItem</font></b></td>\r
634     <td width="115"><font face="Arial" size="2">helper</font></td>\r
635     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
636   </tr>\r
637   <tr>\r
638     <td width="221"><b><font face="Arial" size="2">CTreeViewCtrlEx</font></b></td>\r
639     <td width="115"><font face="Arial" size="2">client</font></td>\r
640     <td width="255"><font face="Arial" size="2">uses CTreeItem</font></td>\r
641   </tr>\r
642   <tr>\r
643     <td width="221"><b><font face="Arial" size="2">CHeaderCtrl</font></b></td>\r
644     <td width="115"><font face="Arial" size="2">client</font></td>\r
645     <td width="255"><font face="Arial" size="2">header bar ctrl</font></td>\r
646   </tr>\r
647   <tr>\r
648     <td width="221"><b><font face="Arial" size="2">CToolBarCtrl</font></b></td>\r
649     <td width="115"><font face="Arial" size="2">client</font></td>\r
650     <td width="255"><font face="Arial" size="2">toolbar ctrl</font></td>\r
651   </tr>\r
652   <tr>\r
653     <td width="221"><b><font face="Arial" size="2">CStatusBarCtrl</font></b></td>\r
654     <td width="115"><font face="Arial" size="2">client</font></td>\r
655     <td width="255"><font face="Arial" size="2">status bar ctrl</font></td>\r
656   </tr>\r
657   <tr>\r
658     <td width="221"><b><font face="Arial" size="2">CTabCtrl</font></b></td>\r
659     <td width="115"><font face="Arial" size="2">client</font></td>\r
660     <td width="255"><font face="Arial" size="2">tab ctrl</font></td>\r
661   </tr>\r
662   <tr>\r
663     <td width="221"><b><font face="Arial" size="2">CToolTipCtrl</font></b></td>\r
664     <td width="115"><font face="Arial" size="2">client</font></td>\r
665     <td width="255"><font face="Arial" size="2">tool tip ctrl</font></td>\r
666   </tr>\r
667   <tr>\r
668     <td width="221"><b><font face="Arial" size="2">CToolInfo</font></b></td>\r
669     <td width="115"><font face="Arial" size="2">helper</font></td>\r
670     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
671   </tr>\r
672   <tr>\r
673     <td width="221"><b><font face="Arial" size="2">CTrackBarCtrl</font></b></td>\r
674     <td width="115"><font face="Arial" size="2">client</font></td>\r
675     <td width="255"><font face="Arial" size="2">trackbar ctrl</font></td>\r
676   </tr>\r
677   <tr>\r
678     <td width="221"><b><font face="Arial" size="2">CUpDownCtrl</font></b></td>\r
679     <td width="115"><font face="Arial" size="2">client</font></td>\r
680     <td width="255"><font face="Arial" size="2">up-down ctrl</font></td>\r
681   </tr>\r
682   <tr>\r
683     <td width="221"><b><font face="Arial" size="2">CProgressBarCtrl</font></b></td>\r
684     <td width="115"><font face="Arial" size="2">client</font></td>\r
685     <td width="255"><font face="Arial" size="2">progress bar ctrl</font></td>\r
686   </tr>\r
687   <tr>\r
688     <td width="221"><b><font face="Arial" size="2">CHotKeyCtrl</font></b></td>\r
689     <td width="115"><font face="Arial" size="2">client</font></td>\r
690     <td width="255"><font face="Arial" size="2">hot key ctrl</font></td>\r
691   </tr>\r
692   <tr>\r
693     <td width="221"><b><font face="Arial" size="2">CAnimateCtrl</font></b></td>\r
694     <td width="115"><font face="Arial" size="2">client</font></td>\r
695     <td width="255"><font face="Arial" size="2">animation ctrl</font></td>\r
696   </tr>\r
697   <tr>\r
698     <td width="221"><b><font face="Arial" size="2">CRichEditCtrl</font></b></td>\r
699     <td width="115"><font face="Arial" size="2">client</font></td>\r
700     <td width="255"><font face="Arial" size="2">rich edit ctrl</font></td>\r
701   </tr>\r
702   <tr>\r
703     <td width="221"><b><font face="Arial" size="2">CRichEditCommands</font></b></td>\r
704     <td width="115"><font face="Arial" size="2">mi</font></td>\r
705     <td width="255"><font face="Arial" size="2">std rich edit commands support</font></td>\r
706   </tr>\r
707   <tr>\r
708     <td width="221"><b><font face="Arial" size="2">CDragListBox</font></b></td>\r
709     <td width="115"><font face="Arial" size="2">client</font></td>\r
710     <td width="255"><font face="Arial" size="2">drag list box</font></td>\r
711   </tr>\r
712   <tr>\r
713     <td width="221"><b><font face="Arial" size="2">CDragListNotifyImpl</font></b></td>\r
714     <td width="115"><font face="Arial" size="2">impl mi class</font></td>\r
715     <td width="255"><font face="Arial" size="2">support for notifications</font></td>\r
716   </tr>\r
717   <tr>\r
718     <td width="221"><b><font face="Arial" size="2">CReBarCtrl</font></b></td>\r
719     <td width="115"><font face="Arial" size="2">client</font></td>\r
720     <td width="255"><font face="Arial" size="2">rebar ctrl</font></td>\r
721   </tr>\r
722   <tr>\r
723     <td width="221"><b><font face="Arial" size="2">CComboBoxEx</font></b></td>\r
724     <td width="115"><font face="Arial" size="2">client</font></td>\r
725     <td width="255"><font face="Arial" size="2">extended combo box</font></td>\r
726   </tr>\r
727   <tr>\r
728     <td width="221"><b><font face="Arial" size="2">CDateTimePickerCtrl</font></b></td>\r
729     <td width="115"><font face="Arial" size="2">client</font></td>\r
730     <td width="255"><font face="Arial" size="2">date-time ctrl</font></td>\r
731   </tr>\r
732   <tr>\r
733     <td width="221"><b><font face="Arial" size="2">CFlatScrollBarImpl</font></b></td>\r
734     <td width="115"><font face="Arial" size="2">mi impl</font></td>\r
735     <td width="255"><font face="Arial" size="2">flat scroll bars support</font></td>\r
736   </tr>\r
737   <tr>\r
738     <td width="221"><b><font face="Arial" size="2">CFlatScrollBar</font></b></td>\r
739     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
740     <td width="255"><font face="Arial" size="2">flat scroll bars support</font></td>\r
741   </tr>\r
742   <tr>\r
743     <td width="221"><b><font face="Arial" size="2">CIPAddressCtrl</font></b></td>\r
744     <td width="115"><font face="Arial" size="2">client</font></td>\r
745     <td width="255"><font face="Arial" size="2">IP address ctrl</font></td>\r
746   </tr>\r
747   <tr>\r
748     <td width="221"><b><font face="Arial" size="2">CMonthCalendarCtrl</font></b></td>\r
749     <td width="115"><font face="Arial" size="2">client</font></td>\r
750     <td width="255"><font face="Arial" size="2">month calendar ctrl</font></td>\r
751   </tr>\r
752   <tr>\r
753     <td width="221"><b><font face="Arial" size="2">CCustomDraw</font></b></td>\r
754     <td width="115"><font face="Arial" size="2">impl mi class</font></td>\r
755     <td width="255"><font face="Arial" size="2">custom draw handling support</font></td>\r
756   </tr>\r
757   <tr>\r
758     <td colspan="3" width="593"><font face="Arial" size="2"><br>Windows CE controls</font></td>\r
759   </tr>\r
760   <tr>\r
761     <td width="221"><b><font face="Arial" size="2">CCECommandBarCtrl</font></b></td>\r
762     <td width="115"><font face="Arial" size="2">client</font></td>\r
763     <td width="255"><font face="Arial" size="2">command bar ctrl</font></td>\r
764   </tr>\r
765   <tr>\r
766     <td width="221"><b><font face="Arial" size="2">CCECommandBandsCtrl</font></b></td>\r
767     <td width="115"><font face="Arial" size="2">client</font></td>\r
768     <td width="255"><font face="Arial" size="2">command bands ctrl</font></td>\r
769   </tr>\r
770   <tr>\r
771     <td colspan="3" width="593"><font face="Arial" size="2"><br>Property sheet &amp; page</font></td>\r
772   </tr>\r
773   <tr>\r
774     <td width="221"><b><font face="Arial" size="2">CPropertySheetWindow</font></b></td>\r
775     <td width="115"><font face="Arial" size="2">client</font></td>\r
776     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
777   </tr>\r
778   <tr>\r
779     <td width="221"><b><font face="Arial" size="2">CPropertySheetImpl</font></b></td>\r
780     <td width="115"><font face="Arial" size="2">impl</font></td>\r
781     <td width="255"><font face="Arial" size="2">property sheet </font></td>\r
782   </tr>\r
783   <tr>\r
784     <td width="221"><b><font face="Arial" size="2">CPropertySheet</font></b></td>\r
785     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
786     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
787   </tr>\r
788   <tr>\r
789     <td width="221"><b><font face="Arial" size="2">CPropertyPageWindow</font></b></td>\r
790     <td width="115"><font face="Arial" size="2">client</font></td>\r
791     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
792   </tr>\r
793   <tr>\r
794     <td width="221"><b><font face="Arial" size="2">CPropertyPageImpl</font></b></td>\r
795     <td width="115"><font face="Arial" size="2">impl</font></td>\r
796     <td width="255"><font face="Arial" size="2">property page</font></td>\r
797   </tr>\r
798   <tr>\r
799     <td width="221"><b><font face="Arial" size="2">CPropertyPage</font></b></td>\r
800     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
801     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
802   </tr>\r
803   <tr>\r
804     <td width="221"><b><font face="Arial" size="2">CAxPropertyPageImpl</font></b></td>\r
805     <td width="115"><font face="Arial" size="2">impl</font></td>\r
806     <td width="255"><font face="Arial" size="2">property page with ActiveX</font></td>\r
807   </tr>\r
808   <tr>\r
809     <td width="221"><b><font face="Arial" size="2">CAxPropertyPage</font></b></td>\r
810     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
811     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
812   </tr>\r
813         <tr>\r
814     <td width="221"><b><font face="Arial" size="2">CWizard97SheetWindow</font></b></td>\r
815     <td width="115"><font face="Arial" size="2">client</font></td>\r
816     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
817   </tr>\r
818         <tr>\r
819     <td width="221"><b><font face="Arial" size="2">CWizard97SheetImpl</font></b></td>\r
820     <td width="115"><font face="Arial" size="2">impl</font></td>\r
821     <td width="255"><font face="Arial" size="2">Wizard97 property sheet</font></td>\r
822   </tr>\r
823         <tr>\r
824     <td width="221"><b><font face="Arial" size="2">CWizard97Sheet</font></b></td>\r
825     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
826     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
827   </tr>\r
828         <tr>\r
829     <td width="221"><b><font face="Arial" size="2">CWizard97PageWindow</font></b></td>\r
830     <td width="115"><font face="Arial" size="2">client</font></td>\r
831     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
832   </tr>\r
833         <tr>\r
834     <td width="221"><b><font face="Arial" size="2">CWizard97PageImpl</font></b></td>\r
835     <td width="115"><font face="Arial" size="2">impl</font></td>\r
836     <td width="255"><font face="Arial" size="2">Wizard97 property page</font></td>\r
837   </tr>\r
838         <tr>\r
839     <td width="221"><b><font face="Arial" size="2">CWizard97ExteriorPageImpl</font></b></td>\r
840     <td width="115"><font face="Arial" size="2">impl</font></td>\r
841     <td width="255"><font face="Arial" size="2">Wizard97 exterior page</font></td>\r
842   </tr>\r
843         <tr>\r
844     <td width="221"><b><font face="Arial" size="2">CWizard97InteriorPageImpl</font></b></td>\r
845     <td width="115"><font face="Arial" size="2">impl</font></td>\r
846     <td width="255"><font face="Arial" size="2">Wizard97 interior page</font></td>\r
847   </tr>\r
848         <tr>\r
849     <td width="221"><b><font face="Arial" size="2">CAeroWizardFrameWindow</font></b></td>\r
850     <td width="115"><font face="Arial" size="2">client</font></td>\r
851     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
852   </tr>\r
853         <tr>\r
854     <td width="221"><b><font face="Arial" size="2">CAeroWizardFrameImpl</font></b></td>\r
855     <td width="115"><font face="Arial" size="2">impl</font></td>\r
856     <td width="255"><font face="Arial" size="2">Aero Wizard frame</font></td>\r
857   </tr>\r
858         <tr>\r
859     <td width="221"><b><font face="Arial" size="2">CAeroWizardFrame</font></b></td>\r
860     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
861     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
862   </tr>\r
863         <tr>\r
864     <td width="221"><b><font face="Arial" size="2">CAeroWizardPageWindow</font></b></td>\r
865     <td width="115"><font face="Arial" size="2">client</font></td>\r
866     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
867   </tr>\r
868         <tr>\r
869     <td width="221"><b><font face="Arial" size="2">CAeroWizardPageImpl</font></b></td>\r
870     <td width="115"><font face="Arial" size="2">impl</font></td>\r
871     <td width="255"><font face="Arial" size="2">Aero Wizard page</font></td>\r
872   </tr>\r
873         <tr>\r
874     <td width="221"><b><font face="Arial" size="2">CAeroWizardPage</font></b></td>\r
875     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
876     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
877   </tr>\r
878         <tr>\r
879     <td width="221"><b><font face="Arial" size="2">CAeroWizardAxPageImpl</font></b></td>\r
880     <td width="115"><font face="Arial" size="2">impl</font></td>\r
881     <td width="255"><font face="Arial" size="2">Aero Wizard page with ActiveX</font></td>\r
882   </tr>\r
883         <tr>\r
884     <td width="221"><b><font face="Arial" size="2">CAeroWizardAxPage</font></b></td>\r
885     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
886     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
887   </tr>\r
888   <tr>\r
889     <td colspan="3" width="593"><font face="Arial" size="2"><br>Common dialogs</font></td>\r
890   </tr>\r
891   <tr>\r
892     <td width="221"><b><font face="Arial" size="2">CFileDialogImpl</font></b></td>\r
893     <td width="115"><font face="Arial" size="2">impl</font></td>\r
894     <td width="255"><font face="Arial" size="2">GetOpenFileName/GetSaveFileName</font></td>\r
895   </tr>\r
896         <tr>\r
897     <td width="221"><b><font face="Arial" size="2">CFileDialog</font></b></td>\r
898     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
899     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
900   </tr>\r
901   <tr>\r
902     <td width="221"><b><font face="Arial" size="2">CMultiFileDialogImpl</font></b></td>\r
903     <td width="115"><font face="Arial" size="2">impl</font></td>\r
904     <td width="255"><font face="Arial" size="2">Multi-select GetOpenFileName</font></td>\r
905   </tr>\r
906   <tr>\r
907     <td width="221"><b><font face="Arial" size="2">CMultiFileDialog</font></b></td>\r
908     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
909     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
910   </tr>\r
911         <tr>\r
912     <td width="221"><b><font face="Arial" size="2">CShellFileDialogImpl</font></b></td>\r
913     <td width="115"><font face="Arial" size="2">base</font></td>\r
914     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
915   </tr>\r
916         <tr>\r
917     <td width="221"><b><font face="Arial" size="2">CShellFileOpenDialogImpl</font></b></td>\r
918     <td width="115"><font face="Arial" size="2">impl</font></td>\r
919     <td width="255"><font face="Arial" size="2">Shell File Open dialog</font></td>\r
920   </tr>\r
921         <tr>\r
922     <td width="221"><b><font face="Arial" size="2">CShellFileOpenDialog</font></b></td>\r
923     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
924     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
925   </tr>\r
926         <tr>\r
927     <td width="221"><b><font face="Arial" size="2">CShellFileSaveDialogImpl</font></b></td>\r
928     <td width="115"><font face="Arial" size="2">impl</font></td>\r
929     <td width="255"><font face="Arial" size="2">Shell File Save dialog</font></td>\r
930   </tr>\r
931   <tr>\r
932     <td width="221"><b><font face="Arial" size="2">CShellFileSaveDialog</font></b></td>\r
933     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
934     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
935   </tr>\r
936   <tr>\r
937     <td width="221"><b><font face="Arial" size="2">CFolderDialogImpl</font></b></td>\r
938     <td width="115"><font face="Arial" size="2">impl</font></td>\r
939     <td width="255"><font face="Arial" size="2">directory picker</font></td>\r
940   </tr>\r
941   <tr>\r
942     <td width="221"><b><font face="Arial" size="2">CFolderDialog</font></b></td>\r
943     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
944     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
945   </tr>\r
946   <tr>\r
947     <td width="221"><b><font face="Arial" size="2">CFontDialogImpl</font></b></td>\r
948     <td width="115"><font face="Arial" size="2">impl</font></td>\r
949     <td width="255"><font face="Arial" size="2">ChooseFont common dialog</font></td>\r
950   </tr>\r
951   <tr>\r
952     <td width="221"><b><font face="Arial" size="2">CFontDialog</font></b></td>\r
953     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
954     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
955   </tr>\r
956   <tr>\r
957     <td width="221"><b><font face="Arial" size="2">CRichEditFontDialogImpl</font></b></td>\r
958     <td width="115"><font face="Arial" size="2">impl</font></td>\r
959     <td width="255"><font face="Arial" size="2">ChooseFont for rich edit</font></td>\r
960   </tr>\r
961   <tr>\r
962     <td width="221"><b><font face="Arial" size="2">CRichEditFontDialog</font></b></td>\r
963     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
964     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
965   </tr>\r
966   <tr>\r
967     <td width="221"><b><font face="Arial" size="2">CColorDialogImpl</font></b></td>\r
968     <td width="115"><font face="Arial" size="2">impl</font></td>\r
969     <td width="255"><font face="Arial" size="2">ChooseColor common dialog</font></td>\r
970   </tr>\r
971   <tr>\r
972     <td width="221"><b><font face="Arial" size="2">CColorDialog</font></b></td>\r
973     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
974     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
975   </tr>\r
976   <tr>\r
977     <td width="221"><b><font face="Arial" size="2">CPrintDialogImpl</font></b></td>\r
978     <td width="115"><font face="Arial" size="2">impl</font></td>\r
979     <td width="255"><font face="Arial" size="2">PrintDlg common dialog</font></td>\r
980   </tr>\r
981   <tr>\r
982     <td width="221"><b><font face="Arial" size="2">CPrintDialog</font></b></td>\r
983     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
984     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
985   </tr>\r
986   <tr>\r
987     <td width="221"><b><font face="Arial" size="2">CPrintDialogExImpl</font></b></td>\r
988     <td width="115"><font face="Arial" size="2">impl</font></td>\r
989     <td width="255"><font face="Arial" size="2">new Win2000 print dialog</font></td>\r
990   </tr>\r
991   <tr>\r
992     <td width="221"><b><font face="Arial" size="2">CPrintDialogEx</font></b></td>\r
993     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
994     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
995   </tr>\r
996   <tr>\r
997     <td width="221"><b><font face="Arial" size="2">CPageSetupDialogImpl</font></b></td>\r
998     <td width="115"><font face="Arial" size="2">impl</font></td>\r
999     <td width="255"><font face="Arial" size="2">PageSetupDlg common dialog</font></td>\r
1000   </tr>\r
1001   <tr>\r
1002     <td width="221"><b><font face="Arial" size="2">CPageSetupDialog</font></b></td>\r
1003     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1004     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1005   </tr>\r
1006   <tr>\r
1007     <td width="221"><b><font face="Arial" size="2">CFindReplaceDialogImpl</font></b></td>\r
1008     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1009     <td width="255"><font face="Arial" size="2">FindText/ReplaceText</font></td>\r
1010   </tr>\r
1011   <tr>\r
1012     <td width="221"><b><font face="Arial" size="2">CFindReplaceDialog</font></b></td>\r
1013     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1014     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1015   </tr>\r
1016   <tr>\r
1017     <td colspan="3" width="593"><font face="Arial" size="2"><br>User support</font></td>\r
1018   </tr>\r
1019   <tr>\r
1020     <td width="221"><b><font face="Arial" size="2">CMenu</font></b></td>\r
1021     <td width="115"><font face="Arial" size="2">client</font></td>\r
1022     <td width="255"><font face="Arial" size="2">menu support</font></td>\r
1023   </tr>\r
1024         <tr>\r
1025     <td width="221"><b><font face="Arial" size="2">CMenuItemInfo</font></b></td>\r
1026     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1027     <td width="255"><font face="Arial" size="2">MENUITEMINFO wrapper</font></td>\r
1028   </tr>\r
1029         <tr>\r
1030     <td width="221"><b><font face="Arial" size="2">CAccelerator</font></b></td>\r
1031     <td width="115"><font face="Arial" size="2">client</font></td>\r
1032     <td width="255"><font face="Arial" size="2">accelerator table</font></td>\r
1033   </tr>\r
1034         <tr>\r
1035     <td width="221"><b><font face="Arial" size="2">CIcon</font></b></td>\r
1036     <td width="115"><font face="Arial" size="2">client</font></td>\r
1037     <td width="255"><font face="Arial" size="2">icon object</font></td>\r
1038   </tr>\r
1039         <tr>\r
1040     <td width="221"><b><font face="Arial" size="2">CCursor</font></b></td>\r
1041     <td width="115"><font face="Arial" size="2">client</font></td>\r
1042     <td width="255"><font face="Arial" size="2">cursor object</font></td>\r
1043   </tr>\r
1044         <tr>\r
1045     <td width="221"><b><font face="Arial" size="2">CResource</font></b></td>\r
1046     <td width="115"><font face="Arial" size="2">client</font></td>\r
1047     <td width="255"><font face="Arial" size="2">generic resource object</font></td>\r
1048   </tr>\r
1049   <tr>\r
1050     <td colspan="3" width="593"><font face="Arial" size="2"><br>GDI support</font></td>\r
1051   </tr>\r
1052   <tr>\r
1053     <td width="221"><b><font face="Arial" size="2">CDC</font></b></td>\r
1054     <td width="115"><font face="Arial" size="2">client</font></td>\r
1055     <td width="255"><font face="Arial" size="2">DC support</font></td>\r
1056   </tr>\r
1057   <tr>\r
1058     <td width="221"><b><font face="Arial" size="2">CPaintDC</font></b></td>\r
1059     <td width="115"><font face="Arial" size="2">client</font></td>\r
1060     <td width="255"><font face="Arial" size="2">for handling WM_PAINT</font></td>\r
1061   </tr>\r
1062   <tr>\r
1063     <td width="221"><b><font face="Arial" size="2">CClientDC</font></b></td>\r
1064     <td width="115"><font face="Arial" size="2">client</font></td>\r
1065     <td width="255"><font face="Arial" size="2">for GetDC</font></td>\r
1066   </tr>\r
1067   <tr>\r
1068     <td width="221"><b><font face="Arial" size="2">CWindowDC</font></b></td>\r
1069     <td width="115"><font face="Arial" size="2">client</font></td>\r
1070     <td width="255"><font face="Arial" size="2">for GetWindowDC</font></td>\r
1071   </tr>\r
1072   <tr>\r
1073     <td width="221"><b><font face="Arial" size="2">CMemoryDC</font></b></td>\r
1074     <td width="115"><font face="Arial" size="2">client</font></td>\r
1075     <td width="255"><font face="Arial" size="2">in-memory DC</font></td>\r
1076   </tr>\r
1077   <tr>\r
1078     <td width="221"><b><font face="Arial" size="2">CPen</font></b></td>\r
1079     <td width="115"><font face="Arial" size="2">client</font></td>\r
1080     <td width="255"><font face="Arial" size="2">GDI pen object</font></td>\r
1081   </tr>\r
1082   <tr>\r
1083     <td width="221"><b><font face="Arial" size="2">CBrush</font></b></td>\r
1084     <td width="115"><font face="Arial" size="2">client</font></td>\r
1085     <td width="255"><font face="Arial" size="2">GDI brush object</font></td>\r
1086   </tr>\r
1087   <tr>\r
1088     <td width="221"><b><font face="Arial" size="2">CLogFont</font></b></td>\r
1089     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1090     <td width="255"><font face="Arial" size="2">LOGFONT wrapper</font></td>\r
1091   </tr>\r
1092   <tr>\r
1093     <td width="221"><b><font face="Arial" size="2">CFont</font></b></td>\r
1094     <td width="115"><font face="Arial" size="2">client</font></td>\r
1095     <td width="255"><font face="Arial" size="2">GDI font object</font></td>\r
1096   </tr>\r
1097   <tr>\r
1098     <td width="221"><b><font face="Arial" size="2">CBitmap</font></b></td>\r
1099     <td width="115"><font face="Arial" size="2">client</font></td>\r
1100     <td width="255"><font face="Arial" size="2">GDI bitmap object</font></td>\r
1101   </tr>\r
1102   <tr>\r
1103     <td width="221"><b><font face="Arial" size="2">CPalette</font></b></td>\r
1104     <td width="115"><font face="Arial" size="2">client</font></td>\r
1105     <td width="255"><font face="Arial" size="2">GDI palette object</font></td>\r
1106   </tr>\r
1107   <tr>\r
1108     <td width="221"><b><font face="Arial" size="2">CRgn</font></b></td>\r
1109     <td width="115"><font face="Arial" size="2">client</font></td>\r
1110     <td width="255"><font face="Arial" size="2">GDI region object</font></td>\r
1111   </tr>\r
1112   <tr>\r
1113     <td colspan="3" width="593"><font face="Arial" size="2"><br>Enhanced controls</font></td>\r
1114   </tr>\r
1115   <tr>\r
1116     <td width="221"><b><font face="Arial" size="2">CCommandBarCtrlImpl</font></b></td>\r
1117     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1118     <td width="255"><font face="Arial" size="2">command bar</font></td>\r
1119   </tr>\r
1120   <tr>\r
1121     <td width="221"><b><font face="Arial" size="2">CCommandBarCtrl</font></b></td>\r
1122     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1123     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1124   </tr>\r
1125   <tr>\r
1126     <td width="221"><b><font face="Arial" size="2">CBitmapButtonImpl</font></b></td>\r
1127     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1128     <td width="255"><font face="Arial" size="2">bitmap button</font></td>\r
1129   </tr>\r
1130   <tr>\r
1131     <td width="221"><b><font face="Arial" size="2">CBitmapButton</font></b></td>\r
1132     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1133     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1134   </tr>\r
1135   <tr>\r
1136     <td width="221"><b><font face="Arial" size="2">CCheckListViewCtrlImpl</font></b></td>\r
1137     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1138     <td width="255"><font face="Arial" size="2">check list box</font></td>\r
1139   </tr>\r
1140   <tr>\r
1141     <td width="221"><b><font face="Arial" size="2">CCheckListViewCtrl</font></b></td>\r
1142     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1143     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1144   </tr>\r
1145   <tr>\r
1146     <td width="221"><b><font face="Arial" size="2">CHyperLinkImpl</font></b></td>\r
1147     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1148     <td width="255"><font face="Arial" size="2">hyper link control</font></td>\r
1149   </tr>\r
1150   <tr>\r
1151     <td width="221"><b><font face="Arial" size="2">CHyperLink</font></b></td>\r
1152     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1153     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1154   </tr>\r
1155   <tr>\r
1156     <td width="221"><b><font face="Arial" size="2">CWaitCursor</font></b></td>\r
1157     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1158     <td width="255"><font face="Arial" size="2">wait cursor</font></td>\r
1159   </tr>\r
1160   <tr>\r
1161     <td width="221"><b><font face="Arial" size="2">CCustomWaitCursor</font></b></td>\r
1162     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1163     <td width="255"><font face="Arial" size="2">custom and animated wait cursor</font></td>\r
1164   </tr>\r
1165   <tr>\r
1166     <td width="221"><b><font face="Arial" size="2">CMultiPaneStatusBarCtrlImpl</font></b></td>\r
1167     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1168     <td width="255"><font face="Arial" size="2">status bar with multiple panes</font></td>\r
1169   </tr>\r
1170   <tr>\r
1171     <td width="221"><b><font face="Arial" size="2">CMultiPaneStatusBarCtrl</font></b></td>\r
1172     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1173     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1174   </tr>\r
1175   <tr>\r
1176     <td width="221"><b><font face="Arial" size="2">CPaneContainerImpl</font></b></td>\r
1177     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1178     <td width="255"><font face="Arial" size="2">pane window container</font></td>\r
1179   </tr>\r
1180   <tr>\r
1181     <td width="221"><b><font face="Arial" size="2">CPaneContainer</font></b></td>\r
1182     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1183     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1184   </tr>\r
1185         <tr>\r
1186     <td width="221"><b><font face="Arial" size="2">CSortListViewImpl</font></b></td>\r
1187     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1188     <td width="255"><font face="Arial" size="2">sorting list view control</font></td>\r
1189   </tr>\r
1190         <tr>\r
1191     <td width="221"><b><font face="Arial" size="2">CSortListViewCtrlImpl</font></b></td>\r
1192     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1193     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1194   </tr>\r
1195         <tr>\r
1196     <td width="221"><b><font face="Arial" size="2">CSortListViewCtrl</font></b></td>\r
1197     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1198     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1199   </tr>\r
1200         <tr>\r
1201     <td width="221"><b><font face="Arial" size="2">CTabViewImpl;</font></b></td>\r
1202     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1203     <td width="255"><font face="Arial" size="2">tab view window</font></td>\r
1204   </tr>\r
1205   <tr>\r
1206     <td width="221"><b><font face="Arial" size="2">CTabView</font></b></td>\r
1207     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1208     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1209   </tr>\r
1210   <tr>\r
1211     <td colspan="3" width="593"><font face="Arial" size="2"><br>Scrolling window support</font></td>\r
1212   </tr>\r
1213   <tr>\r
1214     <td width="221"><b><font face="Arial" size="2">CScrollImpl</font></b></td>\r
1215     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1216     <td width="255"><font face="Arial" size="2">scrolling support</font></td>\r
1217   </tr>\r
1218   <tr>\r
1219     <td width="221"><b><font face="Arial" size="2">CScrollWindowImpl</font></b></td>\r
1220     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1221     <td width="255"><font face="Arial" size="2">scrollable window</font></td>\r
1222   </tr>\r
1223   <tr>\r
1224     <td width="221"><b><font face="Arial" size="2">CMapScrollImpl</font></b></td>\r
1225     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1226     <td width="255"><font face="Arial" size="2">scrolling support with map modes</font></td>\r
1227   </tr>\r
1228   <tr>\r
1229     <td width="221"><b><font face="Arial" size="2">CMapScrollWindowImpl</font></b></td>\r
1230     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1231     <td width="255"><font face="Arial" size="2">scrollable window with map modes</font></td>\r
1232   </tr>\r
1233   <tr>\r
1234     <td width="221"><b><font face="Arial" size="2">CZoomScrollImpl</font></b></td>\r
1235     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1236     <td width="255"><font face="Arial" size="2">zooming support</font></td>\r
1237   </tr>\r
1238         <tr>\r
1239     <td width="221"><b><font face="Arial" size="2">CZoomScrollWindowImpl</font></b></td>\r
1240     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1241     <td width="255"><font face="Arial" size="2">zooming window</font></td>\r
1242   </tr>\r
1243   <tr>\r
1244     <td width="221"><b><font face="Arial" size="2">CScrollContainerImpl</font></b></td>\r
1245     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1246     <td width="255"><font face="Arial" size="2">scroll container window</font></td>\r
1247   </tr>\r
1248         <tr>\r
1249     <td width="221"><b><font face="Arial" size="2">CScrollContainer</font></b></td>\r
1250     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1251     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1252   </tr>\r
1253   <tr>\r
1254     <td colspan="3" width="593"><font face="Arial" size="2"><br>Splitter window support</font></td>\r
1255   </tr>\r
1256   <tr>\r
1257     <td width="221"><b><font face="Arial" size="2">CSplitterImpl</font></b></td>\r
1258     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1259     <td width="255"><font face="Arial" size="2">splitter support</font></td>\r
1260   </tr>\r
1261   <tr>\r
1262     <td width="221"><b><font face="Arial" size="2">CSplitterWindowImpl</font></b></td>\r
1263     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1264     <td width="255"><font face="Arial" size="2">splitter window</font></td>\r
1265   </tr>\r
1266   <tr>\r
1267     <td width="221"><b><font face="Arial" size="2">CSplitterWindow</font></b></td>\r
1268     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1269     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1270   </tr>\r
1271   <tr>\r
1272     <td colspan="3" width="593"><font face="Arial" size="2"><br>Theming support</font></td>\r
1273   </tr>\r
1274   <tr>\r
1275     <td width="221"><b><font face="Arial" size="2">CTheme</font></b></td>\r
1276     <td width="115"><font face="Arial" size="2">client</font></td>\r
1277     <td width="255"><font face="Arial" size="2">Windows XP theme</font></td>\r
1278   </tr>\r
1279   <tr>\r
1280     <td width="221"><b><font face="Arial" size="2">CThemeImpl</font></b></td>\r
1281     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1282     <td width="255"><font face="Arial" size="2">theming support for a window</font></td>\r
1283   </tr>\r
1284   <tr>\r
1285     <td colspan="3" width="593"><font face="Arial" size="2"><br>Buffered paint and animation support</font></td>\r
1286   </tr>\r
1287         <tr>\r
1288     <td width="221"><b><font face="Arial" size="2">CBufferedPaint</font></b></td>\r
1289     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1290     <td width="255"><font face="Arial" size="2">buffered paint</font></td>\r
1291   </tr>\r
1292         <tr>\r
1293     <td width="221"><b><font face="Arial" size="2">CBufferedPaintImpl</font></b></td>\r
1294     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1295     <td width="255"><font face="Arial" size="2">buffered paint support</font></td>\r
1296   </tr>\r
1297         <tr>\r
1298     <td width="221"><b><font face="Arial" size="2">CBufferedPaintWindowImpl</font></b></td>\r
1299     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1300     <td width="255"><font face="Arial" size="2">window with buffered paint</font></td>\r
1301   </tr>\r
1302         <tr>\r
1303     <td width="221"><b><font face="Arial" size="2">CBufferedAnimation</font></b></td>\r
1304     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1305     <td width="255" class="style2">b<font size="2">uffered animation</font></td>\r
1306   </tr>\r
1307         <tr>\r
1308     <td width="221"><b><font face="Arial" size="2">CBufferedAnimationImpl</font></b></td>\r
1309     <td width="115"><font face="Arial" size="2">impl mi</font></td>\r
1310     <td width="255"><font face="Arial" size="2">buffered animation support</font></td>\r
1311   </tr>\r
1312         <tr>\r
1313     <td width="221"><b><font face="Arial" size="2">CBufferedAnimationWindowImpl</font></b></td>\r
1314     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1315     <td width="255"><font face="Arial" size="2">window with buffered animation</font></td>\r
1316   </tr>\r
1317   <tr>\r
1318     <td colspan="3" width="593"><font face="Arial" size="2"><br>Edit and RichEdit Find/Replace support</font></td>\r
1319   </tr>\r
1320         <tr>\r
1321     <td width="221"><b><font face="Arial" size="2">CEditFindReplaceImplBase</font></b></td>\r
1322     <td width="115"><font face="Arial" size="2">base</font></td>\r
1323     <td width="255" class="style2">&nbsp;</td>\r
1324   </tr>\r
1325         <tr>\r
1326     <td width="221"><b><font face="Arial" size="2">CEditFindReplaceImpl</font></b></td>\r
1327     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1328     <td width="255"><font face="Arial" size="2">Edit Find/Replace support</font></td>\r
1329   </tr>\r
1330         <tr>\r
1331     <td width="221"><b><font face="Arial" size="2">CRichEditFindReplaceImpl</font></b></td>\r
1332     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1333     <td width="255" class="style2"><font face="Arial" size="2">RichEdit Find/Replace support</font></td>\r
1334   </tr>\r
1335   <tr>\r
1336     <td colspan="3" width="593"><font face="Arial" size="2"><br>Printing support</font></td>\r
1337   </tr>\r
1338   <tr>\r
1339     <td width="221"><b><font face="Arial" size="2">CPrinterInfo</font></b></td>\r
1340     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1341     <td width="255"><font face="Arial" size="2">print info support</font></td>\r
1342   </tr>\r
1343   <tr>\r
1344     <td width="221"><b><font face="Arial" size="2">CPrinter</font></b></td>\r
1345     <td width="115"><font face="Arial" size="2">client</font></td>\r
1346     <td width="255"><font face="Arial" size="2">printer handle wrapper</font></td>\r
1347   </tr>\r
1348   <tr>\r
1349     <td width="221"><b><font face="Arial" size="2">CDevMode</font></b></td>\r
1350     <td width="115"><font face="Arial" size="2">client</font></td>\r
1351     <td width="255"><font face="Arial" size="2">DEVMODE wrapper</font></td>\r
1352   </tr>\r
1353   <tr>\r
1354     <td width="221"><b><font face="Arial" size="2">CPrinterDC</font></b></td>\r
1355     <td width="115"><font face="Arial" size="2">client</font></td>\r
1356     <td width="255"><font face="Arial" size="2">printing DC support</font></td>\r
1357   </tr>\r
1358   <tr>\r
1359     <td width="221"><b><font face="Arial" size="2">CPrintJobInfo</font></b></td>\r
1360     <td width="115"><font face="Arial" size="2">client</font></td>\r
1361     <td width="255"><font face="Arial" size="2">print job info</font></td>\r
1362   </tr>\r
1363   <tr>\r
1364     <td width="221"><b><font face="Arial" size="2">CPrintJob</font></b></td>\r
1365     <td width="115"><font face="Arial" size="2">client</font></td>\r
1366     <td width="255"><font face="Arial" size="2">print job support</font></td>\r
1367   </tr>\r
1368   <tr>\r
1369     <td width="221"><b><font face="Arial" size="2">CPrintPreview</font></b></td>\r
1370     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1371     <td width="255"><font face="Arial" size="2">print preview support</font></td>\r
1372   </tr>\r
1373   <tr>\r
1374     <td width="221"><b><font face="Arial" size="2">CPrintPreviewWindowImpl</font></b></td>\r
1375     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1376     <td width="255"><font face="Arial" size="2">print preview window</font></td>\r
1377   </tr>\r
1378         <tr>\r
1379     <td width="221"><b><font face="Arial" size="2">CPrintPreviewWindow</font></b></td>\r
1380     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1381     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1382   </tr>\r
1383         <tr>\r
1384     <td width="221"><b><font face="Arial" size="2">CZoomPrintPreviewWindowImpl</font></b></td>\r
1385     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1386     <td width="255"><font face="Arial" size="2">zooming print preview window</font></td>\r
1387   </tr>\r
1388   <tr>\r
1389     <td width="221"><b><font face="Arial" size="2">CZoomPrintPreviewWindow</font></b></td>\r
1390     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1391     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1392   </tr>\r
1393   <tr>\r
1394     <td colspan="3" width="593"><font face="Arial" size="2"><br>Miscellaneous</font></td>\r
1395   </tr>\r
1396         <tr>\r
1397     <td width="221"><b><font face="Arial" size="2">CSize</font></b></td>\r
1398     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1399     <td width="255"><font face="Arial" size="2">WTL port of MFC's CSize</font></td>\r
1400   </tr>\r
1401         <tr>\r
1402     <td width="221"><b><font face="Arial" size="2">CPoint</font></b></td>\r
1403     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1404     <td width="255"><font face="Arial" size="2">WTL port of MFC's CPoint</font></td>\r
1405   </tr>\r
1406         <tr>\r
1407     <td width="221"><b><font face="Arial" size="2">CRect</font></b></td>\r
1408     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1409     <td width="255"><font face="Arial" size="2">WTL port of MFC's CRect</font></td>\r
1410   </tr>\r
1411         <tr>\r
1412     <td width="221"><b><font face="Arial" size="2">CString</font></b></td>\r
1413     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1414     <td width="255"><font face="Arial" size="2">WTL port of MFC's CString</font></td>\r
1415   </tr>\r
1416         <tr>\r
1417     <td width="221"><b><font face="Arial" size="2">CWinDataExchange</font></b></td>\r
1418     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1419     <td width="255"><font face="Arial" size="2">data exchange for controls</font></td>\r
1420   </tr>\r
1421         <tr>\r
1422     <td width="221"><b><font face="Arial" size="2">CRecentDocumentList</font></b></td>\r
1423     <td width="115"><font face="Arial" size="2">mi or as-is</font></td>\r
1424     <td width="255"><font face="Arial" size="2">support for MRU list</font></td>\r
1425   </tr>\r
1426         <tr>\r
1427     <td width="221"><b><font face="Arial" size="2">CFindFile</font></b></td>\r
1428     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1429     <td width="255"><font face="Arial" size="2">file search support</font></td>\r
1430   </tr>\r
1431   <tr>\r
1432     <td colspan="3" width="593"><font face="Arial" size="2"><br>In-memory dialog</font></td>\r
1433   </tr>\r
1434         <tr>\r
1435     <td width="221"><b><font face="Arial" size="2">CMemDlgTemplate</font></b></td>\r
1436     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1437     <td width="255"><font face="Arial" size="2">In-memory dialog template</font></td>\r
1438   </tr>\r
1439         <tr>\r
1440     <td width="221"><b><font face="Arial" size="2">CIndirectDialogImpl</font></b></td>\r
1441     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1442     <td width="255"><font face="Arial" size="2">In-memory dialog class</font></td>\r
1443   </tr>\r
1444   <tr>\r
1445     <td colspan="3" width="593"><font face="Arial" size="2"><br>Task dialog</font></td>\r
1446   </tr>\r
1447         <tr>\r
1448     <td width="221"><b><font face="Arial" size="2">CTaskDialogImpl</font></b></td>\r
1449     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1450     <td width="255"><font face="Arial" size="2">Task Dialog in Vista</font></td>\r
1451   </tr>\r
1452         <tr>\r
1453     <td width="221"><b><font face="Arial" size="2">CTaskDialog</font></b></td>\r
1454     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1455     <td width="255"><font face="Arial" size="2">&nbsp;</font></td>\r
1456   </tr>\r
1457   <tr>\r
1458     <td colspan="3" width="593"><font face="Arial" size="2"><br>Windows CE support</font></td>\r
1459   </tr>\r
1460   <tr>\r
1461     <td width="221"><b><font face="Arial" size="2">CStdDialogBase</font></b></td>\r
1462     <td width="115"><font face="Arial" size="2">base</font></td>\r
1463     <td width="255"><font face="Arial" size="2">standard dialog base class</font></td>\r
1464   </tr>\r
1465         <tr>\r
1466     <td width="221"><b><font face="Arial" size="2">CStdDialogImpl</font></b></td>\r
1467     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1468     <td width="255"><font face="Arial" size="2">standard dialog implementation</font></td>\r
1469   </tr>\r
1470         <tr>\r
1471     <td width="221"><b><font face="Arial" size="2">CStdSimpleDialog</font></b></td>\r
1472     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1473     <td width="255"><font face="Arial" size="2">standard simple dialog</font></td>\r
1474   </tr>\r
1475         <tr>\r
1476     <td width="221"><b><font face="Arial" size="2">CStdDialogResizeBase</font></b></td>\r
1477     <td width="115"><font face="Arial" size="2">base</font></td>\r
1478     <td width="255"><font face="Arial" size="2">orientation aware standard dialog base class</font></td>\r
1479   </tr>\r
1480         <tr>\r
1481     <td width="221"><b><font face="Arial" size="2">CStdDialogResizeImpl</font></b></td>\r
1482     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1483     <td width="255"><font face="Arial" size="2">orientation aware standard dialog implementation</font></td>\r
1484   </tr>\r
1485         <tr>\r
1486     <td width="221"><b><font face="Arial" size="2">CStdSimpleDialogResizeImpl</font></b></td>\r
1487     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1488     <td width="255"><font face="Arial" size="2">standard resizing simple dialog implementation</font></td>\r
1489   </tr>\r
1490         <tr>\r
1491     <td width="221"><b><font face="Arial" size="2">CStdOrientedDialogBase</font></b></td>\r
1492     <td width="115"><font face="Arial" size="2">base</font></td>\r
1493     <td width="255"><font face="Arial" size="2">oriented dialog base class</font></td>\r
1494   </tr>\r
1495         <tr>\r
1496     <td width="221"><b><font face="Arial" size="2">CStdOrientedDialogImpl</font></b></td>\r
1497     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1498     <td width="255"><font face="Arial" size="2">oriented dialog implementation</font></td>\r
1499   </tr>\r
1500         <tr>\r
1501     <td width="221"><b><font face="Arial" size="2">CStdSimpleOrientedDialog</font></b></td>\r
1502     <td width="115"><font face="Arial" size="2">as-is</font></td>\r
1503     <td width="255"><font face="Arial" size="2">standard simple oriented dialog</font></td>\r
1504   </tr>\r
1505         <tr>\r
1506     <td width="221"><b><font face="Arial" size="2">CAppInfoBase</font></b></td>\r
1507     <td width="115"><font face="Arial" size="2">base</font></td>\r
1508     <td width="255"><font face="Arial" size="2">application state save/restore to registry</font></td>\r
1509   </tr>\r
1510         <tr>\r
1511     <td width="221"><b><font face="Arial" size="2">CAppInfoT</font></b></td>\r
1512     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1513     <td width="255"><font face="Arial" size="2">CAppInfoBase constructed from a CAppWindow&lt;T&gt;</font></td>\r
1514   </tr>\r
1515         <tr>\r
1516     <td width="221"><b><font face="Arial" size="2">CAppWindow&lt;&gt;</font></b></td>\r
1517     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1518     <td width="255"><font face="Arial" size="2">PPC/SmartPhone well-behaved application window class</font></td>\r
1519   </tr>\r
1520         <tr>\r
1521     <td width="221"><b><font face="Arial" size="2">CAppDialog</font></b></td>\r
1522     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1523     <td width="255"><font face="Arial" size="2">PPC/SmartPhone well-behaved application non-modal dialog class</font></td>\r
1524   </tr>\r
1525         <tr>\r
1526     <td width="221"><b><font face="Arial" size="2">CAppStdDialogImpl</font></b></td>\r
1527     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1528     <td width="255"><font face="Arial" size="2">PPC/SmartPhone implementation of non-modal standard dialog application</font></td>\r
1529   </tr>\r
1530         <tr>\r
1531     <td width="221"><b><font face="Arial" size="2">CFullScreenFrame</font></b></td>\r
1532     <td width="115"><font face="Arial" size="2">impl</font></td>\r
1533     <td width="255"><font face="Arial" size="2">Full screen frame class</font></td>\r
1534   </tr>\r
1535         <tr>\r
1536     <td width="221"><b><font face="Arial" size="2">CZoomScrollImpl</font></b></td>\r
1537     <td width="115"><font face="Arial" size="2">mi</font></td>\r
1538     <td width="255"><font face="Arial" size="2">WinCE zooming implementation</font></td>\r
1539   </tr>\r
1540         <tr>\r
1541     <td width="221"><b><font face="Arial" size="2">CHtmlCtrl</font></b></td>\r
1542     <td width="115"><font face="Arial" size="2">client</font></td>\r
1543     <td width="255"><font face="Arial" size="2">HTML control</font></td>\r
1544   </tr>\r
1545         <tr>\r
1546     <td width="221"><b><font face="Arial" size="2">CRichInkCtrl</font></b></td>\r
1547     <td width="115"><font face="Arial" size="2">client</font></td>\r
1548     <td width="255"><font face="Arial" size="2">RichInk control</font></td>\r
1549   </tr>\r
1550         <tr>\r
1551     <td width="221"><b><font face="Arial" size="2">CInkXCtrl</font></b></td>\r
1552     <td width="115"><font face="Arial" size="2">client</font></td>\r
1553     <td width="255"><font face="Arial" size="2">InkX control</font></td>\r
1554   </tr>\r
1555         <tr>\r
1556     <td width="221"><b><font face="Arial" size="2">CVoiceRecorderCtrl</font></b></td>\r
1557     <td width="115"><font face="Arial" size="2">client</font></td>\r
1558     <td width="255"><font face="Arial" size="2">VoiceRecorder control</font></td>\r
1559   </tr>\r
1560         <tr>\r
1561     <td width="221"><b><font face="Arial" size="2">CDocListCtrl</font></b></td>\r
1562     <td width="115"><font face="Arial" size="2">client</font></td>\r
1563     <td width="255"><font face="Arial" size="2">DocList control</font></td>\r
1564   </tr>\r
1565         <tr>\r
1566     <td width="221"><b><font face="Arial" size="2">CCapEdit</font></b></td>\r
1567     <td width="115"><font face="Arial" size="2">client</font></td>\r
1568     <td width="255"><font face="Arial" size="2">CapEdit control</font></td>\r
1569   </tr>\r
1570         <tr>\r
1571     <td width="221"><b><font face="Arial" size="2">CTTStatic</font></b></td>\r
1572     <td width="115"><font face="Arial" size="2">client</font></td>\r
1573     <td width="255"><font face="Arial" size="2">TT Static control</font></td>\r
1574   </tr>\r
1575         <tr>\r
1576     <td width="221"><b><font face="Arial" size="2">CTTButton</font></b></td>\r
1577     <td width="115"><font face="Arial" size="2">client</font></td>\r
1578     <td width="255"><font face="Arial" size="2">TT Button control</font></td>\r
1579   </tr>\r
1580         <tr>\r
1581     <td width="221"><b><font face="Arial" size="2">CSpinCtrl</font></b></td>\r
1582     <td width="115"><font face="Arial" size="2">client</font></td>\r
1583     <td width="255"><font face="Arial" size="2">Spin control</font></td>\r
1584   </tr>\r
1585         <tr>\r
1586     <td width="221"><b><font face="Arial" size="2">CSpinListBox</font></b></td>\r
1587     <td width="115"><font face="Arial" size="2">client</font></td>\r
1588     <td width="255"><font face="Arial" size="2">Spin List Box control</font></td>\r
1589   </tr>\r
1590         <tr>\r
1591     <td width="221"><b><font face="Arial" size="2">CExpandListBox</font></b></td>\r
1592     <td width="115"><font face="Arial" size="2">client</font></td>\r
1593     <td width="255"><font face="Arial" size="2">Expand List Box control</font></td>\r
1594   </tr>\r
1595         <tr>\r
1596     <td width="221"><b><font face="Arial" size="2">CExpandEdit</font></b></td>\r
1597     <td width="115"><font face="Arial" size="2">client</font></td>\r
1598     <td width="255"><font face="Arial" size="2">Expand Edit control</font></td>\r
1599   </tr>\r
1600         <tr>\r
1601     <td width="221"><b><font face="Arial" size="2">CExpandCapEdit</font></b></td>\r
1602     <td width="115"><font face="Arial" size="2">client</font></td>\r
1603     <td width="255"><font face="Arial" size="2">Expand CapEdit control</font></td>\r
1604   </tr>\r
1605 </table>\r
1606 <p style=margin:0in>&nbsp;</p>\r
1607 <p style=margin:0in>&nbsp;</p>\r
1608 <p style=margin:0in><font face="Arial">\r
1609 <b><a name="ATL/WTL AppWizard"></a>ATL/WTL AppWizard</b></font></p>\r
1610 <p style=margin:0in>&nbsp;</p>\r
1611 <p style=margin:0in><font face="Arial" size="2">ATL/WTL AppWizard generates starting code for a \r
1612 WTL application. It has options to create code for different application types and features.</font></p>\r
1613 <p style=margin:0in>&nbsp;</p>\r
1614 <p style=margin:0in><font face="Arial" size="2">You can choose the following options:</font></p>\r
1615 <ul style='margin-top:0in;margin-bottom:0in'>\r
1616   <li><font face="Arial" size="2">Application type (SDI, multi thread SDI, MDI, \r
1617   TabView, Explorer, dialog based)</font></li>\r
1618   <li><font face="Arial" size="2">Support for hosting ActiveX controls</font></li>\r
1619   <li><font face="Arial" size="2">COM server support</font></li>\r
1620   <li><font face="Arial" size="2">Class implementation in .CPP files</font></li>\r
1621   <li><font face="Arial" size="2">Common Control manifest</font></li>\r
1622         <li class="style2">U<font size="2">nicode character set</font></li>\r
1623   <li><font face="Arial" size="2">Toolbar, rebar, command bar, status bar</font></li>\r
1624   <li><font face="Arial" size="2">View window, and it's type (generic, dialog \r
1625   based form, or a list box, edit, list view, tree view, rich edit based, HTML \r
1626   page, scroll window)</font></li>\r
1627   <li><font face="Arial" size="2">For dialog based apps or a form based view \r
1628   window - support for hosting ActiveX controls in the dialog</font></li>\r
1629 </ul>\r
1630 <p style=margin:0in>&nbsp;</p>\r
1631 <p style=margin:0in><font face="Arial" size="2">ATL/WTL AppWizard supports VC++ \r
1632 .NET 2002 and 2003,and VC++ 2005.</font></p>\r
1633 <p style=margin:0in>&nbsp;</p>\r
1634 <p style=margin:0in>&nbsp;</p>\r
1635 <p style=margin:0in><b><font face="Arial">\r
1636 <a name="Support for Windows CE"></a>Support for \r
1637 Windows CE</font></b></p>\r
1638 <p style=margin:0in>&nbsp;</p>\r
1639 <p style=margin:0in><font face="Arial" size="2">WTL now fully supports building \r
1640 projects for the Windows CE platforms. This initial support for Windows CE was implemented primarily for \r
1641 eMbedded Visual C++ 4.0 with Pocket PC 2003 and \r
1642 SmartPhone 2003 SDKs. However, it can be used with other versions and \r
1643 configurations. For instance, Standard SDK 4.1 or 5.0 is supported as well. Considerable effort was made to provide the best Windows CE support, \r
1644 however, there might be some limitations because different platforms provide different \r
1645 programming support. SmartDevice projects with Visual Studio 2005 are also \r
1646 supported, and it also includes an AppWizard for VS2005.</font></p>\r
1647 <p style=margin:0in>&nbsp;</p>\r
1648 <p style=margin:0in><font face="Arial" size="2">The support for Windows CE was \r
1649 not designed to port projects for the desktop version of Windows as-is to the \r
1650 Windows CE platforms, but to allow use of the same library, WTL, for both \r
1651 desktop Windows and Windows CE. Applications for Windows CE are often designed \r
1652 in a different way, and they use different platform services. WTL depends on the \r
1653 version of ATL provided with each Windows CE platform, and supports controls and \r
1654 services that are appropriate and supported for each Windows CE platform.</font></p>\r
1655 <p style=margin:0in>&nbsp;</p>\r
1656 <p style=margin:0in>&nbsp;</p>\r
1657 <p style=margin:0in><b><font face="Arial">\r
1658 <a name="Support for Visual C++ 2005 Express"></a>Support for \r
1659 Visual C++ 2005 Express</font></b></p>\r
1660 <p style=margin:0in>&nbsp;</p>\r
1661 <p style=margin:0in><font face="Arial" size="2">WTL 8.0 supports using Visual \r
1662 C++ Express Edition to build projects. Since Visual C++ 2005 Express ships without ATL, you have \r
1663 to use a version of ATL that ships with the Platform SDK.</font></p>\r
1664 <p style=margin:0in>&nbsp;</p>\r
1665 <p style=margin:0in><font face="Arial" size="2">The WTL App Wizard can be \r
1666 installed by running AppWiz\setup80x.js program. The App Wizard generates code \r
1667 in the stdafx.h file that allows use of ATL3 from the Platform SDK. That code is \r
1668 used if WTL_USE_SDK_ATL3 is defined, so you can comment the line in stdafx.h \r
1669 that defines WTL_USE_SDK_ATL3 to use the project with different versions of \r
1670 Visual C++ or ATL.</font></p>\r
1671 <p style=margin:0in>&nbsp;</p>\r
1672 <p style=margin:0in><font face="Arial" size="2">Note that Release builds will \r
1673 generate some warnings, since ATL3 from Platform SDK is an old version of ATL \r
1674 which doesn't quite match the newer compiler and CRT files. You can ignore those \r
1675 warnings, as they do not indicate any real problems with the code.</font></p>\r
1676 <p style=margin:0in>&nbsp;</p>\r
1677 <p style=margin:0in>&nbsp;</p>\r
1678 <p style=margin:0in><b><font face="Arial">\r
1679 <a name="Notes"></a>Notes</font></b></p>\r
1680 <p style=margin:0in>&nbsp;</p>\r
1681 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; WTL provides \r
1682 several classes that are also present in ATL 7.0 and 7.1. The classes are: <b>\r
1683 CSize</b>, <b>CPoint</b>, <b>CRect</b>, and <b>CString</b> in atlmisc.h. \r
1684 While their existence will not cause any problems, their usage might. You should \r
1685 qualify the class you want to use with a namespace to resolve ambiguity, either \r
1686 ATL or WTL namespace, depending on which implementation you want to use. \r
1687 Alternatively, you can conditionally exclude WTL implementations, by defining \r
1688 preprocessor symbol <b>_WTL_NO_WTYPES</b> for CSize, CPoint, and CRect; and <b>_WTL_NO_CSTRING</b> \r
1689 for CString.</font></p>\r
1690 <p style=margin:0in>&nbsp;</p>\r
1691 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; If \r
1692 you use WTL 8.0 with VC++ 6.0/ATL 3.0 and define _ATL_STATIC_REGISTRY, you'll \r
1693 get errors referring to the ambiguous symbol ATL. This is caused by a bug in ATL \r
1694 3.0 - in atlbase.h, the file statreg.h is included inside of the ATL namespace, \r
1695 and it contains another namespace ATL declaration. Because of that, the compiler \r
1696 cannot decide between ATL:: and ATL::ATL:: namespaces. The solution is either to \r
1697 fix the atlbase.h, or to surround atlbase.h include declaration with following \r
1698 statements:</font></p>\r
1699 <p style=margin:0in>&nbsp;</p>\r
1700 <p style=margin:0in><font face="Arial" size="2"><b>&nbsp;&nbsp;&nbsp; #define \r
1701 ATL&nbsp;&nbsp; ATLFIX</b></font></p>\r
1702 <p style=margin:0in><font face="Arial" size="2">&nbsp;&nbsp;&nbsp; #include &lt;atlapp.h&gt;</font></p>\r
1703 <p style=margin:0in><font face="Arial" size="2">\r
1704 <b>&nbsp;&nbsp;&nbsp; #undef ATL</b></font></p>\r
1705 <p style=margin:0in><font face="Arial" size="2">\r
1706 <b>&nbsp;&nbsp;&nbsp; namespace ATL = ::ATLFIX;</b></font></p>\r
1707 <p style=margin:0in>&nbsp;</p>\r
1708 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; \r
1709 Windows XP allows applications to use Common Controls version 6, which supports \r
1710 only Unicode applications. While WTL allows creation of Ansi applications that \r
1711 use Common Controls 6, that should be used only for test programs and is not \r
1712 recommended or supported for released projects. If you want to use Common \r
1713 Controls 6, build your application as Unicode.</font></p>\r
1714 <p style=margin:0in>&nbsp;</p>\r
1715 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; \r
1716 If you build your app that hosts ActiveX controls \r
1717 with VC++ 7.x, you can see this assert failing:<br>\r
1718 <span class="style2"><strong><br>\r
1719 &nbsp;&nbsp;&nbsp; !InlineIsEqualGUID(*m_plibid, GUID_NULL) &amp;&amp; &quot;Did you forget \r
1720 to pass the LIBID to CComModule::Init?&quot;<br>\r
1721 <br>\r
1722 </strong></span>There are two ways to fix this:</font></p>\r
1723 <ul>\r
1724         <li>\r
1725         <p style=margin:0in><span class="style2">In the main .CPP file of your \r
1726         project, replace the line<br>\r
1727         <strong>&nbsp;&nbsp;&nbsp; hRes = _Module.Init(NULL, hInstance);<br>\r
1728         </strong>with this one<br>\r
1729         <strong>&nbsp;&nbsp;&nbsp; hRes = _Module.Init(NULL, hInstance, &amp;LIBID_ATLLib);<br>\r
1730 &nbsp;</strong></span></p>\r
1731         </li>\r
1732         <li>\r
1733         <p style=margin:0in><span class="style2">Compile you project with _ATL_DLL \r
1734         defined (dynamic link to ATL)</span></p>\r
1735         </li>\r
1736 </ul>\r
1737 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; \r
1738 Several of the sample programs included with WTL were extended to support \r
1739 building for Windows CE. These samples are not specially redesigned for Windows \r
1740 CE, but just modified to allow you to compile and run them on the Windows CE \r
1741 platforms. The samples are: BmpView, GuidGen, and MTPad.</font></p>\r
1742 <p style=margin:0in>&nbsp;</p>\r
1743 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; WTL \r
1744 supports building projects with EVC++ 3.0 only for Pocket PC and Pocket PC 2002 \r
1745 platforms, as other platforms don't provide minimum support for ATL or other \r
1746 required libraries.</font></p>\r
1747 <p style=margin:0in>&nbsp;</p>\r
1748 <p style=margin:0in><font face="Arial" size="2"><b>~</b>&nbsp;&nbsp;&nbsp; The \r
1749 old AppWizards for VC++ 6.0 and eVC++ 4.0/3.0 are not included in this version \r
1750 of WTL because they cannot be a part of an Open Source project. They are still \r
1751 available in the previous release, WTL 7.1.</font></p>\r
1752 <p style=margin:0in>&nbsp;</p>\r
1753 <p style=margin:0in>&nbsp;</p>\r
1754 <p style=margin:0in><b><font face="Arial">\r
1755 <a name="Changes Between WTL 8.0 And 7.5"></a>Changes Between WTL 8.0 And 7.5</font></b></p>\r
1756 <p style=margin:0in>&nbsp;</p>\r
1757   <p style=margin:0in><font face="Arial" size="2">New and improved:</font></p>\r
1758 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
1759   <p style=margin:0in><font face="Arial" size="2">RunTimeHelper functions for \r
1760         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 \r
1761         functions<br>Support for new Vista features:</font></p>\r
1762         <ul style='margin-top:0in;margin-bottom:0in'>\r
1763                 <li>\r
1764                 <p style=margin:0in><font face="Arial" size="2">Support for new messages for common controls, dialogs, etc.</font></p>\r
1765                 </li>\r
1766                 <li>\r
1767                 <p style=margin:0in><font face="Arial" size="2">Support for TaskDialog</font></p>\r
1768                 </li>\r
1769                 <li>\r
1770                 <p style=margin:0in><font face="Arial" size="2">New Shell file dialogs (IFileOpenDialog and IFileSaveDialog)</font></p>\r
1771                 </li>\r
1772                 <li>\r
1773                 <p style=margin:0in><font face="Arial" size="2">New Aero Wizard support classes</font></p>\r
1774                 </li>\r
1775                 <li>\r
1776                 <p style=margin:0in><font face="Arial" size="2">New classes for Buffered Paint and Buffered Animation</font></p>\r
1777                 </li>\r
1778         </ul>\r
1779         <p style=margin:0in><font face="Arial" size="2">New TabView classes<br>New dialog class that uses in-memory dialog templates<br>New CMultiFileDialogImpl and CMultiFileDialog classes that support \r
1780         multi-select file dialogs<br>Added message cracker handler prototypes for all handlers<br>Replaced use of _alloca with CTempBuffer everywhere (and added CTempBuffer \r
1781         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>\r
1782         New features for the App Wizard:</font></p>\r
1783         <ul style='margin-top:0in;margin-bottom:0in'>\r
1784                 <li>\r
1785                 <p style=margin:0in><font face="Arial" size="2">New default version values</font></p>\r
1786                 </li>\r
1787                 <li>\r
1788                 <p style=margin:0in><font face="Arial" size="2">Unicode build option</font></p>\r
1789                 </li>\r
1790                 <li>\r
1791                 <p style=margin:0in><font face="Arial" size="2">Support for TabView applications</font></p>\r
1792                 </li>\r
1793                 <li>\r
1794                 <p style=margin:0in><font face="Arial" size="2">Support for Explorer applications</font></p>\r
1795                 </li>\r
1796         </ul>\r
1797         <p style=margin:0in><font face="Arial" size="2">Updates for the desktop App Wizard:</font></p>\r
1798         <ul style='margin-top:0in;margin-bottom:0in'>\r
1799                 <li>\r
1800                 <p style=margin:0in><font face="Arial" size="2">Added calls to set font for views based on controls that use font</font></p>\r
1801                 </li>\r
1802                 <li>\r
1803                 <p style=margin:0in><font face="Arial" size="2">Added scroll window as another view type</font></p>\r
1804                 </li>\r
1805         </ul>\r
1806         <p style=margin:0in><font face="Arial" size="2">Support for VC2005 Express:</font></p>\r
1807         <ul style='margin-top:0in;margin-bottom:0in'>\r
1808                 <li>\r
1809                 <p style=margin:0in><font face="Arial" size="2">Setup for VS2005x</font></p>\r
1810                 </li>\r
1811                 <li>\r
1812                 <p style=margin:0in><font face="Arial" size="2">Changes in default.js to take into account that VC2005x does not have a \r
1813         resource editor</font></p></li>\r
1814                 <li>\r
1815                 <p style=margin:0in><font face="Arial" size="2">Generated code allows use of ATL3 from the Platform SDK</font></p>\r
1816                 </li>\r
1817         </ul>\r
1818         <p style=margin:0in><font face="Arial" size="2">New AppWizard for Mobile 2003 and 2005 platforms<br>\r
1819         New samples:</font></p>\r
1820         <ul style='margin-top:0in;margin-bottom:0in'>\r
1821                 <li>\r
1822                 <p style=margin:0in><font face="Arial" size="2">Aero - demonstrates the \r
1823                 Vista Glass UI</font></p></li>\r
1824                 <li>\r
1825                 <p style=margin:0in><font face="Arial" size="2">MiniPie - Windows Mobile 2005 PPC and Smartphone sample</font></p>\r
1826                 </li>\r
1827                 <li>\r
1828                 <p style=margin:0in><font face="Arial" size="2">TabBrowser - a web browser using TabView class</font></p>\r
1829                 </li>\r
1830         </ul>\r
1831         <p style=margin:0in><font face="Arial" size="2">MTPad sample updated to show usage of CRichEditFindReplaceImpl and \r
1832         CEditCommands/CRichEditComma</font></p>\r
1833 </blockquote>\r
1834   <p style=margin:0in>&nbsp;</p>\r
1835 <p style=margin:0in><font face="Arial" size="2">Fixes and enhancements:</font></p>\r
1836   <blockquote style='margin-top:0in;margin-bottom:0in'>\r
1837   <p style=margin:0in><font face="Arial" size="2">Command Bar:</font></p>\r
1838         <ul style='margin-top:0in;margin-bottom:0in'>\r
1839         <li>\r
1840         <p style=margin:0in><font face="Arial" size="2">Added support for menu items \r
1841         with bitmaps on Vista</font></p></li>\r
1842         <li>\r
1843         <p style=margin:0in><font face="Arial" size="2">Fix: Keyboard cues shown \r
1844         even if the window is disabled</font></p></li>\r
1845         </ul>\r
1846         <p style=margin:0in>&nbsp;</p>\r
1847         <p style=margin:0in><font face="Arial" size="2">CFolderDialog:</font></p>\r
1848         <ul style='margin-top:0in;margin-bottom:0in'>\r
1849         <li>\r
1850         <p style=margin:0in><font face="Arial" size="2">Added support for PIDLs in \r
1851         addition to the file path</font></p></li>\r
1852         <li>\r
1853         <p style=margin:0in><font face="Arial" size="2">Replaced use of SHGetMalloc \r
1854         with CoTaskMemFree</font></p></li>\r
1855         </ul>\r
1856         <p style=margin:0in>&nbsp;</p>\r
1857         <p style=margin:0in><font face="Arial" size="2">Scroll Windows:</font></p>\r
1858         <ul style='margin-top:0in;margin-bottom:0in'>\r
1859         <li>\r
1860         <p style=margin:0in><font face="Arial" size="2">Fix: CZoomScrollImpl - some \r
1861         methods should be overridable</font></p></li>\r
1862         <li>\r
1863         <p style=margin:0in><font face="Arial" size="2">Added support for \r
1864         WM_MOUSEHWHEEL in CScrollImpl</font></p></li>\r
1865         </ul>\r
1866         <p style=margin:0in>&nbsp;</p>\r
1867         <p style=margin:0in><font face="Arial" size="2">App Wizard:</font></p>\r
1868         <ul style='margin-top:0in;margin-bottom:0in'>\r
1869         <li>\r
1870         <p style=margin:0in><font face="Arial" size="2">Fix: AppWizard fails to add \r
1871         files if C:\Temp does not exist</font></p></li>\r
1872         <li>\r
1873         <p style=margin:0in><font face="Arial" size="2">Fix: App Wizard generates \r
1874         security warning when loaded</font></p></li>\r
1875         <li>\r
1876         <p style=margin:0in><font face="Arial" size="2">Fix: App Wizard generates \r
1877         level 4 warning for modal dlg project</font></p></li>\r
1878         <li>\r
1879         <p style=margin:0in><font face="Arial" size="2">Fix: App Wizard setupXX.js \r
1880         scripts silently fail on Vista</font></p></li>\r
1881         <li>\r
1882         <p style=margin:0in><font face="Arial" size="2">Fix: Added code to \r
1883         unregister message filer and idle processing</font></p></li>\r
1884         <li>\r
1885         <p style=margin:0in><font face="Arial" size="2">Fix: Added WS_CLIPSIBLINGS \r
1886         to dialog forms to avoid rebar drawing problems</font></p></li>\r
1887         </ul>\r
1888         <p style=margin:0in>&nbsp;</p>\r
1889         <p style=margin:0in><font face="Arial" size="2">App Wizard CE:</font></p>\r
1890         <ul style='margin-top:0in;margin-bottom:0in'>\r
1891         <li>\r
1892         <p style=margin:0in><font face="Arial" size="2">Fix: App Wizard CE should \r
1893         not have rich edit as a view option</font></p></li>\r
1894         <li>\r
1895         <p style=margin:0in><font face="Arial" size="2">Fix: App Wizard CE generates \r
1896         level 4 warnings for single instance apps</font></p></li>\r
1897         <li>\r
1898         <p style=margin:0in><font face="Arial" size="2">Added support for Windows \r
1899         Mobile 6 SDKs</font></p></li>\r
1900         </ul>\r
1901         <p style=margin:0in>&nbsp;</p>\r
1902         <p style=margin:0in><font face="Arial" size="2">Cracked Handlers:</font></p>\r
1903         <ul style='margin-top:0in;margin-bottom:0in'>\r
1904         <li>\r
1905         <p style=margin:0in><font face="Arial" size="2">Fix: Corrected MSG_WM_TIMER \r
1906         and handler prototype, removed unused argument (breaking change)</font></p>\r
1907         </li>\r
1908         <li>\r
1909         <p style=margin:0in><font face="Arial" size="2">Fix: atlcrack.h does not \r
1910         support WTL namespace</font></p></li>\r
1911         </ul>\r
1912         <p style=margin:0in>&nbsp;</p>\r
1913         <p style=margin:0in><font face="Arial" size="2">CDialogResize:</font></p>\r
1914         <ul style='margin-top:0in;margin-bottom:0in'>\r
1915         <li>\r
1916         <p style=margin:0in><font face="Arial" size="2">Added SetIcon(NULL, FALSE) \r
1917         for CDialogResize to remove the generic icon for resizable dialogs</font></p>\r
1918         </li>\r
1919         <li>\r
1920         <p style=margin:0in><font face="Arial" size="2">Fix: Enabled size/move for \r
1921         both X and Y</font></p></li>\r
1922         <li>\r
1923         <p style=margin:0in><font face="Arial" size="2">Added center flags for \r
1924         controls</font></p></li>\r
1925         </ul>\r
1926         <p style=margin:0in>&nbsp;</p>\r
1927         <p style=margin:0in><font face="Arial" size="2">CFrameWindowImpl:</font></p>\r
1928         <ul style='margin-top:0in;margin-bottom:0in'>\r
1929         <li>\r
1930         <p style=margin:0in><font face="Arial" size="2">Fix: Const issue with title \r
1931         argument of AddSimpleReBarBand</font></p></li>\r
1932         <li>\r
1933         <p style=margin:0in><font face="Arial" size="2">Fix: DECLARE_FRAME_WND_CLASS \r
1934         definition missing WTL namespace</font></p></li>\r
1935         </ul>\r
1936         <p style=margin:0in>&nbsp;</p>\r
1937         <p style=margin:0in><font face="Arial" size="2">Windows CE:</font></p>\r
1938         <ul style='margin-top:0in;margin-bottom:0in'>\r
1939         <li>\r
1940         <p style=margin:0in><font face="Arial" size="2">Fix: Some symbols not \r
1941         defined for CE 4.0</font></p></li>\r
1942         <li>\r
1943         <p style=margin:0in><font face="Arial" size="2">Fix: Incorrect WinCE \r
1944         exclusions</font></p></li>\r
1945         <li>\r
1946         <p style=margin:0in><font face="Arial" size="2">Fix: Pocket PC - assert \r
1947         after navigating a CHyperLink</font></p></li>\r
1948         <li>\r
1949         <p style=margin:0in><font face="Arial" size="2">Fix: Property sheet with \r
1950         listview on WM5.0 causes stack overflow</font></p></li>\r
1951         <li>\r
1952         <p style=margin:0in><font face="Arial" size="2">Fix: CFindFile::GetFilePath() \r
1953         fails on diskless root requests</font></p></li>\r
1954         <li>\r
1955         <p style=margin:0in><font face="Arial" size="2">Fix: VS 2005 dialog editor \r
1956         bug - DS_FIXEDSYS used but not defined</font></p></li>\r
1957         <li>\r
1958         <p style=margin:0in><font face="Arial" size="2">Fix: Windows Mobile 2005 \r
1959         compatibility issues</font></p></li>\r
1960         <li>\r
1961         <p style=margin:0in><font face="Arial" size="2">Fix: CFullScreenFrame on \r
1962         Smartphone 20003</font></p></li>\r
1963         <li>\r
1964         <p style=margin:0in><font face="Arial" size="2">Fix: SmartPhone back key \r
1965         handling in CAppWindow</font></p></li>\r
1966         <li>\r
1967         <p style=margin:0in><font face="Arial" size="2">Added orientation aware \r
1968         support to CAppStdDialogImpl</font></p></li>\r
1969         <li>\r
1970         <p style=margin:0in><font face="Arial" size="2">Added CAxDialogImpl base for \r
1971         CStdDialogImpl, CStdDialogResizeImpl and CStdOrientedDialogImpl</font></p>\r
1972         </li>\r
1973         <li>\r
1974         <p style=margin:0in><font face="Arial" size="2">Added various CStdDialogxxx \r
1975         enhancements</font></p></li>\r
1976         <li>\r
1977         <p style=margin:0in><font face="Arial" size="2">Fix: CStdDialogBase does not \r
1978         scale dialog title on VGA</font></p></li>\r
1979         <li>\r
1980         <p style=margin:0in><font face="Arial" size="2">Fix: DIBINFO16 triggers code \r
1981         analysis warning</font></p></li>\r
1982         <li>\r
1983         <p style=margin:0in><font face="Arial" size="2">Added LPCTSTR \r
1984         AtlLoadString(UINT uID) - CE only overload</font></p></li>\r
1985         <li>\r
1986         <p style=margin:0in><font face="Arial" size="2">Added imaging draw support \r
1987         to CZoomScrollImpl</font></p></li>\r
1988         <li>\r
1989         <p style=margin:0in><font face="Arial" size="2">Added CBottomTabViewImpl and \r
1990         CBottomTabView classes for PPC</font></p></li>\r
1991         </ul>\r
1992         <p style=margin:0in>&nbsp;</p>\r
1993         <p style=margin:0in><font face="Arial" size="2">CFindFile:</font></p>\r
1994         <ul style='margin-top:0in;margin-bottom:0in'>\r
1995         <li>\r
1996         <p style=margin:0in><font face="Arial" size="2">Fix: CFindFile class uses \r
1997         CRT functions</font></p></li>\r
1998         <li>\r
1999         <p style=margin:0in><font face="Arial" size="2">Fix: FindFile() uses lstrcpy \r
2000         without checking length</font></p></li>\r
2001         </ul>\r
2002         <p style=margin:0in>&nbsp;</p>\r
2003         <p style=margin:0in><font face="Arial" size="2">General:</font></p>\r
2004         <ul style='margin-top:0in;margin-bottom:0in'>\r
2005         <li>\r
2006         <p style=margin:0in><font face="Arial" size="2">Fix: Adding ReBar bands \r
2007         fails with new Windows SDK</font></p></li>\r
2008         <li>\r
2009         <p style=margin:0in><font face="Arial" size="2">Added support for relative \r
2010         include paths</font></p></li>\r
2011         <li>\r
2012         <p style=margin:0in><font face="Arial" size="2">Fix: Using std::min and \r
2013         std::max</font></p></li>\r
2014         <li>\r
2015         <p style=margin:0in><font face="Arial" size="2">Fix: Problems using WTL with \r
2016         MFC</font></p></li>\r
2017         <li>\r
2018         <p style=margin:0in><font face="Arial" size="2">Improved support for Secure \r
2019         CRT</font></p></li>\r
2020         <li>\r
2021         <p style=margin:0in><font face="Arial" size="2">Changed implementation of \r
2022         CSize, CPoint, CRect, and CString to be inside class definitions</font></p>\r
2023         </li>\r
2024         <li>\r
2025         <p style=margin:0in><font face="Arial" size="2">atltheme.h: Corrected method \r
2026         signatures for differences in uxtheme.h versions</font></p></li>\r
2027         <li>\r
2028         <p style=margin:0in><font face="Arial" size="2">Replaced malloc/free with \r
2029         new/delete where appropriate</font></p></li>\r
2030         </ul>\r
2031         <p style=margin:0in>&nbsp;</p>\r
2032         <p style=margin:0in><font face="Arial" size="2">Misc:</font></p>\r
2033         <ul style='margin-top:0in;margin-bottom:0in'>\r
2034         <li>\r
2035         <p style=margin:0in><font face="Arial" size="2">Fix: CString::FormatV can \r
2036         cause GPF with Unicode strings</font></p></li>\r
2037         <li>\r
2038         <p style=margin:0in><font face="Arial" size="2">CHyperLink: Added handler \r
2039         for WM_SIZE</font></p></li>\r
2040         <li>\r
2041         <p style=margin:0in><font face="Arial" size="2">Fix: CTheme needs \r
2042         constructor from HTHEME handle</font></p></li>\r
2043         <li>\r
2044         <p style=margin:0in><font face="Arial" size="2">Added Add* methods to \r
2045         several control classes in atlctrls.h to augment Insert* methods</font></p>\r
2046         </li>\r
2047         <li>\r
2048         <p style=margin:0in><font face="Arial" size="2">Fix: Incorrect casting in \r
2049         CRichEditCtrl::GetLine()</font></p></li>\r
2050         <li>\r
2051         <p style=margin:0in><font face="Arial" size="2">Fix: \r
2052         CTreeViewCtrl::GetItemState changed to return only state-bits as specified \r
2053         by mask</font></p></li>\r
2054         <li>\r
2055         <p style=margin:0in><font face="Arial" size="2">Fix: CBitmapButton::DoPaint \r
2056         - wrong button image</font></p></li>\r
2057         <li>\r
2058         <p style=margin:0in><font face="Arial" size="2">Added another variant of \r
2059         CDCT::Drawtext with LPTSTR argument that allows text change</font></p></li>\r
2060         <li>\r
2061         <p style=margin:0in><font face="Arial" size="2">Fix: \r
2062         CRecentDocumentListBase::AddToList() uses lstrcpy</font></p></li>\r
2063         <li>\r
2064         <p style=margin:0in><font face="Arial" size="2">Fix: AtlLoadString(uID, \r
2065         lpBuffer, nBufferMax) has unnecessary code</font></p></li>\r
2066         <li>\r
2067         <p style=margin:0in><font face="Arial" size="2">Fix: CCursor::LoadOEMCursor \r
2068         asserts on IDC_HAND</font></p></li>\r
2069         <li>\r
2070         <p style=margin:0in><font face="Arial" size="2">Fix: Memory leak when using \r
2071         CRT functions while printing</font></p></li>\r
2072         <li>\r
2073         <p style=margin:0in><font face="Arial" size="2">Fix: Undefined CString \r
2074         namespace</font></p></li>\r
2075         <li>\r
2076         <p style=margin:0in><font face="Arial" size="2">CPaneContainer: Added border \r
2077         styles</font></p></li>\r
2078         <li>\r
2079         <p style=margin:0in><font face="Arial" size="2">CSplitterImpl: Added \r
2080         SetSplitterPosPct, and changed App Wizard code to use it</font></p></li>\r
2081         </ul>\r
2082   </blockquote>\r
2083         <p style=margin:0in>&nbsp;</p>\r
2084         <p style=margin:0in>&nbsp;</p>\r
2085 <p style=margin:0in><b><font face="Arial">\r
2086 <a name="Changes Between WTL 7.5 And 7.1"></a>Changes Between WTL 7.5 And 7.1</font></b></p>\r
2087 <p style=margin:0in>&nbsp;</p>\r
2088   <p style=margin:0in><font face="Arial" size="2">New and improved:</font></p>\r
2089 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2090   <p style=margin:0in><font face="Arial" size="2">VS2005 Compatibility: \r
2091         Added support for Visual Studio 2005 - both desktop and Windows CE<br>\r
2092         Classes for icons, cursors, accelerator tables<br>\r
2093         CSortListViewImpl, CSortListViewCtrlImpl, and CSortListViewCtrl classes<br>\r
2094         Impl classes for Wizard 97 style wizards: CWizard97Sheet, \r
2095         CWizard97Page, CWizard97ExteriorPage, CWizard97InteriorPage<br>\r
2096         CMemoryDC and CDoubleBufferWindowImpl classes<br>\r
2097         Windows CE specific classes in new header, atlwince.h<br>\r
2098         CScrollContainer class<br>\r
2099         CZoomScrollImpl and CZoomScrollWindowImpl classes<br>\r
2100         CZoomPrintPreviewWindowImpl and CZoomPrintPreviewWindow classes<br>\r
2101         Global functions: AtlGetBitmapResourceInfo, \r
2102         AtlGetBitmapResourceBitsPerPixel<br>\r
2103         New REFLECT_* macros to enable selective reflection of messages<br>\r
2104         App Wizard: Added App Wizard for VS2005<br>\r
2105         App Wizard: Added App Wizard for Windows CE for VS2005<br>\r
2106         New samples: WTLExplorer, ImageView, SPControls<br>\r
2107 &nbsp;</font></p>\r
2108 </blockquote>\r
2109   <p style=margin:0in><font face="Arial" size="2">Fixes and enhancements:</font></p>\r
2110   <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2111   <p style=margin:0in><font face="Arial" size="2">Command Bar:</font></p>\r
2112         <ul style='margin-top:0in;margin-bottom:0in'>\r
2113                 <li>\r
2114                 <p style=margin:0in><font face="Arial" size="2">DrawBitmapDisabled() \r
2115                 doesn't work correctly on Longhorn</font></p></li>\r
2116                 <li>\r
2117                 <p style=margin:0in><font face="Arial" size="2">Submenu size not correct if \r
2118         command bar is off-screen</font></p></li>\r
2119                 <li>\r
2120                 <p style=margin:0in><font face="Arial" size="2">Added handler for \r
2121         WM_SETTINGCHANGE to improve theme color changes</font></p></li>\r
2122                 <li>\r
2123                 <p style=margin:0in><font face="Arial" size="2">Better support for \r
2124         8/16/24-bit images</font></p></li>\r
2125                 <li>\r
2126                 <p style=margin:0in><font face="Arial" size="2">Command Bar with 2 Levels of \r
2127         submenus remains active</font></p></li>\r
2128                 <li>\r
2129                 <p style=margin:0in><font face="Arial" size="2">Hook procedure fails to call \r
2130         next hook</font></p></li>\r
2131                 <li>\r
2132                 <p style=margin:0in><font face="Arial" size="2">OnDestroy() should not \r
2133         decrement hook use if AttachToWindow() is used</font></p></li>\r
2134         </ul>\r
2135         <p style=margin:0in>&nbsp;</p>\r
2136         <p style=margin:0in><font face="Arial" size="2">MDI Command Bar:</font></p>\r
2137         <ul style='margin-top:0in;margin-bottom:0in'>\r
2138                 <li>\r
2139                 <p style=margin:0in><font face="Arial" size="2">Grows bigger if you \r
2140                 switch between two maximized MDI child window types</font></p></li>\r
2141                 <li>\r
2142                 <p style=margin:0in><font face="Arial" size="2">Move all hook messages \r
2143                 processing to a separate function and use pT</font></p></li>\r
2144                 <li>\r
2145                 <p style=margin:0in><font face="Arial" size="2">MDI icon &amp; buttons should \r
2146         have themed background</font></p></li>\r
2147                 <li>\r
2148                 <p style=margin:0in><font face="Arial" size="2">Should make MDI buttons gray \r
2149         when inactive<br>&nbsp;</font></p></li>\r
2150         </ul>\r
2151         <p style=margin:0in><font face="Arial" size="2">CString:</font></p>\r
2152         <ul style='margin-top:0in;margin-bottom:0in'>\r
2153                 <li>\r
2154                 <p style=margin:0in><font face="Arial" size="2">Helper functions not \r
2155                 overloaded properly</font></p></li>\r
2156                 <li>\r
2157                 <p style=margin:0in><font face="Arial" size="2">Some return types are \r
2158                 'const CString&amp;' and could be just 'CString&amp;'</font></p></li>\r
2159                 <li>\r
2160                 <p style=margin:0in><font face="Arial" size="2">FormatV() passes size in \r
2161         characters to _alloca, should be in bytes</font></p></li>\r
2162                 <li>\r
2163                 <p style=margin:0in><font face="Arial" size="2">Fixed stack corruption in \r
2164         FormatV()</font></p></li>\r
2165                 <li>\r
2166                 <p style=margin:0in><font face="Arial" size="2">Improved boundaries checking \r
2167         for integer overflows/underflows<br>&nbsp;</font></p></li>\r
2168         </ul>\r
2169         <p style=margin:0in><font face="Arial" size="2">CScrollImpl:</font></p>\r
2170         <ul style='margin-top:0in;margin-bottom:0in'>\r
2171                 <li>\r
2172                 <p style=margin:0in><font face="Arial" size="2">Scroll bars problem when \r
2173                 changing range</font></p></li>\r
2174                 <li>\r
2175                 <p style=margin:0in><font face="Arial" size="2">SetScrollOffset() doesn't \r
2176         move child windows</font></p></li>\r
2177                 <li>\r
2178                 <p style=margin:0in><font face="Arial" size="2">Range and thumb drawing \r
2179         problems</font></p></li>\r
2180                 <li>\r
2181                 <p style=margin:0in><font face="Arial" size="2">Possible overflow in \r
2182         OnMouseWheel()</font></p></li>\r
2183                 <li>\r
2184                 <p style=margin:0in><font face="Arial" size="2">Support for \r
2185         SIF_DISABLENOSCROLL</font></p></li>\r
2186                 <li>\r
2187                 <p style=margin:0in><font face="Arial" size="2">Added ScrollToView methods</font></p>\r
2188                 </li>\r
2189         </ul>\r
2190         <p style=margin:0in>&nbsp;</p>\r
2191         <p style=margin:0in><font face="Arial" size="2">CMapScrollImpl:</font></p>\r
2192         <ul style='margin-top:0in;margin-bottom:0in'>\r
2193                 <li>\r
2194                 <p style=margin:0in><font face="Arial" size="2">SetScrollSize() incorrectly \r
2195         inverts xMin and xMax</font></p></li>\r
2196                 <li>\r
2197                 <p style=margin:0in><font face="Arial" size="2">SetScrollSize() uses bRedraw \r
2198         = NULL</font></p></li>\r
2199         </ul>\r
2200         <p style=margin:0in>&nbsp;</p>\r
2201         <p style=margin:0in><font face="Arial" size="2">CTheme:</font></p>\r
2202         <ul style='margin-top:0in;margin-bottom:0in'>\r
2203                 <li>\r
2204                 <p style=margin:0in><font face="Arial" size="2">GetThemeFont() bad parameter \r
2205         ordering</font></p></li>\r
2206                 <li>\r
2207                 <p style=margin:0in><font face="Arial" size="2">Uses LOGFONT and TEXTMETRIC \r
2208         incorrectly (SDK header problem)</font></p></li>\r
2209         </ul>\r
2210         <p style=margin:0in>&nbsp;</p>\r
2211         <p style=margin:0in><font face="Arial" size="2">CFrameWindowImpl:</font></p>\r
2212         <ul style='margin-top:0in;margin-bottom:0in'>\r
2213                 <li>\r
2214                 <p style=margin:0in><font face="Arial" size="2">Improved sizing for Windows \r
2215         CE</font></p></li>\r
2216                 <li>\r
2217                 <p style=margin:0in><font face="Arial" size="2">CreateSimpleToolBarCtrl() \r
2218         should handle 24-bit bitmaps</font></p></li>\r
2219                 <li>\r
2220                 <p style=margin:0in><font face="Arial" size="2">Changed WinCE \r
2221         CCECommandBarCtrl typedef and added a PPC CMenuBarCtrl</font></p></li>\r
2222                 <li>\r
2223                 <p style=margin:0in><font face="Arial" size="2">UpdatesBarPosition() doesn't \r
2224         take Windows CE command bar into account</font></p></li>\r
2225         </ul>\r
2226         <p style=margin:0in>&nbsp;</p>\r
2227         <p style=margin:0in><font face="Arial" size="2">CDialogResize:</font></p>\r
2228         <ul style='margin-top:0in;margin-bottom:0in'>\r
2229                 <li>\r
2230                 <p style=margin:0in><font face="Arial" size="2">Enabled use for Windows CE</font></p>\r
2231                 </li>\r
2232                 <li>\r
2233                 <p style=margin:0in><font face="Arial" size="2">Add WS_EX_DLGMODALFRAME to \r
2234         prevent empty icon</font></p></li>\r
2235         </ul>\r
2236         <p style=margin:0in>&nbsp;</p>\r
2237         <p style=margin:0in><font face="Arial" size="2">CReBarCtrl:</font></p>\r
2238         <ul style='margin-top:0in;margin-bottom:0in'>\r
2239                 <li>\r
2240                 <p style=margin:0in><font face="Arial" size="2">Background not painted when \r
2241         resized</font></p></li>\r
2242                 <li>\r
2243                 <p style=margin:0in><font face="Arial" size="2">Fixed typo in LockBands()</font></p>\r
2244                 </li>\r
2245                 <li>\r
2246                 <p style=margin:0in><font face="Arial" size="2">MaximizeBand needs BOOL \r
2247         fIdeal argument</font></p></li>\r
2248         </ul>\r
2249         <p style=margin:0in>&nbsp;</p>\r
2250         <p style=margin:0in><font face="Arial" size="2">CRichEdit:</font></p>\r
2251         <ul style='margin-top:0in;margin-bottom:0in'>\r
2252                 <li>\r
2253                 <p style=margin:0in><font face="Arial" size="2">GetSelText() should \r
2254                 support UNICODE strings</font></p>\r
2255                 </li>\r
2256                 <li>\r
2257                 <p style=margin:0in><font face="Arial" size="2">GetSelText() uses lpstr instead of lpstrText</font></p></li>\r
2258         </ul>\r
2259   <p style=margin:0in>&nbsp;</p>\r
2260         <p style=margin:0in><font face="Arial" size="2">CHyperLink:</font></p>\r
2261         <ul style='margin-top:0in;margin-bottom:0in'>\r
2262                 <li>\r
2263                 <p style=margin:0in><font face="Arial" size="2">Added _xttoi() helper to \r
2264         avoid CRT in _ATL_MIN_CRT</font></p></li>\r
2265                 <li>\r
2266                 <p style=margin:0in><font face="Arial" size="2">Fixed resource leak by \r
2267         destroying tooltip window<br>&nbsp;</font></p></li>\r
2268         </ul>\r
2269         <p style=margin:0in><font face="Arial" size="2">CPropertySheetImpl:</font></p>\r
2270         <ul style='margin-top:0in;margin-bottom:0in'>\r
2271                 <li>\r
2272                 <p style=margin:0in><font face="Arial" size="2">Improved support for Windows \r
2273         CE</font></p></li>\r
2274                 <li>\r
2275                 <p style=margin:0in><font face="Arial" size="2">Sheet without title \r
2276         generates a memory fault on Windows CE</font></p></li>\r
2277         </ul>\r
2278         <p style=margin:0in>&nbsp;</p>\r
2279         <p style=margin:0in><font face="Arial" size="2">CFolderDialog:</font></p>\r
2280         <ul style='margin-top:0in;margin-bottom:0in'>\r
2281                 <li>\r
2282                 <p style=margin:0in><font face="Arial" size="2">Add a way to set an initial \r
2283         folder</font></p></li>\r
2284                 <li>\r
2285                 <p style=margin:0in><font face="Arial" size="2">Uses BFFM_IUNKNOWN which is \r
2286         not always defined</font></p></li>\r
2287         </ul>\r
2288         <p style=margin:0in>&nbsp;</p>\r
2289         <p style=margin:0in><font face="Arial" size="2">Update UI:</font></p>\r
2290         <ul style='margin-top:0in;margin-bottom:0in'>\r
2291                 <li>\r
2292                 <p style=margin:0in><font face="Arial" size="2">Add support to \r
2293                 dynamically add UpdateUI elements</font></p></li>\r
2294                 <li>\r
2295                 <p style=margin:0in><font face="Arial" size="2">UIUpdateMenuBarElement() \r
2296                 should use EnableMenu() instead of SetMenuItemInfo() for Windows CE</font></p>\r
2297                 </li>\r
2298         </ul>\r
2299         <p style=margin:0in>&nbsp;</p>\r
2300         <p style=margin:0in><font face="Arial" size="2">CDC:</font></p>\r
2301         <ul style='margin-top:0in;margin-bottom:0in'>\r
2302                 <li>\r
2303                 <p style=margin:0in><font face="Arial" size="2">FillSolidRect() should \r
2304                 restore background color</font></p></li>\r
2305                 <li>\r
2306                 <p style=margin:0in><font face="Arial" size="2">GetClipRgn() method \r
2307                 missing</font></p></li>\r
2308         </ul>\r
2309         <p style=margin:0in>&nbsp;</p>\r
2310         <p style=margin:0in><font face="Arial" size="2">Printing:</font></p>\r
2311         <ul style='margin-top:0in;margin-bottom:0in'>\r
2312                 <li>\r
2313                 <p style=margin:0in><font face="Arial" size="2">\r
2314                 CPrinter::CreatePrinterDC() and CreatePrinterIC() members should be \r
2315                 const</font></p></li>\r
2316                 <li>\r
2317                 <p style=margin:0in><font face="Arial" size="2">CDevMode::CopyToHDEVMODE() is missing a call to GlobalUnlock()</font></p>\r
2318                 </li>\r
2319         </ul>\r
2320   <p style=margin:0in>&nbsp;</p>\r
2321         <p style=margin:0in><font face="Arial" size="2">AppWizard:</font></p>\r
2322         <ul style='margin-top:0in;margin-bottom:0in'>\r
2323                 <li>\r
2324                 <p style=margin:0in><font face="Arial" size="2">Use WTL subfolder to \r
2325                 create WTL category for VC7.x and VC8</font></p></li>\r
2326                 <li>\r
2327                 <p style=margin:0in><font face="Arial" size="2">Rename files from \r
2328                 WTLApp7x to WTLAppWiz, and add VS2005 setup file</font></p></li>\r
2329                 <li>\r
2330                 <p style=margin:0in><font face="Arial" size="2">Fixed setup \r
2331                 for x64</font></p></li>\r
2332         </ul>\r
2333   <p style=margin:0in>&nbsp;</p>\r
2334         <p style=margin:0in><font face="Arial" size="2">General:</font></p>\r
2335         <ul style='margin-top:0in;margin-bottom:0in'>\r
2336                 <li>\r
2337                 <p style=margin:0in><font face="Arial" size="2">Redefinition of _MAX_FNAME \r
2338                 with Dinkumware Standard C++ Library on Windows CE</font></p></li>\r
2339                 <li>\r
2340                 <p style=margin:0in><font face="Arial" size="2">Added ATLVERIFY macro \r
2341                 for ATL3</font></p></li>\r
2342                 <li>\r
2343                 <p style=margin:0in><font face="Arial" size="2">Support warning level 4</font></p>\r
2344                 </li>\r
2345                 <li>\r
2346                 <p style=margin:0in><font face="Arial" size="2">Missing methods \r
2347                 CToolBarCtrl::SetButtonInfo, InsertButton, CTabCtrl::SetItem, \r
2348                 CComboBoxEx::InsertItem, SetItem</font></p></li>\r
2349                 <li>\r
2350                 <p style=margin:0in><font face="Arial" size="2">Missing support for \r
2351                 WM_PRINTCLIENT</font></p></li>\r
2352                 <li>\r
2353                 <p style=margin:0in><font face="Arial" size="2">Removed usage of IsBad* \r
2354                 functions</font></p></li>\r
2355                 <li>\r
2356                 <p style=margin:0in><font face="Arial" size="2">Fixed various compiler \r
2357                 warnings</font></p></li>\r
2358                 <li>\r
2359                 <p style=margin:0in><font face="Arial" size="2">TCHAR bugs in various \r
2360                 files</font></p></li>\r
2361                 <li>\r
2362                 <p style=margin:0in><font face="Arial" size="2">Improved Windows CE support and changes for Visual Studio 2005</font></p></li>\r
2363         </ul>\r
2364         <p style=margin:0in>&nbsp;</p>\r
2365         <p style=margin:0in><font face="Arial" size="2">Misc:</font></p>\r
2366         <ul style='margin-top:0in;margin-bottom:0in'>\r
2367                 <li>\r
2368                 <p style=margin:0in><font face="Arial" size="2">CMDIChildWindowImpl: \r
2369                 HMENU should be destroyed in OnDestroy()</font></p>\r
2370                 </li>\r
2371                 <li>\r
2372                 <p style=margin:0in><font face="Arial" size="2">CStatic: Should use \r
2373                 STM_SETIMAGE instead of STM_SETICON for SetIcon() on Windows CE</font></p>\r
2374                 </li>\r
2375                 <li>\r
2376                 <p style=margin:0in><font face="Arial" size="2">CButton: GetButtonStyle() \r
2377                 uses wrong mask</font></p></li>\r
2378                 <li>\r
2379                 <p style=margin:0in><font face="Arial" size="2">CImageList: Made \r
2380                 Duplicate() method const</font></p></li>\r
2381                 <li>\r
2382                 <p style=margin:0in><font face="Arial" size="2">CListViewCtrl: Made \r
2383                 SubItemHitTest() method const</font></p></li>\r
2384                 <li>\r
2385                 <p style=margin:0in><font face="Arial" size="2">CTreeViewCtrl: GetItem() \r
2386                 and SetItem() incorrectly restricted to _WIN32_IE &gt;= 0x0500</font></p>\r
2387                 </li>\r
2388                 <li>\r
2389                 <p style=margin:0in><font face="Arial" size="2">CMonthCalendarCtrl: \r
2390                 GetMonthRange() should be GetMaxTodayWidth()</font></p></li>\r
2391                 <li>\r
2392                 <p style=margin:0in><font face="Arial" size="2">CDateTimePickerCtrl: \r
2393                 SetFormat() should have const argument</font></p></li>\r
2394                 <li>\r
2395                 <p style=margin:0in><font face="Arial" size="2">CBitmapButtonImpl: Fixed \r
2396                 resource leak by destroying tooltip window</font></p></li>\r
2397                 <li>\r
2398                 <p style=margin:0in><font face="Arial" size="2">\r
2399                 CMultiPaneStatusBarCtrlImpl: Cannot handle wide panes without resource \r
2400                 strings</font></p></li>\r
2401                 <li>\r
2402                 <p style=margin:0in><font face="Arial" size="2">CCheckListViewCtrlImpl: \r
2403                 Call CheckSelectedItems() through pT</font></p></li>\r
2404                 <li>\r
2405                 <p style=margin:0in><font face="Arial" size="2">CPaneContainerImpl: \r
2406                 SetPaneContainerExtendedStyle() should use pT to call CalcSize()</font></p></li>\r
2407                 <li>\r
2408                 <p style=margin:0in><font face="Arial" size="2">CFindFile: Enabled for \r
2409                 Windows CE</font></p></li>\r
2410                 <li>\r
2411                 <p style=margin:0in><font face="Arial" size="2">CPropertyPageImpl: Added \r
2412                 handlers for callback messages</font></p></li>\r
2413                 <li>\r
2414                 <p style=margin:0in><font face="Arial" size="2">atlcrack.h: Added return \r
2415                 value for MSG_WM_APPCOMMAND</font></p></li>\r
2416                 <li>\r
2417                 <p style=margin:0in><font face="Arial" size="2">CMenu: New method variants: AppendMenu, InsterMenu, ModifyMenu</font></p></li>\r
2418                 <li>\r
2419                 <p style=margin:0in><font face="Arial" size="2">CFont: Added arguments \r
2420                 for bold and italic to CreatePointFont()</font></p></li>\r
2421                 <li>\r
2422                 <p style=margin:0in><font face="Arial" size="2">CSize: Added scalar \r
2423                 operators for WTL::CSize and ATL::CSize</font></p></li>\r
2424                 <li>\r
2425                 <p style=margin:0in><font face="Arial" size="2">CRecentDocumentList: \r
2426                 Allow changing the &quot;DocumentCount&quot; and &quot;Document%i&quot; registry values \r
2427                 strings</font></p></li>\r
2428                 <li>\r
2429                 <p style=margin:0in><font face="Arial" size="2">CSplitterWindowImpl: \r
2430                 Enabled use for Windows CE</font></p></li>\r
2431         </ul>\r
2432   </blockquote>\r
2433 <p style=margin:0in><br>\r
2434 &nbsp;</p>\r
2435 <p style=margin:0in><b><font face="Arial">\r
2436 <a name="Changes Between WTL 7.1 And 7.0"></a>Changes Between WTL 7.1 And 7.0</font></b></p>\r
2437 <p style=margin:0in>&nbsp;</p>\r
2438   <p style=margin:0in><font face="Arial" size="2">New and improved:</font></p>\r
2439 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2440   <p style=margin:0in><font face="Arial" size="2">VC7 Compatibility: Support for \r
2441   ATL7 Module classes and critical sections and AppWizard setup for VC++ 7.1</font></p>\r
2442   <p style=margin:0in><font face="Arial" size="2">Windows CE Support: Full \r
2443   compatibility with Windows CE platforms and AppWizard for eMbedded Visual C++</font></p>\r
2444   <p style=margin:0in><font face="Arial" size="2">Namespace Support: Automatic \r
2445   &quot;using ATL&quot; (ATL7 only) or &quot;using WTL&quot; can now be turned off</font></p>\r
2446   <p style=margin:0in><font face="Arial" size="2">CHyperLink New Features: not \r
2447   underlined, underlined when hover, command button, link tags</font></p>\r
2448   <p style=margin:0in><font face="Arial" size="2">CCustomWaitCursor class \r
2449   supports custom and animated wait cursors</font></p>\r
2450   <p style=margin:0in><font face="Arial" size="2">AtlCreateBoldFont() for \r
2451   creating bold version of an existing font</font></p>\r
2452 </blockquote>\r
2453   <p style=margin:0in>&nbsp;</p>\r
2454   <p style=margin:0in><font face="Arial" size="2">Fixes and enhancements:</font></p>\r
2455   <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2456   <p style=margin:0in><font face="Arial" size="2">CFrameWindowImpl:</font></p>\r
2457   <ul style='margin-top:0in;margin-bottom:0in'>\r
2458     <li>\r
2459   <p style=margin:0in><font face="Arial" size="2">CreateSimpleToolBarCtrl() - \r
2460   remove dead code, improve error checking, add a global function that uses it</font></p>\r
2461     </li>\r
2462     <li>\r
2463   <p style=margin:0in><font face="Arial" size="2">Fix - PrepareChevronMenu() fails to \r
2464   get toolbar strings for Unicode</font></p>\r
2465     </li>\r
2466     <li>\r
2467   <p style=margin:0in><font face="Arial" size="2">CFrameWindowImplBase::Create() \r
2468   - improve ASSERT not to use m_hWnd if creation fails</font></p>\r
2469     </li>\r
2470     <li>\r
2471   <p style=margin:0in><font face="Arial" size="2">Fix - CFrameWndClassInfo::Register - \r
2472   should use %p formatting only for _WIN32_WINNT &gt;= 0x0500 or for _WIN64</font></p>\r
2473     </li>\r
2474     <li>\r
2475   <p style=margin:0in><font face="Arial" size="2">Fix - Chevron menus not positioned \r
2476   correctly with RTL</font></p>\r
2477     </li>\r
2478     <li>\r
2479   <p style=margin:0in><font face="Arial" size="2">Fix - CMDIChildWindowImpl: Problems \r
2480   creating maximized child windows and handling focus</font></p>\r
2481     </li>\r
2482     <li>\r
2483   <p style=margin:0in><font face="Arial" size="2">Fix - CMDIChildWindowImpl: Should \r
2484   activate on WM_MOUSEACTIVATE</font></p>\r
2485     </li>\r
2486   </ul>\r
2487   <p style=margin:0in>&nbsp;</p>\r
2488   <p style=margin:0in><font face="Arial" size="2">UpdateUI:</font></p>\r
2489   <ul style='margin-top:0in;margin-bottom:0in'>\r
2490     <li>\r
2491   <p style=margin:0in><font face="Arial" size="2">Fix - Incorrectly clears default \r
2492   item from the system menu in MDI apps</font></p>\r
2493     </li>\r
2494     <li>\r
2495   <p style=margin:0in><font face="Arial" size="2">Added UISetCheck with bool \r
2496   instead of int for the check state</font></p>\r
2497     </li>\r
2498   </ul>\r
2499   <p style=margin:0in>&nbsp;</p>\r
2500   <p style=margin:0in><font face="Arial" size="2">DDX:</font></p>\r
2501   <ul style='margin-top:0in;margin-bottom:0in'>\r
2502     <li>\r
2503   <p style=margin:0in><font face="Arial" size="2">Fix - Doesn't provide a way to \r
2504   change floating point precision</font></p>\r
2505     </li>\r
2506     <li>\r
2507   <p style=margin:0in><font face="Arial" size="2">Added DDX_CONTROL_HANDLE for \r
2508   non-CWindowImpl objects</font></p>\r
2509     </li>\r
2510     <li>\r
2511   <p style=margin:0in><font face="Arial" size="2">Added DDX_Check variant with \r
2512   bool instead of int for the check state</font></p>\r
2513     </li>\r
2514   </ul>\r
2515   <p style=margin:0in>&nbsp;</p>\r
2516   <p style=margin:0in><font face="Arial" size="2">Command Bar:</font></p>\r
2517   <ul style='margin-top:0in;margin-bottom:0in'>\r
2518     <li>\r
2519   <p style=margin:0in><font face="Arial" size="2">Fix - OnDrawItem() and OnMeasureItem() \r
2520   don't do a good check for owner-draw menu items</font></p>\r
2521     </li>\r
2522     <li>\r
2523   <p style=margin:0in><font face="Arial" size="2">Fix - Disabled 32-bit images not \r
2524   painted correctly in 3D menu mode</font></p>\r
2525     </li>\r
2526     <li>\r
2527   <p style=margin:0in><font face="Arial" size="2">Fix - Popup menus not positioned \r
2528   correctly with RTL</font></p>\r
2529     </li>\r
2530     <li>\r
2531   <p style=margin:0in><font face="Arial" size="2">Fix - Uses GCL_HICONSM instead of \r
2532   GCLP_HICONSM with GetClassLongPtr()</font></p>\r
2533     </li>\r
2534   </ul>\r
2535   <p style=margin:0in>&nbsp;</p>\r
2536   <p style=margin:0in><font face="Arial" size="2">MDI Command Bar:</font></p>\r
2537   <ul style='margin-top:0in;margin-bottom:0in'>\r
2538     <li>\r
2539   <p style=margin:0in><font face="Arial" size="2">Fix - Doesn't refresh icon if MDI \r
2540   children are different</font></p>\r
2541     </li>\r
2542     <li>\r
2543   <p style=margin:0in><font face="Arial" size="2">OnAllHookMessages() - improve \r
2544   code to handle MDI child window class icon</font></p>\r
2545     </li>\r
2546     <li>\r
2547   <p style=margin:0in><font face="Arial" size="2">Fix - OnNcLButtonDown() uses \r
2548   TPM_VERPOSANIMATION without checking Windows version</font></p>\r
2549     </li>\r
2550     <li>\r
2551   <p style=margin:0in><font face="Arial" size="2">Fix - Maximized MDI buttons in wrong \r
2552   place for RTL</font></p>\r
2553     </li>\r
2554     <li>\r
2555   <p style=margin:0in><font face="Arial" size="2">Should adjust cxIdeal for \r
2556   rebar bands for IE4</font></p>\r
2557     </li>\r
2558     <li>\r
2559   <p style=margin:0in><font face="Arial" size="2">Add support for different \r
2560   top-level menu widths by handling ideal size for rebar bands</font></p>\r
2561     </li>\r
2562   </ul>\r
2563   <p style=margin:0in>&nbsp;</p>\r
2564   <p style=margin:0in><font face="Arial" size="2">AppWizard:</font></p>\r
2565   <ul style='margin-top:0in;margin-bottom:0in'>\r
2566     <li>\r
2567   <p style=margin:0in><font face="Arial" size="2">Fix - Doesn't support MSDI \r
2568   application as a COM Server</font></p>\r
2569     </li>\r
2570     <li>\r
2571   <p style=margin:0in><font face="Arial" size="2">Fix - MDI with Form View - stack \r
2572   overflow closing maximized MDI child windows</font></p>\r
2573     </li>\r
2574     <li>\r
2575   <p style=margin:0in><font face="Arial" size="2">Fix - Generates VERSION resource \r
2576   name 'test1' regardless of the project name</font></p>\r
2577     </li>\r
2578     <li>\r
2579   <p style=margin:0in><font face="Arial" size="2">Fix - Dialog project with control \r
2580   hosting doesn't derive a dialog from CAxDialogImpl</font></p>\r
2581     </li>\r
2582     <li>\r
2583   <p style=margin:0in><font face="Arial" size="2">Fix - COM Server doesn't register \r
2584   type library</font></p>\r
2585     </li>\r
2586     <li>\r
2587   <p style=margin:0in><font face="Arial" size="2">Fix - COM Server doesn't register \r
2588   AppID properly</font></p>\r
2589     </li>\r
2590   </ul>\r
2591   <p style=margin:0in>&nbsp;</p>\r
2592   <p style=margin:0in><font face="Arial" size="2">CTreeViewCtrl:</font></p>\r
2593   <ul style='margin-top:0in;margin-bottom:0in'>\r
2594     <li>\r
2595   <p style=margin:0in><font face="Arial" size="2">Fix - GetItemData() needs better \r
2596   return value</font></p>\r
2597     </li>\r
2598     <li>\r
2599   <p style=margin:0in><font face="Arial" size="2">Fix - GetItemState() should use \r
2600   TVM_GETITEMSTATE instead of TVM_GETITEM for IE5</font></p>\r
2601     </li>\r
2602     <li>\r
2603   <p style=margin:0in><font face="Arial" size="2">GetItem() and SetItem() - \r
2604   added \r
2605   new variants that use TVITEMEX</font></p>\r
2606     </li>\r
2607     <li>\r
2608   <p style=margin:0in><font face="Arial" size="2">Fix - SortChildren() should add \r
2609   recurse flag argument</font></p>\r
2610     </li>\r
2611     <li>\r
2612   <p style=margin:0in><font face="Arial" size="2">Fix - CTreeItem doesn't support \r
2613   CTreeViewCtrlExT that has different TBase than CWindow</font></p>\r
2614     </li>\r
2615   </ul>\r
2616   <p style=margin:0in>&nbsp;</p>\r
2617   <p style=margin:0in><font face="Arial" size="2">CThemeImpl:</font></p>\r
2618   <ul style='margin-top:0in;margin-bottom:0in'>\r
2619     <li>\r
2620   <p style=margin:0in><font face="Arial" size="2">Fix - Uses scalar delete instead of \r
2621   the vector one</font></p>\r
2622     </li>\r
2623     <li>\r
2624   <p style=margin:0in><font face="Arial" size="2">Fix - EnableThemeDialogTexture() \r
2625   argument is BOOL instead of DWORD</font></p>\r
2626     </li>\r
2627   </ul>\r
2628   <p style=margin:0in>&nbsp;</p>\r
2629   <p style=margin:0in><font face="Arial" size="2">CFolderDialog:</font></p>\r
2630   <ul style='margin-top:0in;margin-bottom:0in'>\r
2631     <li>\r
2632   <p style=margin:0in><font face="Arial" size="2">Fix - EnableOK() passes wrong \r
2633   arguments to BFFM_ENABLEOK</font></p>\r
2634     </li>\r
2635     <li>\r
2636   <p style=margin:0in><font face="Arial" size="2">Fix - Always clears m_hWnd, which \r
2637   causes problem for nested messages</font></p>\r
2638     </li>\r
2639   </ul>\r
2640   <p style=margin:0in>&nbsp;</p>\r
2641   <p style=margin:0in><font face="Arial" size="2">CDialogResize:</font></p>\r
2642   <ul style='margin-top:0in;margin-bottom:0in'>\r
2643     <li>\r
2644   <p style=margin:0in><font face="Arial" size="2">Fix - DlgResize_Init() forces dialog \r
2645   to be visible by using SetRedraw()</font></p>\r
2646     </li>\r
2647     <li>\r
2648   <p style=margin:0in><font face="Arial" size="2">Forcing WS_THICKFRAME is not \r
2649   enough to make dialog resizable</font></p>\r
2650     </li>\r
2651     <li>\r
2652   <p style=margin:0in><font face="Arial" size="2">Min track size should be used \r
2653   for child dialogs as well</font></p>\r
2654     </li>\r
2655     <li>\r
2656   <p style=margin:0in><font face="Arial" size="2">Fix - DlgResize_PositionControl() \r
2657   incorrectly checks return value from MapWindowPoints()</font></p>\r
2658     </li>\r
2659   </ul>\r
2660   <p style=margin:0in>&nbsp;</p>\r
2661   <p style=margin:0in><font face="Arial" size="2">CAppModule:</font></p>\r
2662   <ul style='margin-top:0in;margin-bottom:0in'>\r
2663     <li>\r
2664   <p style=margin:0in><font face="Arial" size="2">Fix - CAppModule methods not \r
2665   thread-safe</font></p>\r
2666     </li>\r
2667     <li>\r
2668   <p style=margin:0in><font face="Arial" size="2">Fix - AddSettingChangeNotify() \r
2669   unusable in multithreaded apps because of delayed initialization</font></p>\r
2670     </li>\r
2671   </ul>\r
2672   <p style=margin:0in>&nbsp;</p>\r
2673   <p style=margin:0in><font face="Arial" size="2">CString:</font></p>\r
2674   <ul style='margin-top:0in;margin-bottom:0in'>\r
2675     <li>\r
2676   <p style=margin:0in><font face="Arial" size="2">Fix - Delete() doesn't allow \r
2677   deleting more than the length of the string</font></p>\r
2678     </li>\r
2679     <li>\r
2680   <p style=margin:0in><font face="Arial" size="2">Fix - Append() can cause buffer \r
2681   overrun</font></p>\r
2682     </li>\r
2683     <li>\r
2684   <p style=margin:0in><font face="Arial" size="2">Fix - MakeReverse() can cause an \r
2685   infinite loop</font></p>\r
2686     </li>\r
2687     <li>\r
2688   <p style=margin:0in><font face="Arial" size="2">Fix - _cstrstr() unnecessarily \r
2689   inefficient</font></p>\r
2690     </li>\r
2691     <li>\r
2692   <p style=margin:0in><font face="Arial" size="2">Fix - FindOneOf() is not DBCS-aware</font></p>\r
2693     </li>\r
2694     <li>\r
2695   <p style=margin:0in><font face="Arial" size="2">Fix - Format() does not recognize %E</font></p>\r
2696     </li>\r
2697     <li>\r
2698   <p style=margin:0in><font face="Arial" size="2">Fix - TrimLeft() and TrimRight() are \r
2699   only half-way DBCS-aware</font></p>\r
2700     </li>\r
2701     <li>\r
2702   <p style=margin:0in><font face="Arial" size="2">Fix - May cause assertions or \r
2703   undefined behavior with SBCS</font></p>\r
2704     </li>\r
2705   </ul>\r
2706   <p style=margin:0in>&nbsp;</p>\r
2707   <p style=margin:0in><font face="Arial" size="2">CRecentDocumentList:</font></p>\r
2708   <ul style='margin-top:0in;margin-bottom:0in'>\r
2709     <li>\r
2710   <p style=margin:0in><font face="Arial" size="2">Fix - SetMaxEntries() has an \r
2711   incorrect ASSERT</font></p>\r
2712     </li>\r
2713     <li>\r
2714   <p style=margin:0in><font face="Arial" size="2">Add CString variant of the \r
2715   GetFromList() method</font></p>\r
2716     </li>\r
2717     <li>\r
2718   <p style=margin:0in><font face="Arial" size="2">Add a way to replace command \r
2719   IDs used for the MRU list</font></p>\r
2720     </li>\r
2721     <li>\r
2722   <p style=margin:0in><font face="Arial" size="2">Add a way to replace registry \r
2723   key name</font></p>\r
2724     </li>\r
2725   </ul>\r
2726   <p style=margin:0in>&nbsp;</p>\r
2727   <p style=margin:0in><font face="Arial" size="2">Misc:</font></p>\r
2728   <ul style='margin-top:0in;margin-bottom:0in'>\r
2729     <li>\r
2730   <p style=margin:0in><font face="Arial" size="2">CMessageLoop::Run() - improve \r
2731   the loop by checking bDoIdle before calling PeekMessage()</font></p>\r
2732     </li>\r
2733     <li>\r
2734   <p style=margin:0in><font face="Arial" size="2">CServerAppModule: Clean-up \r
2735   unused code</font></p>\r
2736     </li>\r
2737     <li>\r
2738   <p style=margin:0in><font face="Arial" size="2">Fix - CServerAppModule::MonitorProc() \r
2739   - no need to call _endthreadex()</font></p>\r
2740     </li>\r
2741     <li>\r
2742   <p style=margin:0in><font face="Arial" size="2">Fix - CListBox::GetText() and \r
2743   CComboBox::GetLBText() (CString variants) don't check for LBERR/CB_ERR</font></p>\r
2744     </li>\r
2745     <li>\r
2746   <p style=margin:0in><font face="Arial" size="2">Fix - CAxPropertyPageImpl doesn't \r
2747   create ActiveX controls with ATL7</font></p>\r
2748     </li>\r
2749     <li>\r
2750   <p style=margin:0in><font face="Arial" size="2">Fix - CDC::GetTextExtentExPoint() \r
2751   missing</font></p>\r
2752     </li>\r
2753     <li>\r
2754   <p style=margin:0in><font face="Arial" size="2">CDC::SetWindowExt() should \r
2755   have default value NULL for the lpSizeRet argument</font></p>\r
2756     </li>\r
2757     <li>\r
2758   <p style=margin:0in><font face="Arial" size="2">Fix - CPropertySheetWindow missing \r
2759   methods for PSM_INSERTPAGE, PSM_SETHEADERTITLE, and PSM_SETHEADERSUBTITLE; \r
2760   AddPage should return BOOL</font></p>\r
2761     </li>\r
2762     <li>\r
2763   <p style=margin:0in><font face="Arial" size="2">Fix - CMapScrollImpl::SetScrollSize() \r
2764   uses wrong variable</font></p>\r
2765     </li>\r
2766     <li>\r
2767   <p style=margin:0in><font face="Arial" size="2">Fix - CHyperLink: WM_UPDATEUISTATE \r
2768   causes repaint without WM_PAINT</font></p>\r
2769     </li>\r
2770     <li>\r
2771   <p style=margin:0in><font face="Arial" size="2">Fix - CUpDownCtrl::GetPos() returns \r
2772   incorrect value</font></p>\r
2773     </li>\r
2774     <li>\r
2775   <p style=margin:0in><font face="Arial" size="2">Fix - CUpDownCtrl::GetPos32() \r
2776   doesn't have default arg value</font></p>\r
2777     </li>\r
2778     <li>\r
2779   <p style=margin:0in><font face="Arial" size="2">Fix - CMultiPaneStatusBarCtrl: \r
2780   Always uses size grip for positioning panes</font></p>\r
2781     </li>\r
2782     <li>\r
2783   <p style=margin:0in><font face="Arial" size="2">Fix - CTabCtrl::InsertItem() should \r
2784   return int, not BOOL</font></p>\r
2785     </li>\r
2786     <li>\r
2787   <p style=margin:0in><font face="Arial" size="2">CReBarCtrl: Added LockBands() \r
2788   method</font></p>\r
2789     </li>\r
2790     <li>\r
2791   <p style=margin:0in><font face="Arial" size="2">Fix - CFont: uninitialized variable \r
2792   passed to DPtoLP</font></p>\r
2793     </li>\r
2794     <li>\r
2795   <p style=margin:0in><font face="Arial" size="2">Fix - CPrintDialogImpl: Crash when \r
2796   displaying Print Setup dialog</font></p>\r
2797     </li>\r
2798     <li>\r
2799   <p style=margin:0in><font face="Arial" size="2">Fix -\r
2800   CPageSetupDialogImpl::PaintHookProc() - should use T* and return UINT_PTR \r
2801   instead of UINT</font></p>\r
2802     </li>\r
2803     <li>\r
2804   <p style=margin:0in><font face="Arial" size="2">Fix - CPrintJob doesn't support \r
2805   printing to a file</font></p>\r
2806     </li>\r
2807     <li>\r
2808   <p style=margin:0in><font face="Arial" size="2">Fix - CSplitterImpl: Doesn't handle \r
2809   WM_CAPTURECHANGED - can get in an invalid state</font></p>\r
2810     </li>\r
2811     <li>\r
2812   <p style=margin:0in><font face="Arial" size="2">CRichEditCtrl: Add method for \r
2813   EM_SETTABSTOPS</font></p>\r
2814     </li>\r
2815     <li>\r
2816   <p style=margin:0in><font face="Arial" size="2">Fix - CFindFile::GetFilePath() \r
2817   checks for a trailing slash, but doesn't use that info</font></p>\r
2818     </li>\r
2819   </ul>\r
2820   <p style=margin:0in>&nbsp;</p>\r
2821   <p style=margin:0in><font face="Arial" size="2">General:</font></p>\r
2822   <ul style='margin-top:0in;margin-bottom:0in'>\r
2823     <li>\r
2824   <p style=margin:0in><font face="Arial" size="2">Fix - Problems compiling with /Zc:forScope \r
2825   ('for' loop scope conformance)</font></p>\r
2826     </li>\r
2827     <li>\r
2828   <p style=margin:0in><font face="Arial" size="2">Use named constants instead of \r
2829   values for pixel sizes, buffer lengths, etc.</font></p>\r
2830     </li>\r
2831     <li>\r
2832   <p style=margin:0in><font face="Arial" size="2">Support building with Managed \r
2833   C++ (/CLR)</font></p>\r
2834     </li>\r
2835     <li>\r
2836   <p style=margin:0in><font face="Arial" size="2">CMenuItemInfo - add run-time \r
2837   support for different versions of Windows</font></p>\r
2838     </li>\r
2839     <li>\r
2840   <p style=margin:0in><font face="Arial" size="2">CommCtrl.h change - additional \r
2841   fields in IMAGELISTDRAWPARAMS now depend on _WIN32_IE instead of _WIN32_WINNT</font></p>\r
2842     </li>\r
2843     <li>\r
2844   <p style=margin:0in><font face="Arial" size="2">Fix - Incorrect usage of CRegKey::QueryStringValue()</font></p>\r
2845     </li>\r
2846     <li>\r
2847   <p style=margin:0in><font face="Arial" size="2">Fix - Operator = for GDI and USER \r
2848   wrappers leaks handle if it's managed variant</font></p>\r
2849     </li>\r
2850     <li>\r
2851   <p style=margin:0in><font face="Arial" size="2">Fix - GDI and USER wrappers break \r
2852   under self-assignments</font></p>\r
2853     </li>\r
2854     <li>\r
2855   <p style=margin:0in><font face="Arial" size="2">Fix - Chaining messages with cracked \r
2856   handlers broken with ATL7</font></p>\r
2857     </li>\r
2858     <li>\r
2859   <p style=margin:0in><font face="Arial" size="2">Initialize all variables and \r
2860   structures prior to use</font></p>\r
2861     </li>\r
2862     <li>\r
2863   <p style=margin:0in><font face="Arial" size="2">Use new common control struct \r
2864   names</font></p>\r
2865     </li>\r
2866   </ul>\r
2867   </blockquote>\r
2868   <p style=margin:0in>&nbsp;</p>\r
2869   <p style=margin:0in>&nbsp;</p>\r
2870 <p style=margin:0in><b><font face="Arial">\r
2871 <a name="Changes Between WTL 7.0 And 3.1"></a>Changes Between WTL 7.0 And 3.1</font></b></p>\r
2872 <p style=margin:0in>&nbsp;</p>\r
2873 <p style=margin:0in><font face="Arial" size="2">New classes and features:</font></p>\r
2874 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2875   <p style=margin:0in><font face="Arial" size="2">Support for new Common Controls v6 messages</font></p>\r
2876   <p style=margin:0in><font face="Arial" size="2">Support for Visual Studio .NET and ATL 7.0</font></p>\r
2877   <p style=margin:0in><font face="Arial" size="2">WTLApp70 - new AppWizard for Visual Studio \r
2878   .NET</font></p>\r
2879   <p style=margin:0in><font face="Arial" size="2">CThemeImpl - implements support for Windows XP \r
2880   themes</font></p>\r
2881   <p style=margin:0in><font face="Arial" size="2">CMDICommandBarCtrl - implements Command Bar for \r
2882   MDI applications</font></p>\r
2883 </blockquote>\r
2884 <p style=margin:0in>&nbsp;</p>\r
2885 <p style=margin:0in><font face="Arial" size="2">Fixes and enhancements:</font></p>\r
2886 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
2887   <p style=margin:0in><font face="Arial" size="2">Command Bar:</font></p>\r
2888   <ul style='margin-top:0in;margin-bottom:0in'>\r
2889     <li><font face="Arial" size="2">Bogus assert in OnDestroy</font></li>\r
2890     <li><font face="Arial" size="2">Check marks can be truncated in large font \r
2891     settings</font></li>\r
2892     <li><font face="Arial" size="2">Use pT to access GetSystemSettings, \r
2893     DrawMenuText, DrawBitmapDisabled, Draw3DCheckmark, DoPopupMenu, \r
2894     DoTrackPopupMenu, TakeFocus, GiveFocusBack, so they can be overridden</font></li>\r
2895     <li><font face="Arial" size="2">No hot-tracking if main window is not active</font></li>\r
2896     <li><font face="Arial" size="2">Top level items not painted inactive if app \r
2897     looses activation while drop down menu is displayed</font></li>\r
2898     <li><font face="Arial" size="2">Added Windows XP flat menus support</font></li>\r
2899     <li><font face="Arial" size="2">Drop-down menu doesn't close if clicked \r
2900     again (Windows XP only)</font></li>\r
2901     <li><font face="Arial" size="2">Menu item text and accelerator text too \r
2902     close with some settings</font></li>\r
2903     <li><font face="Arial" size="2">Keyboard can still access clipped menu items</font></li>\r
2904     <li><font face="Arial" size="2">Added support for hiding keyboard navigation \r
2905     indicators until Alt key is pressed (system setting)</font></li>\r
2906     <li><font face="Arial" size="2">Added AddIcon and ReplaceIcon variants for \r
2907     icon resources</font></li>\r
2908     <li><font face="Arial" size="2">Image size calculated differently in \r
2909     different places</font></li>\r
2910     <li><font face="Arial" size="2">Add support for 32-bit (alpha channel) \r
2911     bitmaps for Windows XP</font></li>\r
2912     <li><font face="Arial" size="2">Fixed width calculation for default menu \r
2913     items</font></li>\r
2914   </ul>\r
2915   <p style=margin:0in>&nbsp;</p>\r
2916   <p style=margin:0in><font face="Arial" size="2">CFrameWindowImpl:</font></p>\r
2917   <ul style='margin-top:0in;margin-bottom:0in'>\r
2918     <li><font face="Arial" size="2">AddSimpleReBarBandCtrl sets toolbar extended \r
2919     styles without preserving old ones</font></li>\r
2920     <li><font face="Arial" size="2">PrepareChevronMenu should not create menu \r
2921     items for buttons with TBSTATE_HIDDEN</font></li>\r
2922     <li><font face="Arial" size="2">TPM_VERPOSANIMATION will not be defined in \r
2923     atlframe.h if atlctrlw.h is included first</font></li>\r
2924     <li><font face="Arial" size="2">CreateSimpleToolBarCtrl - height might be \r
2925     too small if large font is used</font></li>\r
2926     <li><font face="Arial" size="2">PrepareChevronMenu uses TB_GETBUTTONTEXT, \r
2927     better use TB_GETBUTTONINFO</font></li>\r
2928     <li><font face="Arial" size="2">Chevron menu doesn't close if clicked again \r
2929     (Windows XP only)</font></li>\r
2930     <li><font face="Arial" size="2">Should check local classes for superclassing</font></li>\r
2931     <li><font face="Arial" size="2">Add support for 32-bit (alpha channel) \r
2932     bitmaps for Windows XP</font></li>\r
2933   </ul>\r
2934   <p style=margin:0in>&nbsp;</p>\r
2935   <p style=margin:0in><font face="Arial" size="2">Update UI:</font></p>\r
2936   <ul style='margin-top:0in;margin-bottom:0in'>\r
2937     <li><font face="Arial" size="2">UISetText can clear other menu item flags</font></li>\r
2938     <li><font face="Arial" size="2">CUpdateUI::UIUpdateState assigns value with \r
2939     |= instead of =</font></li>\r
2940     <li><font face="Arial" size="2">Added UISetDefault() and fix default state \r
2941     to work with menus</font></li>\r
2942   </ul>\r
2943   <p style=margin:0in>&nbsp;</p>\r
2944   <p style=margin:0in><font face="Arial" size="2">CString:</font></p>\r
2945   <ul style='margin-top:0in;margin-bottom:0in'>\r
2946     <li><font face="Arial" size="2">GetBuffer() and GetBufferSetLength() should \r
2947     return NULL in out-of-memory condition</font></li>\r
2948     <li><font face="Arial" size="2">Added missing methods: separate c-tors for \r
2949     LPCSTR and LPCWSTR, CollateNoCase, TrimRight and TrimLeft variants, Find \r
2950     variants, moved FormatV to public</font></li>\r
2951     <li><font face="Arial" size="2">Fix _IsValidString usage</font></li>\r
2952     <li><font face="Arial" size="2">FormatV incorrectly calculates buffer size \r
2953     (too big)</font></li>\r
2954     <li><font face="Arial" size="2">Usage of _ttoi causes problems with _ATL_MIN_CRT \r
2955     in VC7</font></li>\r
2956   </ul>\r
2957   <p style=margin:0in>&nbsp;</p>\r
2958   <p style=margin:0in><font face="Arial" size="2">CDC:</font></p>\r
2959   <ul style='margin-top:0in;margin-bottom:0in'>\r
2960     <li><font face="Arial" size="2">GetTabbedTextExtent() should return DWORD \r
2961     instead of BOOL</font></li>\r
2962     <li><font face="Arial" size="2">Add FillRect() that accept color index \r
2963     instead of a brush handle</font></li>\r
2964     <li><font face="Arial" size="2">DrawDragRect() leaks regions and a brush</font></li>\r
2965     <li><font face="Arial" size="2">Improved DitherBlt() - added brushes as \r
2966     arguments for used colors</font></li>\r
2967     <li><font face="Arial" size="2">Added DrawShadowText() (uses LoadLibrary/GetProcAddress \r
2968     to run on older Windows)</font></li>\r
2969   </ul>\r
2970   <p style=margin:0in>&nbsp;</p>\r
2971   <p style=margin:0in><font face="Arial" size="2">CListViewCtrl:</font></p>\r
2972   <ul style='margin-top:0in;margin-bottom:0in'>\r
2973     <li><font face="Arial" size="2">SetItemState should use LVM_SETITEMSTATE</font></li>\r
2974     <li><font face="Arial" size="2">SetItemCount should return a BOOL</font></li>\r
2975   </ul>\r
2976   <p style=margin:0in>&nbsp;</p>\r
2977   <p style=margin:0in><font face="Arial" size="2">CRichEditCtrl:</font></p>\r
2978   <ul style='margin-top:0in;margin-bottom:0in'>\r
2979     <li><font face="Arial" size="2">Added SetCharFormat() variant that accepts \r
2980     flags (for SCF_ALL)</font></li>\r
2981     <li><font face="Arial" size="2">CharFromPos() should pass a pointer to \r
2982     POINTL in lParam</font></li>\r
2983     <li><font face="Arial" size="2">GetTextRange() - should add Unicode variant \r
2984     for rich edit version &gt;= 2</font></li>\r
2985     <li><font face="Arial" size="2">Added another FormatRange() that can accept \r
2986     a pointer to FORMATRANGE (needed for passing NULL to clear cache)</font></li>\r
2987   </ul>\r
2988   <p style=margin:0in>&nbsp;</p>\r
2989   <p style=margin:0in><font face="Arial" size="2">CHyperLink:</font></p>\r
2990   <ul style='margin-top:0in;margin-bottom:0in'>\r
2991     <li><font face="Arial" size="2">Allow overriding of Navigate and \r
2992     CalcLabelRect</font></li>\r
2993     <li><font face="Arial" size="2">Doesn't handle right or center alignment</font></li>\r
2994   </ul>\r
2995   <p style=margin:0in>&nbsp;</p>\r
2996   <p style=margin:0in><font face="Arial" size="2">CColorDialog:</font></p>\r
2997   <ul style='margin-top:0in;margin-bottom:0in'>\r
2998     <li><font face="Arial" size="2">Has static variables that were not \r
2999     initialized with _ATL_MIN_CRT</font></li>\r
3000     <li><font face="Arial" size="2">Fixed HookProc for ColorOK message - the \r
3001     message is not sent, but the hook proc is called directly</font></li>\r
3002   </ul>\r
3003   <p style=margin:0in>&nbsp;</p>\r
3004   <p style=margin:0in><font face="Arial" size="2">atlcrack.h:</font></p>\r
3005   <ul style='margin-top:0in;margin-bottom:0in'>\r
3006     <li><font face="Arial" size="2">MSG_WM_TIMER crack macro should cast to \r
3007     TIMERPROC instead of TIMERPROC*</font></li>\r
3008     <li><font face="Arial" size="2">Add cracked handlers for all new messages in \r
3009     Common Controls 6</font></li>\r
3010   </ul>\r
3011   <p style=margin:0in>&nbsp;</p>\r
3012   <p style=margin:0in><font face="Arial" size="2">atlapp.h:</font></p>\r
3013   <ul style='margin-top:0in;margin-bottom:0in'>\r
3014     <li><font face="Arial" size="2">Fixed problems with atlTraceUI with ATL7</font></li>\r
3015     <li><font face="Arial" size="2">#ifdefs for ATL7 were in the wrong place</font></li>\r
3016   </ul>\r
3017   <p style=margin:0in>&nbsp;</p>\r
3018   <p style=margin:0in><font face="Arial" size="2">atlctrls.h:</font></p>\r
3019   <ul style='margin-top:0in;margin-bottom:0in'>\r
3020     <li><font face="Arial" size="2">Add support in control classes for all new \r
3021     messages in Common Controls 6</font></li>\r
3022   </ul>\r
3023   <p style=margin:0in>&nbsp;</p>\r
3024   <p style=margin:0in><font face="Arial" size="2">CRecentDocumentList:</font></p>\r
3025   <ul style='margin-top:0in;margin-bottom:0in'>\r
3026     <li><font face="Arial" size="2">AtlCompactPath corrupts memory if filename \r
3027     is longer than requested compact size</font></li>\r
3028     <li><font face="Arial" size="2">ReadFromRegistry incorrectly checks for \r
3029     error when reading from registry</font></li>\r
3030   </ul>\r
3031   <p style=margin:0in>&nbsp;</p>\r
3032   <p style=margin:0in><font face="Arial" size="2">CSplitterWindow:</font></p>\r
3033   <ul style='margin-top:0in;margin-bottom:0in'>\r
3034     <li><font face="Arial" size="2">Incorrect calculation of middle position</font></li>\r
3035     <li><font face="Arial" size="2">3D border now drawn only if WS_EX_CLIENTEDGE \r
3036     is set</font></li>\r
3037   </ul>\r
3038   <p style=margin:0in>&nbsp;</p>\r
3039   <p style=margin:0in><font face="Arial" size="2">Printing:</font></p>\r
3040   <ul style='margin-top:0in;margin-bottom:0in'>\r
3041     <li><font face="Arial" size="2">Uses DWORD instead of an int for a job ID</font></li>\r
3042     <li><font face="Arial" size="2">CPrintJob::CancelPrintJob shouldn't have a \r
3043     return value</font></li>\r
3044   </ul>\r
3045   <p style=margin:0in>&nbsp;</p>\r
3046   <p style=margin:0in><font face="Arial" size="2">Misc:</font></p>\r
3047   <ul style='margin-top:0in;margin-bottom:0in'>\r
3048     <li><font face="Arial" size="2">CRegKey::QueryValue and SetValue are \r
3049     deprecated in ATL7</font></li>\r
3050     <li><font face="Arial" size="2">Added direct support for ATL7</font></li>\r
3051     <li><font face="Arial" size="2">Replace ScreenToClient and ClientToScreen \r
3052     with MapWindowPoints to support RTL layout</font></li>\r
3053     <li><font face="Arial" size="2">CFindFile::GetFilePath(LPTSTR...) returns \r
3054     path without the file name</font></li>\r
3055     <li><font face="Arial" size="2">MDI: Updating client edge in \r
3056     WM_WINDOWPOSCHANGING causes minimize/maximize/restore animation problems, \r
3057     use WM_WINDOWPOSCHANGED</font></li>\r
3058     <li><font face="Arial" size="2">Custom Draw: Added \r
3059     CCustomDraw::OnSubItemPrePaint() overrideable method</font></li>\r
3060     <li><font face="Arial" size="2">CFolderDialogImpl uses 'this' for \r
3061     BROWSEINFO.lParam instead of T*</font></li>\r
3062     <li><font face="Arial" size="2">CImageList::Destroy shouldn't use Detach()</font></li>\r
3063     <li><font face="Arial" size="2">ATL7 has its own AtlLoadString</font></li>\r
3064     <li><font face="Arial" size="2">CPropertySheet doesn't close when you press \r
3065     X button</font></li>\r
3066     <li><font face="Arial" size="2">Fixed problems for _U_STRINGorID and others \r
3067     that moved from atlbase.h to atlwin.h in ATL7</font></li>\r
3068     <li><font face="Arial" size="2">Add AtlMessageBox() that accepts either \r
3069     in-memory or resource strings</font></li>\r
3070     <li><font face="Arial" size="2">CScrollImpl: fixed bug with scrolling child \r
3071     windows</font></li>\r
3072     <li><font face="Arial" size="2">CPropertyPageImpl: Add new notification \r
3073     handlers to enable direct return values (use #ifdef _WTL_NEW_PAGE_NOTIFY_HANDLERS \r
3074     to use them)</font></li>\r
3075     <li><font face="Arial" size="2">Add AtlInitCommonControls() to simplify use</font></li>\r
3076     <li><font face="Arial" size="2">DDX: Fixed usage of the size of char arrays \r
3077     for DDX</font></li>\r
3078     <li><font face="Arial" size="2">CPageSetupDialog: changed usage of \r
3079     CWndProcThunk because of changes in ATL7</font></li>\r
3080     <li><font face="Arial" size="2">Fix confusing precedence in expressions</font></li>\r
3081     <li><font face="Arial" size="2">Removed forward declarations because default \r
3082     values for template arguments shouldn't be specified in two places (we don't \r
3083     need them anyway)</font></li>\r
3084     <li><font face="Arial" size="2">Win64: Fix /Wp64 warnings from 32-bit VC7 \r
3085     compiler caused by SDK headers</font></li>\r
3086     <li><font face="Arial" size="2">Fix direct usage of English strings (they \r
3087     can be #defined to something else now)</font></li>\r
3088     <li><font face="Arial" size="2">AtlGetCommCtrlVersion not defined if _ATL_DLL \r
3089     is in ATL 3.0 (and CmdBar is using it)</font></li>\r
3090   </ul>\r
3091   <p style=margin:0in>&nbsp;</p>\r
3092   <p style=margin:0in><font face="Arial" size="2">AppWizard:</font></p>\r
3093   <ul style='margin-top:0in;margin-bottom:0in'>\r
3094     <li><font face="Arial" size="2">Added manifest for Common Controls 6</font></li>\r
3095     <li><font face="Arial" size="2">Loading Rich Edit DLL should use HMODULE</font></li>\r
3096     <li><font face="Arial" size="2">Should not use atlimpl.cpp for ATL7</font></li>\r
3097     <li><font face="Arial" size="2">Added message handler prototypes to \r
3098     generated files</font></li>\r
3099     <li><font face="Arial" size="2">VERSION resource always has VALUE &quot;OLESelfRegister&quot; \r
3100     (now only for COM servers)</font></li>\r
3101     <li><font face="Arial" size="2">Added option for putting implementation in \r
3102     CPP files</font></li>\r
3103     <li><font face="Arial" size="2">d-tor for the thread manager class in MSDI \r
3104     project executed after the heap is destroyed</font></li>\r
3105     <li><font face="Arial" size="2">Wrong settings when changing to a dialog \r
3106     project and back (AppWizard 6.0 only)</font></li>\r
3107     <li><font face="Arial" size="2">Remove cut/copy/paste accelerators for form \r
3108     view and dialogs projects</font></li>\r
3109     <li><font face="Arial" size="2">Fix toolbar bitmaps so they are not \r
3110     transparent (problem with Windows XP flat menus only)</font></li>\r
3111     <li><font face="Arial" size="2">Used CMDICommandBarCtrl for MDI apps</font></li>\r
3112     <li><font face="Arial" size="2">Add symbols required for VC7 Class Wizard to \r
3113     recognize an ATL project</font></li>\r
3114     <li><font face="Arial" size="2">Changed default styles for the rebar, so it \r
3115     does look OK without CmdBar and with manifest</font></li>\r
3116     <li><font face="Arial" size="2">Added setup programs for both AppWizards</font></li>\r
3117     <li><font face="Arial" size="2">Remove ignored resource attributes: \r
3118     MOVEABLE, PURE, etc. (AppWizard 7.0 only)</font></li>\r
3119     <li><font face="Arial" size="2">Add call to DefWindowProc to WinMain to \r
3120     resolve possible problems if MSLU is used</font></li>\r
3121   </ul>\r
3122   <p style=margin:0in>&nbsp;</p>\r
3123   <p style=margin:0in><font face="Arial" size="2">Samples:</font></p>\r
3124   <ul style='margin-top:0in;margin-bottom:0in'>\r
3125     <li><font face="Arial" size="2">Updated toolbar bitmaps, added #ifdefs for \r
3126     ATL7, added manifest file for CommCtrl6, qualified _U_RECT with WTL \r
3127     namespace, updated use of deprecated CRegKey functions, added VC7 projects</font></li>\r
3128     <li><font face="Arial" size="2">Added Alpha sample</font></li>\r
3129   </ul>\r
3130 </blockquote>\r
3131 <p style=margin:0in>&nbsp;</p>\r
3132 <p style=margin:0in>&nbsp;</p>\r
3133 <p style=margin:0in><b><font face="Arial">\r
3134 <a name="Changes Between WTL 3.1 And 3.0"></a>Changes Between WTL 3.1 And \r
3135 3.0</font></b></p>\r
3136 <p style=margin:0in>&nbsp;</p>\r
3137 <p style=margin:0in><font face="Arial" size="2">New classes:</font></p>\r
3138 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
3139   <p style=margin:0in><font face="Arial" size="2">CPaneContainer - implements a window that \r
3140   provides a title bar and a close button (like Explorer)</font></p>\r
3141   <p style=margin:0in><font face="Arial" size="2">CDialogResize - an MI class that allows \r
3142   resizing of dialogs (or any windows with child windows/controls)</font></p>\r
3143   <p style=margin:0in><font face="Arial" size="2">CAxPropertyPageImpl - implements a property \r
3144   page that can host ActiveX controls</font></p>\r
3145 </blockquote>\r
3146 <p style=margin:0in>&nbsp;</p>\r
3147 <p style=margin:0in><font face="Arial" size="2">Fixes and enhancements:</font></p>\r
3148 <blockquote style='margin-top:0in;margin-bottom:0in'>\r
3149   <p style=margin:0in><font face="Arial" size="2">CServerAppModule now clears m_hEventShutdown to \r
3150   avoid calling CloseHandle twice</font></p>\r
3151   <p style=margin:0in>&nbsp;</p>\r
3152   <p style=margin:0in><font face="Arial" size="2">CString:</font></p>\r
3153   <ul style='margin-top:0in;margin-bottom:0in'>\r
3154     <li><font face="Arial" size="2">operator += now leaves original string \r
3155     intact if it's out of memory</font></li>\r
3156     <li><font face="Arial" size="2">Fixed bad DWORD_PTR usage in TrimRight, \r
3157     TrimLeft, Replace, Remove</font></li>\r
3158     <li><font face="Arial" size="2">Removed dependencies on CRT for projects \r
3159     that don't use it</font></li>\r
3160     <li><font face="Arial" size="2">Insert - fixed string corruption in release \r
3161     builds</font></li>\r
3162     <li><font face="Arial" size="2">Added optional floating point formatting \r
3163     (for projects that use CRT)</font></li>\r
3164   </ul>\r
3165   <p style=margin:0in>&nbsp;</p>\r
3166   <p style=margin:0in><font face="Arial" size="2">CEdit and CRichEditCtrl: SetSelAll and \r
3167   SetSelNone had reversed implementation</font></p>\r
3168   <p style=margin:0in>&nbsp;</p>\r
3169   <p style=margin:0in><font face="Arial" size="2">atlres.h: Changed IDs so that they are \r
3170   compatible with MFC's afxres.h</font></p>\r
3171   <p style=margin:0in>&nbsp;</p>\r
3172   <p style=margin:0in><font face="Arial" size="2">Command Bar:</font></p>\r
3173   <ul style='margin-top:0in;margin-bottom:0in'>\r
3174     <li><font face="Arial" size="2">Added LoadMappedImages()</font></li>\r
3175     <li><font face="Arial" size="2">Changed handling of left and right arrow \r
3176     keys so that they don't close context menus</font></li>\r
3177     <li><font face="Arial" size="2">Add code to handle left/right arrow keys \r
3178     correctly on mirrored (RTL) systems</font></li>\r
3179     <li><font face="Arial" size="2">Removed handler that eats parent window's \r
3180     WM_SETTINGCHANGE</font></li>\r
3181     <li><font face="Arial" size="2">Fixed bitmap resource leak in \r
3182     Draw3DCheckmark</font></li>\r
3183     <li><font face="Arial" size="2">Fixed incorrect usage of CharLower in \r
3184     OnMenuChar</font></li>\r
3185     <li><font face="Arial" size="2">Fixed wrong color for the disabled items in \r
3186     hi-contrast mode</font></li>\r
3187     <li><font face="Arial" size="2">Added code to gray menu items if main window \r
3188     is inactive</font></li>\r
3189     <li><font face="Arial" size="2">Fixed keyboard mnemonic handling for IE 4</font></li>\r
3190     <li><font face="Arial" size="2">Fixed hook problems with multiple cmdbars in \r
3191     the same thread</font></li>\r
3192     <li><font face="Arial" size="2">Added support for radio menu items</font></li>\r
3193     <li><font face="Arial" size="2">Added support for disabled top-level menu \r
3194     items (also added in CFrameWindowImpl::PrepareChevronMenu)</font></li>\r
3195     <li><font face="Arial" size="2">Added keyboard shortcut (Alt+/) to invoke \r
3196     chevron menu</font></li>\r
3197     <li><font face="Arial" size="2">Added support to override menu item length \r
3198     in a derived class</font></li>\r
3199   </ul>\r
3200   <p style=margin:0in>&nbsp;</p>\r
3201   <p style=margin:0in><font face="Arial" size="2">CBitmapButton:</font></p>\r
3202   <ul style='margin-top:0in;margin-bottom:0in'>\r
3203     <li><font face="Arial" size="2">Bypassed BUTTON DefWindowProc for hover \r
3204     style so that the button doesn't take focus</font></li>\r
3205     <li><font face="Arial" size="2">Added BMPBTN_AUTOFIRE extended style</font></li>\r
3206   </ul>\r
3207   <p style=margin:0in>&nbsp;</p>\r
3208   <p style=margin:0in><font face="Arial" size="2">CDC:</font></p>\r
3209   <ul style='margin-top:0in;margin-bottom:0in'>\r
3210     <li><font face="Arial" size="2">Added _WTL_FORWARD_DECLARE_CSTRING define to \r
3211     allow usage of methods that accept CString</font></li>\r
3212     <li><font face="Arial" size="2">Fixed errors in GetTextFace and \r
3213     GetMenuItemString</font></li>\r
3214     <li><font face="Arial" size="2">Added GetCharWidth32</font></li>\r
3215     <li><font face="Arial" size="2">Added DrawIconEx method</font></li>\r
3216   </ul>\r
3217   <p style=margin:0in>&nbsp;</p>\r
3218   <p style=margin:0in><font face="Arial" size="2">CMenu:</font></p>\r
3219   <ul style='margin-top:0in;margin-bottom:0in'>\r
3220     <li><font face="Arial" size="2">Implement following missing methods:<br>\r
3221 &nbsp;&nbsp;&nbsp; GetMenuDefaultItem<br>\r
3222 &nbsp;&nbsp;&nbsp; GetMenuInfo<br>\r
3223 &nbsp;&nbsp;&nbsp; GetMenuItemRect<br>\r
3224 &nbsp;&nbsp;&nbsp; HiliteMenuItem<br>\r
3225 &nbsp;&nbsp;&nbsp; IsMenu<br>\r
3226 &nbsp;&nbsp;&nbsp; MenuItemFromPoint<br>\r
3227 &nbsp;&nbsp;&nbsp; SetMenuDefaultItem<br>\r
3228 &nbsp;&nbsp;&nbsp; SetMenuInfo</font></li>\r
3229     <li><font face="Arial" size="2">GetMenuString - fixed to include space for \r
3230     terminating NULL character in returning string</font></li>\r
3231   </ul>\r
3232   <p style=margin:0in>&nbsp;</p>\r
3233   <p style=margin:0in><font face="Arial" size="2">GDI and USER classes should destroy the \r
3234   GDI/USER objects in Attach if GDI/USER resource is managed</font></p>\r
3235   <p style=margin:0in>&nbsp;</p>\r
3236   <p style=margin:0in><font face="Arial" size="2">CFrameWindowImpl:</font></p>\r
3237   <ul style='margin-top:0in;margin-bottom:0in'>\r
3238     <li><font face="Arial" size="2">OnToolTipText shouldn't save tool tip text \r
3239     if it's not for a menu</font></li>\r
3240     <li><font face="Arial" size="2">AddSimpleReBarBandCtrl now adds chevron \r
3241     style only for toolbars with buttons</font></li>\r
3242     <li><font face="Arial" size="2">AddSimpleReBarBand(Ctrl) - calc band ID if \r
3243     not specified</font></li>\r
3244   </ul>\r
3245   <p style=margin:0in>&nbsp;</p>\r
3246   <p style=margin:0in><font face="Arial" size="2">CRecentDocumentList:</font></p>\r
3247   <ul style='margin-top:0in;margin-bottom:0in'>\r
3248     <li><font face="Arial" size="2">Fix - UpdateMenu deletes wrong menu item \r
3249     when the list is empty</font></li>\r
3250     <li><font face="Arial" size="2">Added code to allow restricting the number \r
3251     of characters displayed by MRU menu items</font></li>\r
3252   </ul>\r
3253   <p style=margin:0in>&nbsp;</p>\r
3254   <p style=margin:0in><font face="Arial" size="2">Update UI:</font></p>\r
3255   <ul style='margin-top:0in;margin-bottom:0in'>\r
3256     <li><font face="Arial" size="2">Added support for blocking accelerators for \r
3257     disabled items</font></li>\r
3258     <li><font face="Arial" size="2">Improved search code assuming there are no \r
3259     duplicate entries (and added checks for duplicates)</font></li>\r
3260   </ul>\r
3261   <p style=margin:0in>&nbsp;</p>\r
3262   <p style=margin:0in><font face="Arial" size="2">CSplitterWindow:</font></p>\r
3263   <ul style='margin-top:0in;margin-bottom:0in'>\r
3264     <li><font face="Arial" size="2">CSplitterWindowImpl should derive from \r
3265     CSplitterImpl&lt;T , t_bVertical&gt; to allow overriding of methods</font></li>\r
3266     <li><font face="Arial" size="2">Added single pane mode and SetSinglePaneMode/GetSinglePaneMode</font></li>\r
3267     <li><font face="Arial" size="2">Added right/bottom aligned resize mode using \r
3268     extended styles SPLIT_RIGHTALIGNED/SPLIT_BOTTOMALIGNED</font></li>\r
3269   </ul>\r
3270   <p style=margin:0in>&nbsp;</p>\r
3271   <p style=margin:0in><font face="Arial" size="2">atlcrack.h: Added handlers for following new \r
3272   messages:<br>\r
3273 &nbsp;&nbsp;&nbsp; WM_APPCOMMAND<br>\r
3274 &nbsp;&nbsp;&nbsp; WM_NCXBUTTONDOWN<br>\r
3275 &nbsp;&nbsp;&nbsp; WM_NCXBUTTONUP<br>\r
3276 &nbsp;&nbsp;&nbsp; WM_NCXBUTTONDBLCLK<br>\r
3277 &nbsp;&nbsp;&nbsp; WM_XBUTTONDOWN<br>\r
3278 &nbsp;&nbsp;&nbsp; WM_XBUTTONUP<br>\r
3279 &nbsp;&nbsp;&nbsp; WM_XBUTTONDBLCLK</font></p>\r
3280   <p style=margin:0in>&nbsp;</p>\r
3281   <p style=margin:0in><font face="Arial" size="2">Win64:</font></p>\r
3282   <ul style='margin-top:0in;margin-bottom:0in'>\r
3283     <li><font face="Arial" size="2">Dialog return value should use \r
3284     DWLP_MSGRESULT and SetWindowLongPtr</font></li>\r
3285     <li><font face="Arial" size="2">CMenu::InsertMenu, AppendMenu, ModifyMenu \r
3286     should have UINT_PTR for the menu ID</font></li>\r
3287     <li><font face="Arial" size="2">Added appropriate type casts</font></li>\r
3288     <li><font face="Arial" size="2">CFrameWindowImpl::m_szAutoName - changed the \r
3289     size to fit the pointer value size</font></li>\r
3290     <li><font face="Arial" size="2">CListViewCtrl::SortItems should use LPARAM \r
3291     for user data instead of DWORD</font></li>\r
3292   </ul>\r
3293   <p style=margin:0in>&nbsp;</p>\r
3294   <p style=margin:0in><font face="Arial" size="2">Misc:</font></p>\r
3295   <ul style='margin-top:0in;margin-bottom:0in'>\r
3296     <li><font face="Arial" size="2">Added optional mask argument to all methods \r
3297     for setting extended styles</font></li>\r
3298     <li><font face="Arial" size="2">CMDIWindow::MDIRestore - fixed to send \r
3299     WM_MDIRESTORE instead of WM_MDIICONARRANGE</font></li>\r
3300     <li><font face="Arial" size="2">CListViewCtrl: Added SortItemsEx method</font></li>\r
3301     <li><font face="Arial" size="2">CToolBarCtrl::GetButtonInfo - fixed to \r
3302     return int instead of BOOL</font></li>\r
3303     <li><font face="Arial" size="2">Added CToolBarCtrl::SetButtonSize and \r
3304     SetBitmapSize that accept cx and cy instead of SIZE</font></li>\r
3305     <li><font face="Arial" size="2">Printing: Changed how GetNewDevModeForPage \r
3306     works (comments in code)</font></li>\r
3307     <li><font face="Arial" size="2">CFileDialogImpl::_OnTypeChange incorrectly \r
3308     calls pT-&gt;OnSelChange instead of pT-&gt;OnTypeChange</font></li>\r
3309     <li><font face="Arial" size="2">CMultiPaneStatusBarCtrl::GetPaneTipText - \r
3310     fixed to use index instead of and ID internally</font></li>\r
3311     <li><font face="Arial" size="2">CWinDataExchange: Added references to \r
3312     arguments of DoDataExchange, so there are no level 4 warning even if the map \r
3313     is empty</font></li>\r
3314     <li><font face="Arial" size="2">CPropertySheetWindow: Added new, IE 5.0 \r
3315     specific methods</font></li>\r
3316     <li><font face="Arial" size="2">CPropertyPageImpl: Added new, IE 5.0 \r
3317     specific methods</font></li>\r
3318   </ul>\r
3319   <p style=margin:0in>&nbsp;</p>\r
3320   <p style=margin:0in><font face="Arial" size="2">AppWizard:</font></p>\r
3321   <ul style='margin-top:0in;margin-bottom:0in'>\r
3322     <li><font face="Arial" size="2">added calls to RemoveMessageFilter and \r
3323     RemoveIdleHandler in CMainFrame::OnDestroy for COM server projects</font></li>\r
3324     <li><font face="Arial" size="2">added scroll bars for HTML view</font></li>\r
3325     <li><font face="Arial" size="2">CAppServerModule now handles -embedding as \r
3326     well as -automation</font></li>\r
3327     <li><font face="Arial" size="2">corrected code in CMainFrame::OnShowToolBar \r
3328     to correctly identify the toolbar in a rebar</font></li>\r
3329     <li><font face="Arial" size="2">dialog based app code now derives from \r
3330     CUpdateUI as public</font></li>\r
3331   </ul>\r
3332 </blockquote>\r
3333 <p style=margin:0in>&nbsp;</p>\r
3334 \r
3335 <p style=margin:0in><font face="Arial" size="2">- end of readme.htm -</font></p>\r
3336 \r
3337 </body>\r
3338 \r
3339 </html>