Hello,
Under VFP 6 SP 5, is it possible to run a process using multi-threading? If so, how?
The reason I'm asking this is i have some processes that might be a bit long and by threading it. It hopefully won't tie of the system.
Under another language I've used it was simply create a thread object and write the code with in that thread object and execute it.
Under VFP 6 SP 5, is it possible to run a process using multi-threading? If so, how?
The reason I'm asking this is i have some processes that might be a bit long and by threading it. It hopefully won't tie of the system.
Under another language I've used it was simply create a thread object and write the code with in that thread object and execute it.