If I have a button in a frame in a frame etc, in a window and only know the window caption and button caption (and most importantly--don't know how many frames or it's not really a frame class, but a different class which I don't know);
how do I find the button?
I'm expecting some recursive or nested FindWindowEx solution.