January 8th, 2000, 09:19 PM
i have made a program which finds all primes between any two given numbers, and finds out if a number is prime or not... The primes between two numbers are put in a listbox. How many items can a listbox hold? I can find out all primes between 1 and 200,000, but not between 1 and 1,000,000 -- it returns 'INVALID PROCEDURE CALL'. What is wrong? Is it because there will be too many items in the listbox? Is there a way around it?
And please answer how many items can be put in a listbox....
And please answer how many items can be put in a listbox....