http://bugs.winehq.org/show_bug.cgi?id=14498
Summary: VB6 App problem on MouseIcon property Product: Wine Version: 1.1.1 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oleaut32 AssignedTo: wine-bugs@winehq.org ReportedBy: gabmoa@yahoo.it
Created an attachment (id=14824) --> (http://bugs.winehq.org/attachment.cgi?id=14824) Test for VB6 App problem on MouseIcon property
This is VB6 example program that work fine in Win Xp (and 2000,Vista...) but in wine there is a problem in the WriteProperties of the morphbutton object:
Private Sub UserControl_WriteProperties(PropBag As PropertyBag) ... Call .WriteProperty("MICON", UserControl.MouseIcon) (*) ... doesn't work in wine!
The problem is here(*). If I write Call .WriteProperty("MICON", UserControl.MouseIcon, Nothing) it works in wine!
Maybe is a problem related to the variants...
NOTE: The WriteProperties event is a standard VB6 event utilized for storing properties values.
http://bugs.winehq.org/show_bug.cgi?id=14498
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |arethusa26@gmail.com
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2008-10-26 05:13:40 --- I can't reproduce a crash on 1.1.7, so this seems to be fixed.
http://bugs.winehq.org/show_bug.cgi?id=14498
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2008-10-26 20:37:17 --- Reported fixed.
http://bugs.winehq.org/show_bug.cgi?id=14498
Gabriele Moabiti gabmoa@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|FIXED |
--- Comment #3 from Gabriele Moabiti gabmoa@yahoo.it 2008-10-27 03:14:20 --- (In reply to comment #2)
Reported fixed.
it seems to be fixed but the example is a sample of a suite of applications written in vb6 and with wine 1.1.7 the bug seems not to be fixed... I'll do some test to post the result and another example...
http://bugs.winehq.org/show_bug.cgi?id=14498
Gabriele Moabiti gabmoa@yahoo.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #4 from Gabriele Moabiti gabmoa@yahoo.it 2008-11-08 11:31:48 --- It seems really fixed! Nice!
http://bugs.winehq.org/show_bug.cgi?id=14498
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2008-11-21 10:31:44 --- Closing bugs fixed in 1.1.9.