The Application Debug Console is activated with the F7 key. Sometimes the Accelerators property is assigned with the F7 key. Is it possibile add a property/method to Application object that enable/disable the start of the Debug Console?
Thank you.
Gabriele.
Hi Kevin, i know that Application.ShowConsole show or hide the debug console (true show, false hide). But the browser always start the debug console when the F7 key is pressed by user. Is it possible to change debug console Keys or disable the console display?
Gabriele.
Hi Gabriele,
You can use Application.ShowConsole = true;
on your C# code
Best,
Kevin(ITG)
Please login first to submit.