http://bugs.winehq.org/show_bug.cgi?id=20570
Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.scott.johns+wineb | |ug@googlemail.com
--- Comment #1 from Alexander Scott-Johns alexander.scott.johns+winebug@googlemail.com 2009-11-04 09:47:02 --- (In reply to comment #0)
ii) The X drop down widget does not have a modify drop down width setting, or
Wine manages and draws its own widgets. (And X itself doesn't have any widgets - you need a toolkit like Gtk or Qt for that.)
SendMessage(mCombo.hwnd, CB_SETDROPPEDWIDTH, PixelWidth, 0) does not work.
CB_SETDROPPEDWIDTH appears to be implemented (dlls/user32/combo.c, line 2165). Are you sure this is the problem?
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/combo.c;hb=HEAD#...
Have you tried writing a reduced testcase in C? (i.e. so it's not some weird VB problem).