[Bug 14498] New: VB6 App problem on MouseIcon property

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Jul 15 08:04:56 CDT 2008


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 at winehq.org
        ReportedBy: gabmoa at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list