Thanks, works great !
Was already experimenting with the Sendkeys-function but it didn't work ... because I didn't know about the "+" in the middle
Rgds,
Paul
-------------------------------------------------------------------
Hi,
You can use the below statements:
But make sure, whether QTP set context to the application before the these statements.
Regards,
Uday.
Was already experimenting with the Sendkeys-function but it didn't work ... because I didn't know about the "+" in the middle

Rgds,
Paul
-------------------------------------------------------------------
Hi,
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.

