Calling another function after another returns

  • Thread starter Thread starter Phil
  • Start date Start date
P

Phil

Hi

Can anybody tell me how to get a function to call another function once it
has finished processing. That is, I have a function which I run, in its own
thread, which does some processing. As soon as it is done, I would like it
to call another member in the main form of the application.

Can anybody give me some ideas on how to do this? I seem to recall reading
something about a callback function (?) which may do the job? Is that right?

Some example code would be great!

Phil
 
Hi,

Maybe this will help.
http://msdn.microsoft.com/msdnmag/issues/04/01/BasicInstincts/

Ken
-------------------
Hi

Can anybody tell me how to get a function to call another function once it
has finished processing. That is, I have a function which I run, in its own
thread, which does some processing. As soon as it is done, I would like it
to call another member in the main form of the application.

Can anybody give me some ideas on how to do this? I seem to recall reading
something about a callback function (?) which may do the job? Is that right?

Some example code would be great!

Phil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top