09-09-2008, 04:23 PM
Hi,
You can use the below statements:
But make sure, whether QTP set context to the application before the these statements.
Regards,
Uday.
You can use the below statements:
Code:
Dim WshellObj
Set WshellObj=WScript.CreateObject("WScript.Shell")
WshellObj.SendKeys "%+{F1}"
But make sure, whether QTP set context to the application before the these statements.
Regards,
Uday.