Hi,
I am trying to use send keys for Dot net windows application but unfortunately my script is not working,
Could anybody help me in this,
set WshShell = CreateObject("WScript.Shell") SwfWindow("BETS - v8.6.0.15 (BETS_OHSYS)").Activate WshShell.Sendkeys "^"+"{N}" set WshShell = Nothing
You may want to try to click the form instead of activating it.
-Ammar