how to get status of work performed by thread

Hi Friends

Your help will be very crucial for me.

As I am very new for thread programming, I am in big trouble around it.

I have a simple application in C# and I am calling function of dll which is in c++

I am passing ref of callback function to dll and updated value I am getting

through this call back function.

After creating the thread I am using WaitForSingleObject(), but by using this method I am not

able to get the value from callback function for my progress bar(in C#). I get only value

which will as result of entire thread execution.

So please help on the same.
Last edited on
Topic archived. No new replies allowed.