Hello,
I´ve started to write a OLE Server/Client Application in C++Builder. When the User click on an Attachment File of a EMail, my Client Application will be started. After that the Client call a Method of the Server and post some Parameters to that Server Method. Is it possible that the Server Application send events back to the Client Application ? Could this be realized by a COM+Event Object ? Thank you in advance.
Example :
Client starts Server Application
Server process Method1 ()
Server inform Client Method1 OK
Server process Method2 ()
Server inform Client Method2 OK
...
Server END
Client END
I´ve started to write a OLE Server/Client Application in C++Builder. When the User click on an Attachment File of a EMail, my Client Application will be started. After that the Client call a Method of the Server and post some Parameters to that Server Method. Is it possible that the Server Application send events back to the Client Application ? Could this be realized by a COM+Event Object ? Thank you in advance.
Example :
Client starts Server Application
Server process Method1 ()
Server inform Client Method1 OK
Server process Method2 ()
Server inform Client Method2 OK
...
Server END
Client END