http://bugs.winehq.org/show_bug.cgi?id=17584
Summary: VB6 Textbox crash Product: Wine Version: 1.1.13 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 AssignedTo: wine-bugs@winehq.org ReportedBy: gabmoa@yahoo.it
Created an attachment (id=19742) --> (http://bugs.winehq.org/attachment.cgi?id=19742) Simple project to test VB.textbox escape problem
In many vb6 applications I have experienced crash and now I think I have understand when this happen!
A vb6 standard single line textbox (multi or single can be choosed at design time only in vb6) inside a container (in the example a simple picturebox), when I press Escape to hide (or disable) the container crash the application. Any other keys seems doesn't cause a crash.
In the example attached any key pressed inside textbox make visible=false to container. Press the escape key to reproduce the crash. There are 2 textbox, the first one is single line while the second one is multiline (and it doesn't crash).
Ubuntu 8.04 - VB6 runtime (SP6)