This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1F0EE.E79F6430
Content-Type: text/plain;
charset="iso-8859-1"
Look into DCOM (ActiveX exe's) and call backs.
-----Original Message-----
From: Peter Barraud [mailto:PeterB@I...]
Sent: 01 May 2002 04:34
To: professional vb
Subject: [pro_vb] Asynchronous Behaviour in VB
Hi,
I have this function in a component that performs a very long operation and
I want the control to go back to the client as soon as the method is called
and after which I shall raise an event (from the component) that notifies
the client that the procedure is complete.
The problem is that the long procedure is not in any type of "loop" so I am
unable to use DoEvents iteratively. Does anybody know of any way (even using
APIs) to do this.
Thanx
Peter