Hi,everyone
My project is scanner for example.
Then
This is my code...
Dim htmlele As HtmlElementCollection
htmlele = WebBrowser1.document.GetElementsByTagName("h3")
For Each htm As HtmlElement In htmlele
Dim chld As HtmlElementCollection = htm.GetElementsByTagName("a")
For Each ch As HtmlElement In chld
ListBox1.Items.Add(ch.GetAttribute("href"))
Label1.Text = ListBox1.Items.Count & " Bulundu."
Next
Next
but here want to any character then remove..
My english very bad.I'm sorry.
for example
http://sasqas.com/sadasd=sdasd
before listbox add, charackter "=" remove then
listbox add ("http://sasqas.com/sadasd=")
how is made?
please help me...
and another question
if listbox in same url then don't add listbox only one url stay