http://bugs.winehq.org/show_bug.cgi?id=31280
--- Comment #2 from Simon Haynes spacejock@gmail.com 2012-07-22 09:35:20 CDT --- (In reply to comment #1)
Does the problem also happen with wine-1.5.9 (which comes with mono) without .net installed?
Can you provide a trivial app with source and executable which exhibits the problem?
(In reply to comment #1)
Does the problem also happen with wine-1.5.9 (which comes with mono) without .net installed?
Can you provide a trivial app with source and executable which exhibits the problem?
Thanks for the quick reply.
I've been tinkering with my software for several years now, trying to get it working under Mono since Mono was at version 2.2. I believe they dropped winforms support recently, and that was the end of that.
I decided to try Wine again just this week, hence the bug report.
Note that if I use 'winetricks comctl32' to override the Wine native controls, right-click works fine, so the issue must be with the implementation of the listview control under Wine.
If I post source for a trivial VB.net project, can you compile and run it? (Not under Mono, under Visual Studio?)
I can make the project easily enough (listview on a form, add a context menu.) Before I do, now that I've used Winetricks to install the comctl32 dlls, I'd have to revert to the native dlls before testing the project.