cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
ListBox consume memory
ListBox consume memory
May 2, 2012 at 3:02pm UTC
Albuquerster
(50)
Hi!
I have to append text in ListBox in loop but, consume much memory.
How I can to do to append text without consume memory?
Thanks,
Tchelo
May 2, 2012 at 4:38pm UTC
webJose
(2948)
If this is Windows, try creating a no-data listbox (
http://msdn.microsoft.com/en-us/library/windows/desktop/bb775149(v=vs.85).aspx
). It should save resources as the listbox won't save string data at all.
Topic archived. No new replies allowed.