thrDownload = new Thread(Download()); problem..

  • Thread starter Thread starter akowald
  • Start date Start date
A

akowald

VS 2005 errors out when I try to add strings to the download void like
this:

thrDownload = new Thread(Download("bobatecake","jillatecake"));

Ideals? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Control.Invoke, label.Text property didn't get updated 2
Is this Threadsafe? 10
threading 2
2.0 Threads, Join() and Invoke 3
Cross-thread operation not valid 1
Thread 1
threads 1
Problem with Thread 1

Back
Top