Is there a way to cause LogEvent for any Error occured in the program, does VB do it without me knowing ?
In your error trapping routine, write the error off to a file.
You have to write an error handler to write the error to a file.
This world is not my home. I'm just passing through.
doesn't the VB default handler (the one that gives you error Dialog-box and terminate the program) Logs an error-event to somewhere ? can't I make it writing it to where I want ?
Forum Rules