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??