|
-
June 2nd, 1999, 09:45 AM
#1
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
I do what I can to help - at least.
And I really appreciate every help, as well!
Ratings are always welcome - I give, too. 
-
June 2nd, 1999, 09:53 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|