How do i use the CreateThread api function.
I want to make a multithreaded aplication which is going to make some calculations ,show time, etc.
In order all to work at the same time i heard the aplication has to have more than one thread.
Printable View
How do i use the CreateThread api function.
I want to make a multithreaded aplication which is going to make some calculations ,show time, etc.
In order all to work at the same time i heard the aplication has to have more than one thread.
Yeah, there's an example of how to do this (with a 'wrapping' class module) here