Hello Experts! I'd like a global error handler for a vb.net windows forms applications.
Every example I look at either references the Main() method (which I don't have in my application)
OR
Application.ThreadExceptio
n (which I can't seem to resolve)
could someone paste working code for a global error handler for a Windows Application (forms based, not console app)
Start Free Trial