Results 1 to 40 of 113

Thread: VB Multithread Library (Generic Multithreading)

Threaded View

  1. #11
    PowerPoster
    Join Date
    Feb 2017
    Posts
    5,700

    Re: VB Multithread Library (Generic Multithreader)

    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:

    Code:
    BackgroundWorker.Create
    it could be:

    Code:
    CreateThread "BackgroundWorker"
    Last edited by Eduardo-; Apr 23rd, 2017 at 12:00 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width