12-28-2012, 12:27 AM
Just to be clear, the actual name of the window is:
including the commas and the '=' signs. It is NOT supposed to be a list of properties, it is just a strange looking window name.
Maybe I should have said that I want to do this:
The problem is that the 'XXXX' part of the name keeps changing.
So......any ideas?
Thanks,
Random
Code:
"Mywindow, Provider ID= 762222, Track ID = AAAA"
including the commas and the '=' signs. It is NOT supposed to be a list of properties, it is just a strange looking window name.
Maybe I should have said that I want to do this:
Code:
Dialog("WindowTitleXXXX").WinButton("text:=New").Click
The problem is that the 'XXXX' part of the name keeps changing.
So......any ideas?
Thanks,
Random