I'm trying to get the process name of a window that changes, but always contains a certain substring.. is there any way to do this without knowing the process and only knowing part of the window? I've heard to use EnumWindows.. but I don't know how it works and how to get window titles using it. Thanks