I am trying to send the keystrokes CTRL and A to Internet Explorer, to select all data on the page. I use the code
SendKeys "^A", True
in my application, but it doesn't do anything. However if I type something in Notepad and use the sam piece of VB, it does work. Has anybody else come across this in IE and do you know how to get around it?
SendKeys "^A", True
in my application, but it doesn't do anything. However if I type something in Notepad and use the sam piece of VB, it does work. Has anybody else come across this in IE and do you know how to get around it?