DataGridView App using BackgroundWorker for Async Data Load
This application uses the BackgroundWorker component and the DataGridView control (both new to Visual Studio 2005) to asynchronous load data into the DataGridView. The sample performs a “find in files” type of search on a background thread using the BackgroundWorker component. As file matches are found, the file info is reported back to the DataGridView to display the data using the ReportProgress method.
Featured Item
Control Info
Author: admin
Posted:
05-09-2007
Views:
5,509
Downloads:
8,413
Download
advertise here