Am 26.03.2006 um 00:19 schrieb [EMAIL PROTECTED]:
I have a subroutine that populates a listbox with around 30 rows over about 10 seconds. I would like to show progress, but I don't want the user to be able to do anything until the process has completed. What should I do to refresh the screen? Window.Refresh?
ListBox.Refresh() should do the job, but I would propose to Refresh at the end. Why? Because the user is interested in the result, not in the 'technical' update process. _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
