With the events interface it is possible to add several new threads code to the same form (or same instance of a class module), but with the version using implements, for also enabling that possibility, it would have to have an additional parameter to identify the thread, I think.
Edit: it can be the thread's name, so the code to create the thread, intead of:
it could be:Code:BackgroundWorker.Create
Code:CreateThread "BackgroundWorker"




Reply With Quote