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.
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.