GeckoFX Question

If you need help with a project or need to know how to do something specific in VB.NET then please ask your questions in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
2 posts Page 1 of 1
Contributors
User avatar
Smiley
VIP - Donator
VIP - Donator
Posts: 269
Joined: Sat Dec 19, 2009 3:39 pm

GeckoFX Question
Smiley
Hi guys

I have been messing around with geckofx 22.0 and was wondering if anyone knew how i could get all the elements in a document, here's an example of what i mean with the default webbrowser.
Code: Select all
    For Each ele As HtmlElement In WebBrowser1.Document.All

    Next
Thanks in Advance, Smiley cooll;
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4392
Joined: Tue Aug 04, 2009 1:47 am

Re: GeckoFX Question
CodenStuff
I don't know I have no experience with gecko and I couldn't find anything on here: https://developer.mozilla.org/en-US/doc ... _Reference

I did see document.all on there but it seems it no longer works.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
2 posts Page 1 of 1
Return to “Coding Help & Support”