Hiya again,
I was just wondering if there was any way to do something like so
Where * would be a wildcard, because it varies. And no, unfortunately I can't just use the class name because there are multiple windows with the same class name.Code:lMyHWND = FindWindow(vbNullString, "Asdf | *")
Any help is much appreciated.




Reply With Quote