Hi again to everybody,
I tested more combinations sending the HotKey [CTRL+8] by the "ObjectSendKeys" command and I discovered that the problem isn't in "CTRL_DN/UP" keys but in "VK56" key, this is the result:
- "ObjectSendKeys>%hWnd%,CTRL_DN,VK56,CTRL_UP": [IT DOESN'T WORK]
- "ObjectSendKeys>%hWnd%,CTRL_DN,VK56,VK56,VK56,VK56,VK56,VK56,VK56,VK56,CTRL_UP": [IT ONLY WORKS ABOUT 70% AT THE FIRST TRY AND BETWEEN 80-90% THE SECOND AND THIRD TRIES]
- "ObjectSendKeys>%hWnd%,CTRL_DN,VK56 [Between 15 & 20 times],CTRL_UP": [IT WORKS ABOUT 90% BUT SOMETIMES THE APPLICATION OPENS 2 OR 3 TIMES]
Therefore, I understand that the problem is the time by which the "VK56" is held pressed. Does anybody know which is the hold time of the key when using the "ObjectSendKeys" command ? If It isn't possible to change this value by using MS_SCRIPT, would it be possible to change it by using VB_SCRIPT ?
Thank you so much again in advance !!!
