VB.NET Use Browser
Posted
by aga-jilles
on Stack Overflow
See other posts from Stack Overflow
or by aga-jilles
Published on 2010-05-01T13:47:56Z
Indexed on
2010/05/01
17:57 UTC
Read the original article
Hit count: 400
vb.net
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
© Stack Overflow or respective owner