'Status' window.

  • Thread starter Thread starter UJ
  • Start date Start date
U

UJ

I am writing a program that will have lots and lots of messages to the user.
I would normally use a listbox and add the message at the end. What I was
wondering is is if there is some way to automatically limit the number of
items in the list box or do I have to delete them manually? (This is for a
program that is going to be running all the time, at least in theory, and I
need to have messages available to the user to display what is going on.)

TIA - Jeff.
 
Try, you'll see!


I don't see why a ListBox should automatically delete items, I would be
quite infuriated to have such a useless object!

BUT
maybe there is a property?
maybe you could write some code?

Also ListBox has quite horrible performance, maybe you want to use a home
made control?
 
Back
Top