Hi Raghavendra,

Below code should work for the required keypress.

*Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys "^(+{DEL})"
Set WshShell = Nothing*


*Here ^ represents Ctrl Key, + represents Shift key and {DEL} represents
Delete Key*. Search for SendKeys in QTP help file to get more details about
the SendKeys concept.

I have just written this code but didn't run it. Please get back to us if
it doesn't work,


*Regards,
 Anish Pillai

[QTP - Automation Repository] <http://www.automationrepository.com/>

[Get New Posts in your
Inbox]<http://feedburner.google.com/fb/a/mailverify?uri=automationrepository/feeds>
*

-- 
AR

-- 
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en

Reply via email to