Hi.
I am currently making a program in Visual Basic that uses scripting in VBScript. It checks for errors as you type the script using scriptingcontrol.ExecuteStatement, but every time there is an error, the Just-in-Time Debugger pops up and asks to debug in VS.NET. How can I disable this in my program using VB code, and then enable it again when my program closes?
-=Thanks=-
I am currently making a program in Visual Basic that uses scripting in VBScript. It checks for errors as you type the script using scriptingcontrol.ExecuteStatement, but every time there is an error, the Just-in-Time Debugger pops up and asks to debug in VS.NET. How can I disable this in my program using VB code, and then enable it again when my program closes?
-=Thanks=-