top of page
Search
penniebosnvw

Comctl32.dll Version 4.70 19: The Benefits and Challenges of Using the Common Control Library in You



REQUIREMENTS Development: VB6 Runtime: VB6 runtime ADDITIONAL REQUIREMENTS Some enhanced features require comctl32.dll version 4.71 or greater.




comctl32.dll version 4.70 19



The VB6 CCRP Progress Bar Control has been created by Jeremy Adams as a direct replacement for the Progress Bar Control provided in comctl32.ocx. This control also includes new features found in newer versions of comctl32.dll which is supplied by Microsoft with IE3+. These features include the ability to display the progress bar vertically and/or smoothly.


  • New in this Release Added prgNoBorder and prgNoAutoCaption constants to avoid conflicts with prgNone.

  • Fixed overflow error when using control with COMCTL32.DLL v4.00.

  • Fixed redraw bug involving caption in block mode.

  • Fixed in 1.32.272 Problems with the Smooth property behaving incorrectly were fixed.

  • Various properties that were inadvertently broken in v.1.30 were fixed..

  • Fixed in 1.30.267 Range checking on properties that take enumerated constants was added.

  • Errors are no longer raised before the UserControl_ReadProperties event has completed execution.

  • Various changes suggested by Numega CodeReview to improve the control were made.

  • Various optimisations were added.

  • Fixed in 1.21.264 Problems with 'losing' the 3D effects should now be fixed.

  • Fixed in 1.20.263 The control now updates the display when the Font.xxx properties are changed without the developer having to call the Refresh method (see revision history for v1.16).

  • The control no longer returns an Error 97 when used in certain Office products. This should allow the control to be used fully within any Office application.

  • Fixed in 1.17.255 The control now responds correctly to the WM_SYSCOLORCHANGE message.

  • Another resource leak in the pie/clock style drawing code was fixed.

  • Fixed in 1.16.250 Setting the Value property without changing it no longer causes a repaint.

  • A bug relating to the AutoTooltip property was fixed. When the AutoTooltip property was set to ccrpNone, it would set the ToolTip for the control to an empty string rather than leave it at the programmer-defined value.

  • Several discrepancies between the way the control handled mouse events and other controls handle mouse events reported by Terry Rasmussen were fixed.

  • A bug in the appearance property was fixed.

  • The Refresh method now forces the caption to be redrawn. This is an issue since setting the Font.xxx properties at runtime will not be detected by the control and hence the changes will not be reflected on the screen until the Refresh method is called.

  • Grab Handles were not appearing in design-time when the control was part of a multiple selection. This has been fixed.

  • Resource leaks in the pie-style drawing code was fixed.

  • Features The shape property now clips the entire control rather than just the progress bar.

  • A bug whereby the control was not redrawing the background bitmap when enlarged was fixed.

  • Setting Max=0 caused a GPF. A runtime error is now raised instead.

  • Incorrect version info was being returned for comctl32.dllL v5.00. This has been fixed.

  • Caption property to display text within the progress bar.

  • AutoCaption to automatically update the caption as the value changes (for displaying percentages etc).

  • Smooth and Vertical styles available if comctl32.dll on machine is IE3+ version or above (handled automatically).

  • NewComCtl property available to determine whether or not the comctl32.dll installed is the IE3+ version.

  • AutoToolTip - as AutoCaption but for the ToolTip.

  • ForeColor/Alignment properties relating to Caption.

  • Increment and Increase methods and IncrementSize property.

  • Appearance property to set whether or not the control is drawn with 3D effects

  • AutoCaptionSuffix property to automatically add a suffix to the AutoCaption.

  • AutoTooltipSuffix property to automatically add a suffix to the AutoTooltip.

  • New FireEvent mode for AutoCaption and AutoToolTip allowing the developer to write code to change the caption as the value changes.

  • AutoSize property to automatically resize the control height as the width changes so that the segments look best.

  • BackColor property to set the Background Color of the progress bar. (This property requires v4.71 of comctl32.dll to be present - see the discussion on comctl32.dll versions below for more info).

  • FillColor property to set the color of the progress bar. (This property requires v4.71 of comctl32.dll to be present - see the discussion on comctl32.dll versions below for more info).

  • The Min, Max and Value properties support the full 32-bit long integer range (v4.70 of comctl32.dll is recommended to use this feature but the control will emulate the functionality if v4.70 or higher is not present).

  • Percentage property to return/set the percentage complete rather than setting the value property directly.

  • Standard MousePointer and MouseIcon properties

  • Shape property to set how the control is clipped when it is repainted. The control can be clipped to give the effect of an ellipse or rounded rectangle.

  • Style property. When set to 1 - prgGraphical, the control will draw the bar from the image in the Picture property. By setting this to a image, the control will automatically paint a section of the image depending on the value property.

  • ReverseFill property. Applies only when Style = 1 - prgGraphical. The progress bar is filled from right to left or top to bottom when this property is true.

  • Notes You must ensure that any picture you use in graphical mode is large enough to cover the entire progress bar. If not, you will get unpredictable results.

  • The NewComCtl property is now obsolete and has been replaced by the ComCtlVer property

  • Release History Version v1.14.248 September 2, 1998 Re-added missing Font probery errantly omitted from the last release

  • Version v1.13.246 August 29, 1998 Fixed problem that was causing the font of other controls to change at runtime.

  • Version 1.12.245 August 19, 1998 Fixed minor bug.

  • Added the AutoCaptionSeparator property..

  • Version 1.11.242 August 19, 1998 Fixed a couple of minor bugs.

  • Added the BackPicture, FillStyle and CaptionOrientation properties.

  • Version 1.10.240 August 16, 1998 Fixed: Small display problems

  • Added new display styles

  • April 19, 1998 Fixed: Caption drawing problem

  • April 4, 1998 Added: context-sensitive help

  • March 30, 1998 Fixed: An obscure bug which may cause the caption not to redraw correctly under certain conditions

  • Improved: Drawing code optimization added.

