472,119 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

don't show error windows

Hello all, First of all sorry for my bad English...
I am making up an application that can't show any error window (e.g. Can't
write to memory address) if any...therefore I wish destroy or manage this
type of windows..

Please, may anyone help me?
Thanks in advance...
Vicente.
Nov 3 '06 #1
3 1443
So you want to suppress all error messages? If so you just need to
handle the errors, not "destroy" the error windows.

One way would be to write a global exception handler that would handle
all errors that aren't handled somewhere else. Then you could do what
ever you wish with these errors whether its logging them to a file, or
just dismissing them.

Thanks,

Seth Rowe
Vicente García wrote:
Hello all, First of all sorry for my bad English...
I am making up an application that can't show any error window (e.g. Can't
write to memory address) if any...therefore I wish destroy or manage this
type of windows..

Please, may anyone help me?
Thanks in advance...
Vicente.
Nov 3 '06 #2
Many thanks!!

I have something like that. In the main method I have a exception handler
but I thought that they are some errors from the operating system, for
instance when a codec fails, that I don't manage and then the error window
could be showed anyway...a friend told me this..perhaps he was in a mistake

Thanks,
Vicente
"rowe_newsgroups" <ro********@yahoo.comescribió en el mensaje
news:11*********************@m7g2000cwm.googlegrou ps.com...
So you want to suppress all error messages? If so you just need to
handle the errors, not "destroy" the error windows.

One way would be to write a global exception handler that would handle
all errors that aren't handled somewhere else. Then you could do what
ever you wish with these errors whether its logging them to a file, or
just dismissing them.

Thanks,

Seth Rowe
Vicente García wrote:
Hello all, First of all sorry for my bad English...
I am making up an application that can't show any error window (e.g. Can't
write to memory address) if any...therefore I wish destroy or manage this
type of windows..

Please, may anyone help me?
Thanks in advance...
Vicente.

Nov 3 '06 #3
Try

'Do Whatever Here

Catch ex as Exception

End Try
Nov 4 '06 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

13 posts views Thread by genetic.error | last post: by
4 posts views Thread by Drew Lettington | last post: by
3 posts views Thread by Kiyomi | last post: by
7 posts views Thread by David W. Fenton | last post: by
2 posts views Thread by Vicente García | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.