Re[4]: снова CListBox
От: aryb Россия http://alekseyrybakov.narod.ru
Дата: 02.04.03 13:33
Оценка:
A>SetWindowLong( hwndListBox, GWL_STYLE, LBS_EXTENDEDSEL | GetWindowLong( hwndListBox, GWL_STYLE ) );


Может помочь последовательный вызов SetWindowLong и SetWindowPos.
Вот что написано в MSDN:
If you have changed certain window data using SetWindowLong, you must call SetWindowPos to have the changes take effect. Use the following combination for uFlags: SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_FRAMECHANGED.
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.