3 their development status
4 and their UNDOCUMENTED features and functions
5 -----------------------------------------------------
10 The information provided herein is based on the dll version 4.72 which
11 is included in MS Internet Explorer 4.01.
13 All information about common controls should be collected in this document.
15 All Wine programmers are encouraged to add their knowledge to this document.
18 2. General Information
19 ----------------------
20 Further information about common controls can be found in the MS Platform SDK
21 and the MS Internet Client SDK (most recent). Information from these SDK's
22 will NOT be repeated here. Only information which can NOT be found in these
23 SDK's will be collected here. Some information in the SDK's mentioned above
24 is (intentionally???) WRONG. Corrections to wrong information will be
28 2.1 Structure sizes of different common control versions
29 --------------------------------------------------------
30 The common controls have been continously improved in the past. Some of the
31 orignal structures had to be extended and their size changed. Most of the
32 common control structures include their size as the first parameter. If
33 a control gets the wrong size in a message or function a failure is very
34 likely to occur. To avoid this, MS defined new constants that reflect the
35 structure size of older COMCTL32.DLL versions. The following list shows the
36 structure size constants that are currently defined in the original
38 NOTE: Some stuctures are NOT defined in wine's COMCTL32 yet.
41 The size of the HDITEM structure in version 4.00.
44 The size of the LVCOLUMN structure in version 4.00.
46 LVHITTESTINFO_V1_SIZE:
47 The size of the LVHITTESTINFO structure in version 4.00.
50 The size of the LVITEM structure in version 4.00.
52 NMLVCUSTOMDRAW_V3_SIZE:
53 The size of the NMLVCUSTOMDRAW structure in version 4.70.
56 The size of the NMTTDISPINFO structure in version 4.00.
58 NMTVCUSTOMDRAW_V3_SIZE:
59 The size of the NMTVCUSTOMDRAW structure in version 4.70.
61 PROPSHEETHEADER_V1_SIZE:
62 The size of the PROPSHEETHEADER structure in version 4.00.
64 PROPSHEETPAGE_V1_SIZE:
65 The size of the PROPSHEETPAGE structure in version 4.00.
67 REBARBANDINFO_V3_SIZE:
68 The size of the REBARBANDINFO structure in version 4.70.
71 The size of the TOOLINFO structure in version 4.00.
73 TVINSERTSTRUCT_V1_SIZE:
74 The size of the TVINSERTSTRUCT structure in version 4.00.
79 This paragraph describes the development status of the common controls.
85 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
88 Dummy control. No functionality.
91 Author needed!! Any volunteers??
94 3.2 Combo Box Ex Control
95 ------------------------
97 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
100 Dummy control. No functionality.
103 Author needed!! Any volunteers??
106 3.3 Date and Time Picker Control
107 --------------------------------
109 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
112 Dummy control. No functionality.
115 Author needed!! Any volunteers??
118 3.4 Drag List Box Control
119 -------------------------
121 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
124 Dummy control. No functionality.
127 Author needed!! Any volunteers??
130 3.5 Flat Scroll Bar Control
131 ---------------------------
133 Dummy written by Alex Priem. <alexp@sci.kun.nl>
136 Dummy control. No functionality.
139 Author needed!! Any volunteers??
145 Eric Kohl <ekohl@abo.rhein-zeitung.de>
149 Unicode notifications are not supported (WM_NOTIFYFORMAT).
150 Order array not supported.
156 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
159 Dummy control. No functionality.
162 Author needed!! Any volunteers??
165 3.8 Image List (no control)
166 ---------------------------
168 Eric Kohl <ekohl@abo.rhein-zeitung.de>
174 3.9 IP Address Control
175 ----------------------
177 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
178 Alex Priem <alexp@sci.kun.nl>
184 3.10 List View Control
185 ----------------------
187 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
188 Luc Tourangeau <luc@macadamian.com>
189 Koen Deforche <jozef@kotnet.org>
190 Francis Beaudet <francis@macadamian.com> and the "Corel-Team"
196 Basic data structure with related messages are supported.
197 No painting supported yet.
200 3.11 Month Calendar Control
201 ---------------------------
203 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
206 Dummy control. No functionality.
209 Author needed!! Any volunteers??
212 3.12 Native font control
213 ------------------------
215 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
218 Dummy control. No functionality.
221 Author needed!! Any volunteers??
227 Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de>
231 Many missing features.
234 Author needed!! Any volunteers??
237 3.14 Progress Bar Control
238 -------------------------
240 Original implementation by Dimitrie O. Paun.
241 Fixes and improvements by Eric Kohl.
250 Anders Carlsson <anders.carlsson@linux.nu>
251 Francis Beaudet <francis@macadamian.com>
254 Development in progress.
257 Tab control must be implemented first.
260 3.16 Rebar Control (Cool Bar)
261 -----------------------------
263 Eric Kohl <ekohl@abo.rhein-zeitung.de>
266 Development in progress.
267 Many bugs and missing features.
270 Author needed!! Any volunteers??
273 3.17 Status Bar Control
274 -----------------------
276 Original implementation by Bruce Milner.
277 Fixes and improvements by Eric Kohl.
283 Tooltip integration is almost complete.
289 Anders Carlsson <anders.carlsson@linux.nu>
292 Development in progress.
298 Eric Kohl <ekohl@abo.rhein-zeitung.de>
301 Development in progress.
302 Basic functionality is almost done. (dll version 4.0)
309 Eric Kohl <ekohl@abo.rhein-zeitung.de>
315 Unicode support is incomplete (WM_NOTIFYFORMAT).
318 3.21 Trackbar Control
319 ---------------------
321 Dummy written by Eric Kohl <ekohl@abo.rhein-zeitung.de>
322 Alex Priem <alexp@sci.kun.nl>
328 3.22 Tree View Control
329 ----------------------
331 Dummy written by Eric Kohl.
332 Alex Priem <alexp@sci.kun.nl>
341 Original implementation by Dimitrie O. Paun.
342 Some minor changes by Eric Kohl <ekohl@abo.rhein-zeitung.de>.
348 Have a look at controls/updown.c for a list of bugs and missing
351 The status is unknown, because I did not have a close look at this
352 control. One test-program looked quite good, but in Win95's
353 cdplayer.exe the control does not show at all.
358 4. Additional Information
359 -------------------------
364 5. Undocumented features
365 ------------------------
367 There are quite a lot of undocumented functions like:
368 - DSA (Dynamic Storage Array) functions.
369 - DPA (Dynamic Pointer Array) functions.
370 - MRU ("Most Recently Used" List) functions.
371 - other unknown functions.
373 Have a look at relay32/comctl32.spec.
376 5.1 Dymnamic Storage Array (DSA)
377 ---------------------------------
378 The DSA functions are used to store and manage dynamic arrays of fixed size
379 memory blocks. They are used by TASKMAN.EXE, Explorer, IE4 and other
380 Programs and DLL's that are "parts of the Windows Operating System".
381 The implementation should be complete.
383 Have a look at the source code to get more information.
386 5.2 Dynamic Pointer Array (DPA)
387 ------------------------------------
388 Similar to the DSA functions, but they just store pointers. They are used by
389 Explorer, IE4 and other Programs and DLL's that are "parts of the Windows
390 Operating System". The implementation should be complete.
392 Have a look at the source code to get more information.
395 5.3 "Most Recently Used" - List (MRU)
396 -------------------------------------
397 Only stubs are implemented to keep Explorer from bailing out.
399 No more information available at this time!
407 5.5 GetEffectiveClientRect
408 --------------------------
414 The official documentation provided by MS is incomplete.
418 Both values of the first pair must be the handle to the applications main
423 5.7 Other undocumented functions
424 --------------------------------
425 Several other undocumented functions are used by IE4.
433 You see, much work has still to be done. If you are interested in writing
434 a control send me an e-mail. If you like to fix bugs or add some
435 functionality send an e-mail to the author of the control.
438 Eric Kohl <ekohl@abo.rhein-zeitung.de>