CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    Lat: 47.285235, Lon: 8.565238
    Posts
    293

    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.

  2. #2
    Join Date
    May 1999
    Posts
    30

    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
  •  





Click Here to Expand Forum to Full Width

Featured