Results 1 to 17 of 17

Thread: Returning result in multithreading

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2007
    Posts
    279

    Returning result in multithreading

    How do I call a function with System.Threading with parameters and get the return?

    Normally my code would be:

    Code:
    StrInput = GetString("A")
    How can I do this with multi-threading??

    Also. Is it possible to call this function several times without having to create a new thread each time or a sub that I then run as a seperate thread?

    Thanks!
    Last edited by samtheman; Jan 11th, 2010 at 03:22 PM.
    If you found any of my posts helpful then please rate them.

    CodeBank

    Form Fading Effects in VB.NET and C#

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