Estou tentando pegar os dados do resultado da pesquisa para a Label
O codigo que uso é o seguinte:
Dim element As HtmlElement = WebBrowser1.Document.GetElementsByTagName("script").Cast(Of HtmlElement).First(Function(el) el.GetAttribute("type") = "text/javascript")
element.GetElementsByTagName("cpf").Cast(Of HtmlElement).First(Function(el) el.InnerText = Label1.Text)
Mas não dá certo.... Se alguém puder ajudar, agradeço demais.
Question
maeldson
Será que algum fí de Deus pode me ajudar??? rsrs
Tenho o seguinte ----->>> http://prntscr.com/b25nht
Estou tentando pegar os dados do resultado da pesquisa para a Label
O codigo que uso é o seguinte:
Dim element As HtmlElement = WebBrowser1.Document.GetElementsByTagName("script").Cast(Of HtmlElement).First(Function(el) el.GetAttribute("type") = "text/javascript")
element.GetElementsByTagName("cpf").Cast(Of HtmlElement).First(Function(el) el.InnerText = Label1.Text)
Mas não dá certo.... Se alguém puder ajudar, agradeço demais.
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.