-
Passing events to the client using DCOM (MTS)
Hi all,
I have a server component that does some processing. This processing takes
some time, and I would like to let the client app know what the server component
is doing - basically a status/progress update.
I find that using the normal Dim WithEvents statement on the client doesn't
work. Am I doing something wrong, can it be done? Please let me know. It
can't be too difficult.
Thanks
Shaun
-
Re: Passing events to the client using DCOM (MTS)
On 10 Dec 2001 07:18:54 GMT, "Shaun" <shiggins@businesspartners.co.za> wrote:
¤
¤ Hi all,
¤
¤ I have a server component that does some processing. This processing takes
¤ some time, and I would like to let the client app know what the server component
¤ is doing - basically a status/progress update.
¤
¤ I find that using the normal Dim WithEvents statement on the client doesn't
¤ work. Am I doing something wrong, can it be done? Please let me know. It
¤ can't be too difficult.
A couple of different ways to handle this. One is COM+ Events Service and the other is Microsoft
Message Queue:
http://support.microsoft.com/default...;EN-US;q253669
http://www.microsoft.com/msj/default...999/newnav.htm
http://msdn.microsoft.com/library/de...ml/ivb1100.asp
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|