Hello Everyone,
I cannot seem to successfully send the Enter key to a webbrowser control using vb.net. I can succesfully send postmessage Tab key and it tabs through the links and controls, but it does not click on the link when I send Enter key.
Here is why I want to use this technique:
The website I am opening has frames, and due to the cross frame scripting policies microsoft forced into the IE control , I cannot retrieve the links from the IFRAMES on the page. So my alternative thinking is to use Tab keys to get to the link and then press Enter.
Please help me out with this one, I've been breaking my head for a week, researching and researching..
Thanks,
Sergio
I cannot seem to successfully send the Enter key to a webbrowser control using vb.net. I can succesfully send postmessage Tab key and it tabs through the links and controls, but it does not click on the link when I send Enter key.
Here is why I want to use this technique:
The website I am opening has frames, and due to the cross frame scripting policies microsoft forced into the IE control , I cannot retrieve the links from the IFRAMES on the page. So my alternative thinking is to use Tab keys to get to the link and then press Enter.
Please help me out with this one, I've been breaking my head for a week, researching and researching..
Thanks,
Sergio