.NET BackgroundWorker Mysteries Solved(developerdotstar.com)
submitted by
clubber(70) 5 years, 2 months ago
I'm coding a multi-tier VB.NET winforms application, and decided to take advantage of the BackgroundWorker object from the System.ComponentModel namespace for any cases where code in one of my forms is calling down to methods in one of the application's DLLs. For those not familiar, the BackgroundWorker is a simplified wrapper for situations where you want to implement multi-threading for your GUI-centric application without messing around with the thread plumbing yourself.
|category: Windows Forms
|Views: 40
tags:
backgroundworker threading another
Everyones tags:
Your Tags: