"Dimitrie O. Paun" <dpaun at rogers.com> wrote: > > + LPHEADCOMBO lphc = (LPHEADCOMBO)GetWindowLongA( hwndCombo, 0 ); > > Please use GetWindowLongW(), the combo box is fully Unicode. Or rather GetWindowLongPtrW(). -- Dmitry.