Question
3
Replies
135
Views
Posted: July 27, 2018
Last activity: June 7, 2019
How to Gray Out Application when automation runs?
Hello,
How to Gray Out the Application when automation runs?
Thanks in advance.
Graying out an application would be the equivalent of disabling the application. If you are disabling a Windows Form that you created in your project, then you can use the property "Enabled" to disable or enable the controls.
If you are trying to disable an application, that can be trickier because you don't know how this will affect the overall app if you forcefully try to disable the app. There are options like "Hide()" to hide the app or you could also just put a notification at the front of the screen to say to not touch the application while the automation is running.