
I Want to know - How to hold up client for an out of process OLE Server to complete???
I have an out of process OLE Server (executabel) that logs onto a Sybase
11 system. This object is referenced by other clients. When the client
starts, the OLE server object is created and runs, prompting for the
user to supply passwords etc. I then want the client app to wait for the
login to succeed. DoEvents doesn't work. API to wait doesn't work.
Basically I want the client app to suspend executing until the Object
has been fully initialised. How can I do this trick???