Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 1 | |
| 2 | COMMON CONTROLS |
| 3 | their development status |
| 4 | and their UNDOCUMENTED features and functions |
| 5 | ----------------------------------------------------- |
| 6 | |
| 7 | |
| 8 | 1. Introduction |
| 9 | --------------- |
| 10 | The information provided herein is based on the dll version 4.72 which |
| 11 | is included in MS Internet Explorer 4.01. |
| 12 | |
| 13 | All information about common controls should be collected in this document. |
| 14 | |
| 15 | All Wine programmers are encouraged to add their knowledge to this document. |
| 16 | |
| 17 | |
| 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 |
| 25 | collected here too. |
| 26 | |
| 27 | |
Eric Kohl | 0470222 | 1998-12-07 11:01:19 +0000 | [diff] [blame] | 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 |
| 37 | COMCTL32.DLL. |
| 38 | NOTE: Some stuctures are NOT defined in wine's COMCTL32 yet. |
| 39 | |
| 40 | HDITEM_V1_SIZE: |
| 41 | The size of the HDITEM structure in version 4.00. |
| 42 | |
| 43 | LVCOLUMN_V1_SIZE: |
| 44 | The size of the LVCOLUMN structure in version 4.00. |
| 45 | |
| 46 | LVHITTESTINFO_V1_SIZE: |
| 47 | The size of the LVHITTESTINFO structure in version 4.00. |
| 48 | |
| 49 | LVITEM_V1_SIZE: |
| 50 | The size of the LVITEM structure in version 4.00. |
| 51 | |
| 52 | NMLVCUSTOMDRAW_V3_SIZE: |
| 53 | The size of the NMLVCUSTOMDRAW structure in version 4.70. |
| 54 | |
| 55 | NMTTDISPINFO_V1_SIZE: |
| 56 | The size of the NMTTDISPINFO structure in version 4.00. |
| 57 | |
| 58 | NMTVCUSTOMDRAW_V3_SIZE: |
| 59 | The size of the NMTVCUSTOMDRAW structure in version 4.70. |
| 60 | |
| 61 | PROPSHEETHEADER_V1_SIZE: |
| 62 | The size of the PROPSHEETHEADER structure in version 4.00. |
| 63 | |
| 64 | PROPSHEETPAGE_V1_SIZE: |
| 65 | The size of the PROPSHEETPAGE structure in version 4.00. |
| 66 | |
| 67 | REBARBANDINFO_V3_SIZE: |
| 68 | The size of the REBARBANDINFO structure in version 4.70. |
| 69 | |
| 70 | TTTOOLINFO_V1_SIZE: |
| 71 | The size of the TOOLINFO structure in version 4.00. |
| 72 | |
| 73 | TVINSERTSTRUCT_V1_SIZE: |
| 74 | The size of the TVINSERTSTRUCT structure in version 4.00. |
| 75 | |
| 76 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 77 | 3. Controls |
| 78 | ----------- |
| 79 | This paragraph describes the development status of the common controls. |
| 80 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 81 | |
| 82 | 3.1 Animation Control |
| 83 | --------------------- |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 84 | Author: |
| 85 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 86 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 87 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 88 | Dummy control. No functionality. |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 89 | |
| 90 | Notes: |
| 91 | Author needed!! Any volunteers?? |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 92 | |
| 93 | |
| 94 | 3.2 Combo Box Ex Control |
| 95 | ------------------------ |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 96 | Author: |
| 97 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 98 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 99 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 100 | Dummy control. No functionality. |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 101 | |
| 102 | Notes: |
| 103 | Author needed!! Any volunteers?? |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 104 | |
| 105 | |
| 106 | 3.3 Date and Time Picker Control |
| 107 | -------------------------------- |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 108 | Author: |
| 109 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 110 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 111 | Status: |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 112 | Dummy control. No functionality. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 113 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 114 | Notes: |
| 115 | Author needed!! Any volunteers?? |
| 116 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 117 | |
| 118 | 3.4 Drag List Box Control |
| 119 | ------------------------- |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 120 | Author: |
| 121 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 122 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 123 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 124 | Dummy control. No functionality. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 125 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 126 | Notes: |
| 127 | Author needed!! Any volunteers?? |
| 128 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 129 | |
| 130 | 3.5 Flat Scroll Bar Control |
| 131 | --------------------------- |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 132 | Author: |
| 133 | Dummy written by Alex Priem. <alexp@sci.kun.nl> |
| 134 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 135 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 136 | Dummy control. No functionality. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 137 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 138 | Notes: |
| 139 | Author needed!! Any volunteers?? |
| 140 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 141 | |
| 142 | 3.6 Header Control |
| 143 | ------------------ |
| 144 | Author: |
| 145 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
| 146 | |
| 147 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 148 | Almost finished. |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 149 | Unicode notifications are not supported (WM_NOTIFYFORMAT). |
| 150 | Order array not supported. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 151 | |
| 152 | |
| 153 | 3.7 Hot Key Control |
| 154 | ------------------- |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 155 | Author: |
| 156 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 157 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 158 | Status: |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 159 | Dummy control. No functionality. |
| 160 | |
| 161 | Notes: |
| 162 | Author needed!! Any volunteers?? |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 163 | |
| 164 | |
| 165 | 3.8 Image List (no control) |
| 166 | --------------------------- |
| 167 | Author: |
| 168 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
| 169 | |
| 170 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 171 | Almost finished. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 172 | |
| 173 | |
| 174 | 3.9 IP Address Control |
| 175 | ---------------------- |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 176 | Author: |
| 177 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 178 | Alex Priem <alexp@sci.kun.nl> |
| 179 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 180 | Status: |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 181 | Under construction. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 182 | |
| 183 | |
| 184 | 3.10 List View Control |
| 185 | ---------------------- |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 186 | Author: |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 187 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
Alexandre Julliard | 8da12c4 | 1999-01-17 16:55:11 +0000 | [diff] [blame] | 188 | Luc Tourangeau <luc@macadamian.com> |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 189 | Koen Deforche <jozef@kotnet.org> |
| 190 | Francis Beaudet <francis@macadamian.com> and the "Corel-Team" |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 191 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 192 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 193 | Under construction. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 194 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 195 | Notes: |
Alexandre Julliard | 8da12c4 | 1999-01-17 16:55:11 +0000 | [diff] [blame] | 196 | Basic data structure with related messages are supported. |
| 197 | No painting supported yet. |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 198 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 199 | |
| 200 | 3.11 Month Calendar Control |
| 201 | --------------------------- |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 202 | Author: |
| 203 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 204 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 205 | Status: |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 206 | Dummy control. No functionality. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 207 | |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 208 | Notes: |
| 209 | Author needed!! Any volunteers?? |
| 210 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 211 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 212 | 3.12 Native font control |
| 213 | ------------------------ |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 214 | Author: |
| 215 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
| 216 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 217 | Status: |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 218 | Dummy control. No functionality. |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 219 | |
| 220 | Notes: |
| 221 | Author needed!! Any volunteers?? |
| 222 | |
| 223 | |
| 224 | 3.13 Pager Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 225 | ------------------ |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 226 | Author: |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 227 | Dummy written by Eric Kohl. <ekohl@abo.rhein-zeitung.de> |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 228 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 229 | Status: |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 230 | Under construction. |
| 231 | Many missing features. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 232 | |
| 233 | Notes: |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 234 | Author needed!! Any volunteers?? |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 235 | |
| 236 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 237 | 3.14 Progress Bar Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 238 | ------------------------- |
| 239 | Author: |
| 240 | Original implementation by Dimitrie O. Paun. |
| 241 | Fixes and improvements by Eric Kohl. |
| 242 | |
| 243 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 244 | Finished! |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 245 | |
| 246 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 247 | 3.15 Property Sheet |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 248 | ------------------- |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 249 | Author: |
| 250 | Anders Carlsson <anders.carlsson@linux.nu> |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 251 | Francis Beaudet <francis@macadamian.com> |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 252 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 253 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 254 | Development in progress. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 255 | |
| 256 | Notes: |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 257 | Tab control must be implemented first. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 258 | |
| 259 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 260 | 3.16 Rebar Control (Cool Bar) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 261 | ----------------------------- |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 262 | Author: |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 263 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 264 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 265 | Status: |
Eric Kohl | 3ad6746 | 1998-10-24 10:48:31 +0000 | [diff] [blame] | 266 | Development in progress. |
| 267 | Many bugs and missing features. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 268 | |
| 269 | Notes: |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 270 | Author needed!! Any volunteers?? |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 271 | |
| 272 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 273 | 3.17 Status Bar Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 274 | ----------------------- |
| 275 | Author: |
| 276 | Original implementation by Bruce Milner. |
| 277 | Fixes and improvements by Eric Kohl. |
| 278 | |
| 279 | Status: |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 280 | Almost finished. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 281 | |
| 282 | Notes: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 283 | Tooltip integration is almost complete. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 284 | |
| 285 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 286 | 3.18 Tab Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 287 | ---------------- |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 288 | Author: |
| 289 | Anders Carlsson <anders.carlsson@linux.nu> |
| 290 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 291 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 292 | Development in progress. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 293 | |
| 294 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 295 | 3.19 Toolbar Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 296 | -------------------- |
| 297 | Author: |
| 298 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
| 299 | |
| 300 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 301 | Development in progress. |
| 302 | Basic functionality is almost done. (dll version 4.0) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 303 | |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 304 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 305 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 306 | 3.20 Tooltip Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 307 | -------------------- |
| 308 | Author: |
| 309 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
| 310 | |
| 311 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 312 | Almost finished. |
Alexandre Julliard | 642d313 | 1998-07-12 19:29:36 +0000 | [diff] [blame] | 313 | |
Alexandre Julliard | 767e6f6 | 1998-08-09 12:47:43 +0000 | [diff] [blame] | 314 | Notes: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 315 | Unicode support is incomplete (WM_NOTIFYFORMAT). |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 316 | |
| 317 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 318 | 3.21 Trackbar Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 319 | --------------------- |
| 320 | Author: |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 321 | Dummy written by Eric Kohl <ekohl@abo.rhein-zeitung.de> |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 322 | Alex Priem <alexp@sci.kun.nl> |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 323 | |
| 324 | Status: |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 325 | Under construction. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 326 | |
| 327 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 328 | 3.22 Tree View Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 329 | ---------------------- |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 330 | Author: |
| 331 | Dummy written by Eric Kohl. |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 332 | Alex Priem <alexp@sci.kun.nl> |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 333 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 334 | Status: |
Eric Kohl | 0b61d02 | 1998-11-22 18:16:22 +0000 | [diff] [blame] | 335 | Under construction. |
Alexandre Julliard | 829fe32 | 1998-07-26 14:27:39 +0000 | [diff] [blame] | 336 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 337 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 338 | 3.23 Updown Control |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 339 | ------------------- |
| 340 | Author: |
| 341 | Original implementation by Dimitrie O. Paun. |
| 342 | Some minor changes by Eric Kohl <ekohl@abo.rhein-zeitung.de>. |
| 343 | |
| 344 | Status: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 345 | Unknown. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 346 | |
| 347 | Notes: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 348 | Have a look at controls/updown.c for a list of bugs and missing |
| 349 | features. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 350 | |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 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. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 354 | |
| 355 | Any volunteers?? |
| 356 | |
| 357 | |
| 358 | 4. Additional Information |
| 359 | ------------------------- |
| 360 | |
| 361 | Has to be written... |
| 362 | |
| 363 | |
| 364 | 5. Undocumented features |
| 365 | ------------------------ |
| 366 | |
| 367 | There are quite a lot of undocumented functions like: |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 368 | - DSA (Dynamic Storage Array) functions. |
| 369 | - DPA (Dynamic Pointer Array) functions. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 370 | - MRU ("Most Recently Used" List) functions. |
| 371 | - other unknown functions. |
| 372 | |
| 373 | Have a look at relay32/comctl32.spec. |
| 374 | |
| 375 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 376 | 5.1 Dymnamic Storage Array (DSA) |
Alexandre Julliard | a0d7731 | 1998-09-13 16:32:00 +0000 | [diff] [blame] | 377 | --------------------------------- |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 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. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 382 | |
| 383 | Have a look at the source code to get more information. |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 384 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 385 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 386 | 5.2 Dynamic Pointer Array (DPA) |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 387 | ------------------------------------ |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 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. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 391 | |
| 392 | Have a look at the source code to get more information. |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 393 | |
| 394 | |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 395 | 5.3 "Most Recently Used" - List (MRU) |
| 396 | ------------------------------------- |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 397 | Only stubs are implemented to keep Explorer from bailing out. |
| 398 | |
| 399 | No more information available at this time! |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 400 | |
| 401 | |
| 402 | 5.4 MenuHelp |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 403 | ------------ |
| 404 | Has to be written... |
| 405 | |
| 406 | |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 407 | 5.5 GetEffectiveClientRect |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 408 | -------------------------- |
| 409 | Has to be written... |
| 410 | |
| 411 | |
Alexandre Julliard | 85ed45e | 1998-08-22 19:03:56 +0000 | [diff] [blame] | 412 | 5.6 ShowHideMenuCtl |
| 413 | ------------------- |
| 414 | The official documentation provided by MS is incomplete. |
| 415 | |
| 416 | lpInfo: |
| 417 | ... |
| 418 | Both values of the first pair must be the handle to the applications main |
| 419 | menu. |
| 420 | ... |
| 421 | |
| 422 | |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 423 | 5.7 Other undocumented functions |
| 424 | -------------------------------- |
| 425 | Several other undocumented functions are used by IE4. |
| 426 | |
Eric Kohl | 50d4892 | 1999-01-24 19:13:20 +0000 | [diff] [blame] | 427 | String functions: |
| 428 | (will be written...) |
Alexandre Julliard | d30dfd2 | 1998-09-27 18:28:36 +0000 | [diff] [blame] | 429 | |
| 430 | |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 431 | 6. Epilogue |
| 432 | ----------- |
| 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. |
| 436 | |
Eric Kohl | f280961 | 1998-11-08 11:36:04 +0000 | [diff] [blame] | 437 | |
| 438 | Eric Kohl <ekohl@abo.rhein-zeitung.de> |
Alexandre Julliard | ebfc0fe | 1998-06-28 18:40:26 +0000 | [diff] [blame] | 439 | |