Comctl32.dll

From ReactOS Wiki
Jump to: navigation, search

The page Comctl32.dll is a short article on something that should have a lot more information written on it.
If you know anything else about it, you are STRONGLY encouraged to add the information in. If you are unsure of proper formatting or style, add it to the talk page or this page itself as you think best and others will help.


The Common Control Library resides in a file called comctl16.dll on 16-bit Windows, and comctl32.dll on 32-bit Windows. It implements a wide variety of standard Windows user controls, such as File Open, Save, and Save As dialogs, progress bars, image lists and list views. It calls functions from both USER32.DLL and GDI32.DLL to create and manage the windows for these UI elements, place various graphic elements within them, and collect user input.

Code History

Commit history (Source code can be found in: /reactos/dll/win32/comctl32)

External links