'Status' window.

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

Lloyd Dupont

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top