Hiya again,

I was just wondering if there was any way to do something like so

Code:
lMyHWND = FindWindow(vbNullString, "Asdf | *")
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.

Any help is much appreciated.