How do I call a function with System.Threading with parameters and get the return?
Normally my code would be:
How can I do this with multi-threading??Code:StrInput = GetString("A")
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!




Reply With Quote