http://i.imgur.com/DMCfsut.png
http://i.imgur.com/DMCfsut.png
Anybody know any work around to get this to work ?
Printable View
http://i.imgur.com/DMCfsut.png
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