phillip Posted April 20, 2004 Posted April 20, 2004 I am monitoring the progress of an ole application and filling a data table with the results. I am doing this with a simple loop. My problem is the Datatable is not refreshing until the code finishes. How can i get the datatable to refresh while the loop is still running? Quote phillip Restall
Moderators Robby Posted April 20, 2004 Moderators Posted April 20, 2004 If it's a WinForm you can place a Application.DoEvents in the loop, but it depends on how and where your adding the items to the dt. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.