G
Guest
Is there a generalized way to catch exceptions for a form/window? With MFC, I could implement a try/catch in an override of PreProcessMessage(..), or WndProc(..), but with Forms, those don't seem to work the same way and so the try/catch misses the exception
I'm trying to find a way to avoid implementing try/catch in every event handler for the form/window, since I handle most of them in the same way.
I'm trying to find a way to avoid implementing try/catch in every event handler for the form/window, since I handle most of them in the same way.