Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 16081

VS 2017 vb.net webbrowser dropdown list

$
0
0
Code:

<select name="ddl" id="ddl" class="frmInput2" style="width:160px;">
<option value="-1"> </option>
<option value="11"> Diğer</option>
<option value="4">Amca</option>
<option value="2">Anne</option>
<option selected="selected" value="1">Baba</option>
<option value="5">Dayı</option>
<option value="7">Hala</option>
<option value="3">Kardeş</option></select>


How do I get the data selected from the Vb.net webbrowser drop down list. I'm waiting for your help .. thanks.

Code:

  Dim el As HtmlElementCollection =  eokul.Document.GetElementById("ddl").GetElementsByTagName("option")
        For Each el_option As HtmlElement In el
            ???????????????????????????????????
        Next


Viewing all articles
Browse latest Browse all 16081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>