Re: combo - implement GetComboBoxInfo
15 Mar
2005
15 Mar
'05
4:55 a.m.
On Mon, Mar 14, 2005 at 08:02:00PM -0800, Steven Edwards wrote:
- FIXME("\n"); - return FALSE; + LPHEADCOMBO lphc = (LPHEADCOMBO)GetWindowLongA( hwndCombo, 0 );
Please use GetWindowLongW(), the combo box is fully Unicode.
+ pcbi->hwndCombo = hwndCombo; + pcbi->hwndList = lphc->hWndLBox; + pcbi->hwndItem = lphc->hWndEdit; + pcbi->rcItem = lphc->textRect; + pcbi->rcButton = lphc->buttonRect; + pcbi->stateButton = (DWORD) lphc->wState;
Fancy formatting... Bit yucky, no? -- Dimi.
7580
Age (days ago)
7580
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dimitrie O. Paun -
Dmitry Timoshkov