So i made a Login Form Which i type in to a 2 textbox a value and it will login to the site now here is where im stuck
> Lets Say i want to know my balance of $ in a site i want to Auto Login to the site do it with the program
> now The Balance is lets say 6 Columns
> NAME | Balance | Refers | last name | username | sitename
> squizy | 4$ | blabla | dadada | squizy | daniweb.com (Just an example)
> Now What im actuly trying to do is that every text here will be generated into my listview Box....
> So i got the name of what i need its "
<span class="defdark"> squizy </span>"
> Thank You (:
Have no idea is this suppost to be like this ?
WebBrowser1.Document.GetElementById("Defdark").GetAttribute("value", ListView1.Columns)