Problems with ListBox: PLEASE HELP!!!
Hi
For continuous resizing (not line by line) I had to add the LBS_OWNERDRAWVARIABLE flag. Now I have the problem that the contents of the ListBox aren't shown anymore. How can I solve this problem? Do I have to overload a method? Is there a message I can react on?
Please, any hints or ideas
Holi
Re: Problems with ListBox: PLEASE HELP!!!
As soon as you specify LBS_OWNER* you have to handle DrawItem as well as the standard drawing code will not occure anymore.