Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C++Builder Ole Server/Client

Status
Not open for further replies.

Gizmo1177

Programmer
Nov 18, 2004
1
DE
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

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top