home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / misc / 4774 < prev    next >
Encoding:
Text File  |  1993-01-08  |  754 b   |  20 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!cs.utexas.edu!wupost!csus.edu!netcom.com!netcomsv!delfin.com!dan
  3. From: dan@delfin.com (Dan Stickel)
  4. Subject: LB_ADDSTRING Redrawing
  5. Message-ID: <1993Jan9.011837.22185@delfin.com>
  6. Organization: Delfin Systems
  7. X-Newsreader: Tin 1.1 PL4
  8. Date: Sat, 9 Jan 1993 01:18:37 GMT
  9. Lines: 9
  10.  
  11. I have created an owner draw listbox.  Is there any way to prevent
  12. the listbox from redrawing all visible items when it scrolls one line 
  13. after receiving an LB_ADDSTRING message?  Without the LB_ADDSTRING,
  14. scrolling only redraws the newly visible item, doing a quick bitmap
  15. shift of the other items.
  16.  
  17. I have tried everything I could think of.  At this point, it seems
  18. to me that there is no way to avoid it.
  19.  
  20.