Recent content by Andrew1399

  1. A

    How i can click on WEBBROWSER LINK LABEL using vb.net

    <span class="label-pedido" id="label-pedido-20489948">Exibir</span> this is code that i want to click, more this "20489948" all time change... what code i can do to click this? this is linklabel image thanks alot.
  2. A

    Need help for Learn captcha from picturebox or webbrowser using DBC

    i realy wanna make one account creator.. captcha change all time.. captcha link and captcha image obvius...
  3. A

    Need help for Learn captcha from picturebox or webbrowser using DBC

    Public Sub Main() 'Put your DBC username & password here: Dim clnt As New HttpClient(("XX"), ("XX")) 'Dim clnt As New SocketClient(("XX"), ("XX")) Console.WriteLine(String.Format("Your balance is {0,2:f} US cents", clnt.Balance)) Dim cptch As Captcha =...
Back
Top