ActiveX events from automation server (.EXE) ?
-
I'm writing a automation EXE server in VC++ 6.0 and I want to send COM/ActiveX events to the calling program... is it possible and how ? The project was created as a MFC application with Automation support and works fine as a Automation server for my client application. Now I just need to notify the client of events in my automation EXE application. I'm desperately in need of help.... please help.... thanks :)
-
I'm writing a automation EXE server in VC++ 6.0 and I want to send COM/ActiveX events to the calling program... is it possible and how ? The project was created as a MFC application with Automation support and works fine as a Automation server for my client application. Now I just need to notify the client of events in my automation EXE application. I'm desperately in need of help.... please help.... thanks :)
Add a sink interface to your client that sink the events fired from the server. I think there are some samples in MSDN called koala or ekoala. Cheers, Fredrik
Sonork ID: 100.11430:PhatBoy'It is so much simpler to bury reality than it is to dispose of dreams.'
- Don Delillo, Americana -
Add a sink interface to your client that sink the events fired from the server. I think there are some samples in MSDN called koala or ekoala. Cheers, Fredrik
Sonork ID: 100.11430:PhatBoy'It is so much simpler to bury reality than it is to dispose of dreams.'
- Don Delillo, Americana -
Well... the problem is not the client but my server application. How do I fire events from my (.EXE) automation server application ?
-
Well... there are plenty of samples but I still can't find any which shows how to add events to my EXE automation server (MFC). My automation server is a windowed application created as an MFC EXE application in VC++ and I want to send events back to the client when the user performs specfic actions in the window.
-
Well... there are plenty of samples but I still can't find any which shows how to add events to my EXE automation server (MFC). My automation server is a windowed application created as an MFC EXE application in VC++ and I want to send events back to the client when the user performs specfic actions in the window.
http://www.codeproject.com/com/connectionpoints1.asp http://www.codeproject.com/com/connectionpoints2.asp Cheers, Fredrik
Sonork ID: 100.11430:PhatBoy'It is so much simpler to bury reality than it is to dispose of dreams.'
- Don Delillo, Americana