Passing Variables to a Thread Procedure

G

Gabe Matteson

Is there a way to pass variables to a thread procedure?

I have a procedure that is called

Private Sub rAllStats(ByVal sDir As String, ByVal blnNotAccessed As Boolean,
ByVal QueryTime As DateTime)

I want to have this procedure created inside a thread procedure so when this
is run, users can do other things inside the application.. any ideas?
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

Top