Post: BUYING - Visual Basic Help - Putting captcha into picturebox?
05-14-2011, 12:00 PM #1
ARIISSEK
:nyan: Kaffy :nyan:
(adsbygoogle = window.adsbygoogle || []).push({}); Solved my first issue (With
            For Each img As HtmlElement In WebBrowser1.Document.All            If img.GetAttribute("Width").Contains("200") Then                TextBox1.Text = (img.GetAttribute("src"))            End If        Next
</div>

Now i can't select an option from a drop down list....




HTML: <select class="gwt-ListBox" style="" gwtdebugid="signup-flow-choose-timezones">


I've tried clicking on the drop-down box and just using GetElementById, But neither change the option remotely.</div>
(adsbygoogle = window.adsbygoogle || []).push({});
05-14-2011, 01:05 PM #2
var imgsrc = document.getElementById("Captcha Img ID").src;

Thats javascript, maybe VB can access the page somehow like that?
maybe BrowserObjcet.document..ect
05-14-2011, 01:07 PM #3
ARIISSEK
:nyan: Kaffy :nyan:
I need to at the very least save the img url as a string. When I try dim path as New String = (anything) it tells me an end or whatever is expected. Without the "new" it works just fine.

with Dim path As New String(captcha1.GetAttribute("src")) I get "Object reference not set to an instance of an object." when debugging.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo