I am attempting to determine whether a Window with the Class Name of "Static", CONTAINS "Scan finished." via .NET/C#.
Specifically, I have automated the use of RogueKiller and would like to detect when the "Scan" is done.
I have tried numerous PInvoke methods, but nothing I can find allows me to do (pseudo) Caption.Contains("Scan finished");.
Any help would be wonderful!
The Window Structure Works as:
Parent (RogueKiller™...etc) Windows - Class:Static, Caption: Scan finished. Please look at the different tabs and delete items with the buttons
I need to detect "Scan finished".