VB.NET Use Browser
- by aga-jilles
Hi there I expose my problem, but first I ask you one example otherwise you will understand why,
In VB6 when surfing the site and google example I set the textbox the value "Test" and then click on commandbotton I just enter the source
webbrowser1.document.all ("g"). value = "Test"
WebBrowser1.document.all ("btnG"). Click**
I would do the same with the vb.Net but I can not, I'd be happy to accept your advice.
Thanks in advance