Message 1 of 2
vb.net API to Prevent iLogic Popups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a small ilogic application which opens various managed assemblies and updates them. The code then opens their respective drawings and updates. The issue is that sometimes I get ilogic error boxes popping up (such as couldn't find a drawing curve in a drawing etc).
I am looking for some API code to prevent ilogic error boxes from popping up similar to 'ThisApplication.SilentOperation = True'.
I don't want to add try catch etc to all the code as there is quite a lot of it and I do want to get the error boxes when I am testing the application.
Is there any API code which can achieve this?
thanks,
John