[Bug 20570] In vb6 drop down combo width cannot be altered

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Nov 4 09:47:02 CST 2009


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


Alexander Scott-Johns <alexander.scott.johns+winebug at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexander.scott.johns+wineb
                   |                            |ug at googlemail.com




--- Comment #1 from Alexander Scott-Johns <alexander.scott.johns+winebug at 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#l2165

Have you tried writing a reduced testcase in C? (i.e. so it's not some weird VB
problem).

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