Board index » cppbuilder » Catching COM events
LarryJ
![]() CBuilder Developer |
Catching COM events2007-07-07 02:35:35 AM cppbuilder74 I am using BCB6.0. I have created a COM component on the Borland component pallet by importing the COM object Type Library and using the create component feature. Once in a while one of the COM functions will fail. When a COM function fails, the COM code throws up an error message box before returning to my app so I am unable to handle this failure gracefully. Is there anyway I can set up my code so the COM error message box can be handled by my application? Thanks Larry Johnson. |