j
k
j a
j l
"Dimitrie O. Paun" dpaun@rogers.com wrote:
... LPHEADCOMBO lphc = (LPHEADCOMBO)GetWindowLongA( hwndCombo, 0 ); Please use GetWindowLongW(), the combo box is fully Unicode.
LPHEADCOMBO lphc = (LPHEADCOMBO)GetWindowLongA( hwndCombo, 0 );
Please use GetWindowLongW(), the combo box is fully Unicode.
Or rather GetWindowLongPtrW().
Back to the thread
Back to the list