Hi
i want to run two threads simultaneously , both threads have different functions,
One thread :
CallFstThread(counter,strval,strcnt)
Second thread:
CallSndThread(newval,intpage,cntval)
Both threads should run together
and want check if both threads have finished (ie.wait for both to finish ) and then redirect
Regards
Go to the complete details ...