PDA

Click to See Complete Forum and Search --> : How to make Asynchronous Calls in VB


Joji
Nov 3rd, 1999, 01:14 PM
Class1.obj1 is an ActivexExe/Dll
Class2.obj2 is as ActivexExe/Dll
Both objects are having a function contains an infinite loop.

From a third App, want to call Obj1 and Obj2 one after other. How is this possible.

Manish
Nov 3rd, 1999, 05:16 PM
u can use Callbacks....but i don't think its possible fro dll...its possible for exe only.
in callback u pass the reference of the client application to the server and contd with yr program...when server finished it using client ref to indicate that the wrk is finished u can use some variable or event.
Thanx Manish