Re: combo - implement GetComboBoxInfo
March 14, 2005
10:55 p.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.
7682
Age (days ago)
7682
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dimitrie O. Paun -
Dmitry Timoshkov