02-25-2011, 05:37 AM
Hi
I am trying to capture the right click menu of an object which is a part of tree view but not able to do it
I tried sendkeys but still not working
Please Help
I am trying to capture the right click menu of an object which is a part of tree view but not able to do it
I tried sendkeys but still not working
Code:
'set WshShell = CreateObject("WScript.Shell")
'WshShell.SendKeys"{APPKEY}"
'WshShell.SendKeys "{DOWN}"
'WshShell.SendKeys "{DOWN}"
'WshShell.SendKeys "{DOWN}"
'WshShell.SendKeys "{ENTER}"
Please Help