-
Error handling in dll
hi
how to pass(capture) the error message that is raised in the dll level to the vb application.
what i am doing here is with err.raise i am raising the error in the dll....but it is not capturing the error at the application level. i mean the control is going to the dll and showing the error message.
if any one knows how to capture the dll level errors...please clarify...
thank you
sailendra
-
Do you mean in the IDE?
If so you can change it from the Tools->Options-> menu:
http://www.vbforums.com/attachment.p...postid=1156052
Try setting it to 'Break on Unhandled Errors'