andyb123
19th September 2007, 20:16
Is it possible to search for a WindowTitle using a wildcard?
My situation is that I can't use the WindowClass and my application's window title is dynamic. However, there's always a substring of the window title that is static. If I can use a wildcard when specifying my WindowTitle when using FindWindow, it would be possible to locate my application.
My situation is that I can't use the WindowClass and my application's window title is dynamic. However, there's always a substring of the window title that is static. If I can use a wildcard when specifying my WindowTitle when using FindWindow, it would be possible to locate my application.