ListBox consume memory

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
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.