Thread: How to update CListBox

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2007
    Posts
    214
    If you want it to show after every addition you need to have the CListBox paint itself. Invalidate it and send WM_PAINT.

    Realize that this might slow your program down some.
    Last edited by DaveH; 05-18-2009 at 08:01 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Polymorphism; Update functions and accessibility
    By CaptainMaxxPow in forum C# Programming
    Replies: 2
    Last Post: 04-23-2009, 08:48 AM
  2. SQLite not performing update
    By OnionKnight in forum C Programming
    Replies: 0
    Last Post: 01-21-2009, 04:21 PM
  3. July 9 2008 MS XP Update
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 07-18-2008, 05:14 AM
  4. CListBox with Font and Color can be moved(MoveWindow) as you will.
    By 梦雨林 in forum Windows Programming
    Replies: 1
    Last Post: 06-07-2007, 02:07 PM
  5. CProgramming.com should update their tutorials.
    By PorkyChop in forum C++ Programming
    Replies: 17
    Last Post: 09-19-2004, 10:51 PM