Hi,
When developing ActiveX components, when is it better to use Callbacks instead of Events and visa versa, to communicate with the client app?
Thanks
Dan
Printable View
Hi,
When developing ActiveX components, when is it better to use Callbacks instead of Events and visa versa, to communicate with the client app?
Thanks
Dan
Callbacks are usually used in Standard API's, but they're more or less the same.