Hi all,

In VB6, you could put into an error prompt the error number using err.number. Does 2005 support doing this?

When an error occurrs in my app and I have handled the exceptions, I want to be able to display what line the error occurred on.

Please advise.