sendkeys "%{TAB}" gives desired result on one computer (vanilla PC) (switches windows, as we do with ALT Tab), does nothing on other vanilla PC running same app.
I need to solve this thing.
Mon, 12 Dec 2005 16:56:35 GMT
ian phillip #2 / 2
sendkeys. here is a head scratcher
You would be better off switching windows by using the windows collection or the Win32 API. Is there a reason you are not using one of these?
ian
Quote:
> sendkeys "%{TAB}" gives desired result on one computer (vanilla PC) > (switches windows, as we do with ALT Tab), > does nothing on other vanilla PC running same app.