Results 1 to 2 of 2

Thread: How to make Asynchronous Calls in VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Location
    Singapore
    Posts
    1

    Post

    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.

  2. #2
    Lively Member
    Join Date
    Apr 1999
    Location
    India
    Posts
    73

    Post

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width