I have to read a large table (more or less 50,000 records) and load a listbox by thread with 100 records at a time (or 200, 300 etc.), and then make it immediately available to the user without to have the UI frozen.
Please, who can help me with an example?
Thanks