Search results for query: *

  • Users: Vid
  • Content: Threads
  • Order by date
  1. V

    Pass Object between threads

    What is the best way to pass objects between threads? I would like to create a new thread that creates a new object : Dim myobject as newobject = new newoject Then in my main thread, I would like to use myobject. Ideally I would like to just assign to a global variable but I don't think...
Back
Top