
tell another program i am done
Hi Don,
Quote:
>I have a program that gets info passed to it from another program. The
>question is how can i tell the program when I am done manipulating the data
>so it can come back and get it, Instead of the program waiting for the info
>back?
How is it "getting passed." If you are using OLE automation this is
fairly easy:
Prog1 calls a method in Prog2
Prog2 chugs away.
When Prog2 is finished, it calls a "callback" method in Prog1.
-- Jim Ferguson, FMS
http://www.fmsinc.com