CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: littlebigman

Search: Search took 0.03 seconds.

  1. Re: Pass data from BackgroundWorker to main thread?

    For others' benefit, here's some working code:



    Private Sub BackgroundWorker1_DoWork(ByVal sender As System.Object, ByVal e As System.ComponentModel.DoWorkEventArgs) Handles...
  2. [RESOLVED] Pass data from BackgroundWorker to main thread?

    Hello

    In a Windows Form, I need to delegate a lengthy action to a BackgroundWorker so that the main application doesn't freeze.

    However, the code in the BackgroundWorker must send data back to...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured