Results 1 to 2 of 2

Thread: Out Of PRocess

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2002
    Posts
    9

    Out Of PRocess

    I am trying to get an ActiveX EXE to behave as I expect.. Doh!

    I should be able to create an instance of an object from the EXE Server and call a method of the object and continue in my main program while the object processes the request.

    This does not work.! Why?

    I haven't attempted to use an asynchronous callback yet, because I can't even get the 'simple' bit to work.

    Can anybody help??

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Out of process is not the same as asynchronous and so it doesn't work like you think. You'll have to find a way to process it Asynch and use a callback. If you search there has been some good examples.

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