I am trying to write some automation for a process which interacts with an ancient program written in Powerbuilder.
What pops up on the screen appears to be normal titled windows..
Example window says "Employee Selection" in the title bar.
However when I use WinInfo it says the Window Title is: "Frame". Every window in the program, regardless of what is printed in the title bar comes up "Frame"
Is there a different way to interrogate the title bar and see what's "Actually" there?
I tried running through roboscripter... and it comes up like this:
window1=cWndByWndSpecName("Frame","program",2,2000,0)
But the problem is, other windows in the application, are ALSO "Frame", even though they ACTUALLY say something different in the title bar.
Thanks in advance.