Hi,
My question is when running a script and the script does a setfocus but other things are running on the system which might change the focus on the screen, does the reference set focus to by the script get overridden or does it "remember" where you set the focus in the script. The reason for the question is that one of my friends had started writing a GUIscripter before I discovered this one and had made good use of getting the handles of the different windows which meant by knowing them, you could go from object to object without worrying about the focus on the desktop. Also how does one get to a window which does not have a title (looked at what is there with SPY++ and some don't have titles). If the code has been written correctly you can often tab from button and handle to the next one but if one of the objects hasn't been included, I am not sure how you would get there reliably without using some kind of handle approach. Thanks for the info,
=gerry=