Le 13 févr. 07 à 20:42 Soir, TJ Hanson, PhD a écrit:
I am running some tests of populating a ListBox with a long list of
calculated numbers. The populated ListBox does not display until
the last number is computed and a program interrupt is encountered.
Is there a way to display the computed numbers in the ListBox as
they are being computed, rather than waiting until the computations
are done?
Try MyListBox.Refresh
Also, is there a max number of rows allowed in a ListBox. I did not
see a limit in the Lang Ref.
As far as I know, the column count is limited to 64 while the row
count is only limited by memory.
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>