hey,
im trying to find a way to get a browser window and then somehow simulate a keypress within tht window.
can anyone give me ne pointers?
thanks
lee
Printable View
hey,
im trying to find a way to get a browser window and then somehow simulate a keypress within tht window.
can anyone give me ne pointers?
thanks
lee
Use the SendKeys API.. or
use a webbrowser control...
webbrowser1.document.all("button1").click
(assuming the button is called Button1)