Note: VB6-Compile Help The methods and properties provided in the Visual Basic 6-compiled version of this control are identical to those found in the VB5 SP2/3 version. Therefore, in order for us to release this control sooner rather than later, the VB5 help is included in the zip with the VB6 control.


  • comctl32.dll Versions Microsoft frequently provides updates to comctl32.dll. These updates add new features to the controls found in comctl32.dll. At the time of writing, there are four versions of comctl32.dll available: version 4.00 - Installed by Windows 95

  • version 4.70 - Installed by Internet Explorer 3

  • version 4.71 - Installed by Internet Explorer 4

  • version 4.72 - A version released after Internet Explorer 4 which for the first time is redistributable.

  • The ComCtlVer property will return the currently installed version of comctl32.dll. Version-Specific Features: Certain features implemented in this control require a minimum version of comctl32.dll to function correctly. No error will occur if the version is previous to this but the control will degrade gracefully and not use that feature or there is alternative functionality built into the control that emulates the functionality in higher versions of comctl32.dll and this functionality is used as appropriate. The Smooth and Vertical properties require version 4.70 of comctl32.dll.

  • The BackColor and FillColor properties require version 4.71 of comctl32.dll.

  • The Max, Min and Value properties all now support the full 32-bit integer range but version 4.70 of comctl32.dll is required for this to be supported. However, if this version of comctl32.dll is not present, the control will emulate the full 32-bit range.

  • You can emulate the functionality of the FillColor property using graphical mode with an appropriate image if you wish.

Obtaining the comctl32.dll Redistributable Update In order to redistribute version 4.72 of comctl32.dll, you must download a self-extracting EXE from Microsoft's web site. You must then call the EXE from within your set-up program.


The first version of comctl32.dll for Windows Vista was introduced on 11/08/2006 in Windows Vista. The latest file update released for Microsoft Office Access 2010 14 was on 07/04/2011 [file version 6.10 (WinBuild.160101.0800)]. Comctl32.dll is found in Windows 10, Windows 8.1, and Windows 8.


Comctl32.dll is considered a type of Dynamic Link Library (DLL) file. Dynamic Link Library files, like comctl32.dll, are essentially a "guide book" that stores information and instructions for executable (EXE) files - like HelpPane.exe - to follow. These files were created so that multiple programs (eg. Microsoft Office Access 2010) could share the same comctl32.dll file, saving valuable memory allocation, therefore making your computer run more efficiently. 2ff7e9595c


0 views0 comments

Recent Posts

See All

Download de home alone 1

Download Sozinho em Casa 1: Como Assistir à Clássica Comédia de Natal Online Você adora assistir Sozinho em casa toda temporada de Natal?...

Comments


bottom of page