http://bugs.winehq.org/show_bug.cgi?id=5814
Summary: FontSize does not change for VB6 application Product: Wine Version: CVS Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-ole AssignedTo: wine-bugs@winehq.org ReportedBy: me@benjaminarai.com
The attached application works in windows displaying "Line: 1, Line: 2,..." each increasing the font size by one for a total of 10 iterations. The application works in windows but fails to increase the font size in Wine. The exact code is:
--- For i = 1 to 10 FontSize = 10 + i Print "Line"; i Next i ---
The application can be downloaded at: http://main.benjaminarai.com/downloads/index.php?dir=wine-patches/apps/&...