|
-
Feb 27th, 2007, 10:26 AM
#1
Thread Starter
Hyperactive Member
get browser window + sim keypress
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
If a post has been usefull then Rate it! 
-
Feb 27th, 2007, 12:35 PM
#2
Re: get browser window + sim keypress
Use the SendKeys API.. or
use a webbrowser control...
webbrowser1.document.all("button1").click
(assuming the button is called Button1)
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|