PDA

Click to See Complete Forum and Search --> : Some WebBrowser Control Questions


ThEdGE
Mar 12th, 2001, 11:58 AM
Hi,

i have some questions concerning the webbrowser control in vb (duh ;)

Well, i would like to have the webbrowser control automaticly click a hyperlink, for example:

If i have a page with a hyperlink called "click here" and i want the wb control click that link.

got it ? :)

Ok on to the next question:

How can i send text to a java applet in the webbrowser control, if i use

webbrowser.setfocus
sendkeys "abc"

it send's the text to the html page, not to the textbox in the java applet..

Ok, hope you guys are smart enough to solve these problems (if solution is possible of course ;) )


Thanks in advance,

ThEdGE

ThEdGE
Mar 13th, 2001, 02:14 AM
Any1?