disable quickedit in command window
-
When running a console application from a command window which has the quickedit option enabled, a user could inadvertently click in the window text area of the command window, placing it in edit mode. This can suspend a running console application. Is there a way for the console application to disable/enable quiickedit for the window it's running in? If not, is there another workaround? -kg Ken Goguen
-
When running a console application from a command window which has the quickedit option enabled, a user could inadvertently click in the window text area of the command window, placing it in edit mode. This can suspend a running console application. Is there a way for the console application to disable/enable quiickedit for the window it's running in? If not, is there another workaround? -kg Ken Goguen
Have you found an answer?