Am I right in thinking that if I have a non-visual COM object, that I can connect to with ConnectToNewObject on an OleObject, there is no way to see or process events that it might throw?
I know about using a user object OleObject so I can catch the Error and ExternalException events, but that doesn't cover any custom events that the COM object defines.
I also know about the ways to use visual ActiveX objects and see their events.
Thanks.