Hi,
I've read several threads belonging to this subject, but I found no working solution.
How can I force a script function to wait for some "SendKeys"?
example:
the function "GoOnAfterKeystrokes()" should wait for the key actions, but the function is running before.
WshShell.SendKeys("s");
WshShell.SendKeys("{DEL}");
GoOnAfterKeystrokes();
Hope someone can help.
Thanx in advance
I've read several threads belonging to this subject, but I found no working solution.
How can I force a script function to wait for some "SendKeys"?
example:
the function "GoOnAfterKeystrokes()" should wait for the key actions, but the function is running before.
WshShell.SendKeys("s");
WshShell.SendKeys("{DEL}");
GoOnAfterKeystrokes();
Hope someone can help.
Thanx in advance