How do I find a window by partial title.. or if the title contains a certain word..
I was thinking GetWindowText but that requires that I have the handle already..
I was going to enum windows I think that I can search for a window title containing the string.. if it finds the string, compare it to mine and if it is the same then get the handle.
Or is there a better way to find the window for sure?
By Process? By FileName? *gah* brain overload.