Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sound when Click on QTP
#3
Solved: 10 Years, 9 Months, 2 Weeks ago
Hi Yagarules,
In case you really want to do it through your script
Insert following statements at the beginning of your script
Code:
Set WshShell = CreateObject("WScript.Shell")
WshShell.SendKeys(chr(173))

and put this statement again at the end of your script which will put the sound ON again
Code:
WshShell.SendKeys(chr(173))

Reply


Messages In This Thread
Sound when Click on QTP - by yagarules - 09-02-2009, 01:07 AM
RE: Sound when Click on QTP - by basanth27 - 09-02-2009, 10:26 AM
RE: Sound when Click on QTP - by Saket - 09-03-2009, 06:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Right Click On a Image and Click on a Link in WebElement RameshKrishnan 4 5,154 07-10-2013, 04:13 PM
Last Post: RameshKrishnan
  How do I left click on the right click menu in WinTreeView? RandomGrin 0 3,673 12-22-2012, 04:22 AM
Last Post: RandomGrin
  How do I left click on the Right click menu? RandomGrin 2 3,984 12-18-2012, 09:47 PM
Last Post: RandomGrin

Forum Jump:


Users browsing this thread: 1 Guest(s)