Re: Win32Lib 0.45p Bleeding Edge
- Posted by David Cuny <dcuny at LANSET.COM> Feb 27, 2000
- 483 views
Irv Mullins wrote: > Is there a way to refresh the listbox > immediately after calling eraseItems(), > so it goes blank, and people aren't > confused by seeing some other customer's > data? Short answer: You might perhaps call PostMessage instead of SendMessage. Longer answer: If you send me a snippet of code to play with, I could try to come up with a solution. -- David Cuny