ActiveX Events in FoxPro
ActiveX components and controls are used in many programming languages, each of which has it’s own way of handling event callbacks. This blog post provides helpful hints about how to receive event callbacks from an ActiveX component. To receive the event, you must bind the ActiveX (also referred to as the COM server) event to the implemented interface methods on […]