Is it possible to get the stack trace information in Visual Basic 6.0. I mean I want to find out the function name and exact line that causes the error similar to .NET stack
You may not be able to get at that in VB6. previous question. Get as much information from the Err object.