http://bugs.winehq.org/show_bug.cgi?id=18130
--- Comment #3 from martinmnet martinmnet@hotmail.com 2009-05-01 09:45:39 --- Created an attachment (id=20855) --> (http://bugs.winehq.org/attachment.cgi?id=20855) Test demonstrating problem with edit control implementation in wine
Attachment demonstrates vb application crashes with WINE. The application uses PostMessage to simulate doing a clipboard paste on the edit control. Running with no command line argument or 1 the application crashes. Any value higher than 1 the edit control is subclassed and will catch the bogus WM_COMMAND message and prevent the crash. Application uses stdout for displaying information.