Search results for query: *

  1. E

    Referencing main from from within ThreadPool

    Did I post this in the wrong section? Can anyone here help me with this? Thanks!
  2. E

    Referencing main from from within ThreadPool

    I think this is the applicable code, all within the main form code: Private Sub searchButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles searchButton.Click ThreadPool.QueueUserWorkItem(New System.Threading.WaitCallback(AddressOf searchSite), test) End Sub...
  3. E

    Referencing main from from within ThreadPool

    Referencing main form from within ThreadPool Hi All, I am still kinda new to VB.Net, so go easy... I have established a thread pool that is started from a click event handler. I can get everything in the thread pool to work except when I try to add a picture box to the main form. The...
Back
Top