Again small update related to yesterday bugfix, especially on the ComboBoxW control.
For instance on ComboBoxW control the height could be screwed up when the hidden VBControlExtender properties _ExtentX/_ExtentY were 0 or not set.
Typical scenario is on migration from VB.Combo to ComboBoxW that _ExtentX/_ExtentY are not set.

But I carefully tested now again every component and I hope all different scenarios are now resolved.

Quote Originally Posted by Mith View Post
i can reproduce the run-time error message 50003 using windows 8.1 and OCX v1.4.37:

Name:  Screenshot - 16.08.2017 , 10_12_26.png
Views: 1765
Size:  8.6 KB

the vb-project contains only the imagelist control with 2 icons and no source code is used.

Sample project: error50003.zip
I can run that sample project without any error...