http://i.imgur.com/DMCfsut.png Anybody know any work around to get this to work ?
Here's what I did to loop html elements using Gecko Web Browser. Code: For Each element As GeckoElement In GeckoWebBrowser1.Document.GetElementsByTagName("span") ' put codes here Next
For Each element As GeckoElement In GeckoWebBrowser1.Document.GetElementsByTagName("span") ' put codes here Next
Last edited by KGComputers; Apr 4th, 2014 at 01:46 AM.
CodeBank: VB.NET & C#.NET | ASP.NET Programming: C# | VB.NET Blogs: Personal | Programming Projects: GitHub | jsFiddle ___________________________________________________________________________________ Rating someone's post is a way of saying Thanks...
View Tag Cloud
Forum Rules