Billie1123
Member
- Joined
- Oct 24, 2009
- Messages
- 11
- Programming Experience
- Beginner
Well... Id like my program to write automaticaly into some page's fields.
Lets put google.es as example. Google's field is called "q" (at least the spanish version).
I have tried some code.
WebBrowser1.Navigate (google.es)
WebBrowser.Document.Forms(0).q.Value = "field text".
This is something that I found over there, but it doesn't work at all...
Any idea?
Lets put google.es as example. Google's field is called "q" (at least the spanish version).
I have tried some code.
WebBrowser1.Navigate (google.es)
WebBrowser.Document.Forms(0).q.Value = "field text".
This is something that I found over there, but it doesn't work at all...
Any idea?