[Bug 17584] VB6 Textbox crash

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 2 18:11:11 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17584





--- Comment #2 from Gabriele Moabiti <gabmoa at yahoo.it>  2009-03-02 18:11:10 ---
Does it should be handled in this mode?

     case VK_ESCAPE:

/* VK_ESCAPE gets handled by the dialog box window process */
      if (!EDIT_IsInsideDialog(es)) return 1; /* 1 is right?*/

            if (!(es->style & ES_MULTILINE))
                SendMessageW(GetParent(es->hwndSelf), WM_COMMAND, IDCANCEL,
(LPARAM)GetDlgItem( GetParent(es->hwndSelf), IDCANCEL ) );


-- 
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