Q1)
what i want to do is press a button, this is the code i tried:

WebBrowser1.Document.Forms(0).SEARCH.Submit = True

all i know is that the value of the button is 'SEARCH', i got the 'WebBrowser1.Document.Forms(0).' part from searching for
the solution. i think there is a problem with the '.Submit = True' part, this was simply a guess, what is the correct code?

Q2)
how do you have a string for a part of the code, e.g.
myvalue = value.text
WebBrowser1.Document.Forms(0). & myvalue & .value = "whatever"
why doesnt that work?

Q3)
is there an easy way to find values of text boxes/buttons on a website without copying the html?



thanks for all help.