Hi everybody.

I need to extract text"Su saldo es 912C$" from Label in webbrowser control and pass it to textbox using vb.net 2012


HTML Code:
<form action="publicacion.php?op=1&amp;cod=2" method="POST" class="form-horizontal">    

    <div class="control-group">
        <label class="control-label"><strong>Su saldo es 912C$ </strong></label>
    </div>
</form>
i have tried many ways not i cannot make it work please help me.