I have a .SCP file working properly on MACHINE_A. I take the script over to MACHINE_B where I build all my scripts. MACHINE_B builds it, I take my EXE, liscense.dat, and the GetWord libraries (because I use those as well) and drop them into MACHINE_A.
MACHINE_A then runs the EXE, can handle the
Code: Select all
GetWindowText
Code: Select all
UIFocus
I brought over all the GetWord*.dll and GetWord*.exe files, but I didn't think they affected UIFocus.
Thank you for your help!