Sunday, November 13, 2005

"DataGridView BackgroundWorker Async Data Load App"

Windows Forms .NET: The Official Microsoft Windows Forms Community Site

"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. "

(Scroll toward the bottom... or download it here)

There seems to be a bunch of Sample activity on WindowsForms.Net. Stuff that doesn't seem to be hitting the any of their RSS feeds (and there doesn't seem to be a Samples related feed, which bytes). So I want to make a note to myself to try and check the WinForms.Net Samples page every so often...

For example, the above "DataGridView BackgroundWorker Async Data Load App" just appeared in the last day or so...

No comments: