Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
QTP Send key capture for Dot net Windows application
posted

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