http://bugs.winehq.org/show_bug.cgi?id=22353
Summary: Application written in VB6 crashes when setting the .colwidth property of a msflexgrid Product: Wine Version: 1.1.41 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: adamvietnam@hotmail.com
We have an app written in VB6 that worked fine in v1.1.38 and now breaks in v1.1.41.
It fails during initialisation when trying to set the colwidth property of an msflexgrid grid common control with the error:
Runtime error 451
Property let procedure not defined and property get procedure did not return an object.
Setting other properties of the grid e.g. width at the same point in the code is fine.
As I say it works fine in v1.1.38 - I haven't tested the intervening versions as I couldn't find the binaries but if someone can point me to them I'll see exactly which version breaks it.
This is my first bug report so apologies if I haven't conformed to any posting protocols.
Best,
Adam