Search Results

1
vote

ActiveX events between apartments

Are you accessing objects that were created in the same thread as the event handler or were the COM object created in the main thread? If you are not in the same thread context in the eventhandler …