
01-19-2001, 03:54 PM
|
|
|
Re: ActiveX Server
|
Hard to tell how you have the components laid out here, but assuming your "Server" is a Com object, you can invoke it from another application and just fire events back to the host app. Declare the server WithEvents, and then handle the "OnDataChanged" or whatever you want to call it.
If the server needs to run out-of-process, and perhaps is invoked seprately from the app with your label control, you'll need to get the handle of the listening app from your server and use callbacks to invoke functions in the listener.
Just a couple of ideas.
BLink
|
|