Need help to indicate Window Handle Error
Hi All,
I have been experiencing the Window Handle error in my C#.net applpication for a long time. A few days ago I got a code snippet that can catch all the unhandled exceptions including the window handle error. Now the problem is I cannot display an error message now as it requires additional window handles. So once the error occurs the system stops the process suddenly, but the application remains open, as the exception is caught and logged. There is no indication that an error had occured.
I tried to change the status bar text and succeeded in it. But many users will not have an eye on the status bar. Is there any way to change the font color or the font size of the status bar?
If not, please suggest me a way (other than displaying a message box) to tell the user that the window handle error had occured.
Thanks,
P.Arun Kumar
|