Hi,
I login to the TIM software using code A , Execution succeeded!
I using code B to manipulate a control in TIM window, Execution succeeded!
But when I merge them together to execute, it says that the Acc control cannot be found
Note: The window properties are the same at login and after login
Is there an easy way to solve this problem?
Thanks in advance for any advice and help
david
code A: login
code B: after login
I login to the TIM software using code A , Execution succeeded!
I using code B to manipulate a control in TIM window, Execution succeeded!
But when I merge them together to execute, it says that the Acc control cannot be found
Note: The window properties are the same at login and after login
Is there an easy way to solve this problem?
Thanks in advance for any advice and help
david
code A: login
run "$program files$\Tencent\TIM\Bin\TIM.exe" "" "" "" 0xA00 win("TIM" "TXGuiFoundation")
'Y
code B: after login