zeffy Posted May 15, 2010 Posted May 15, 2010 I am curious if was possible to download the HTML data of a directory, (for example http://www.autoitscript.com/autoit3/files/beta/autoit/), and display it in a TreeView.Any ideas?
exodius Posted May 15, 2010 Posted May 15, 2010 It sure is... If you just want to capture the links, look at the example from _IELinkGetCollection, if you want to capture all of the HTML then look at _IEDocReadHTML (Or _IEBodyReadyHTML/_IEBodyReadText).Then pair that up with a For...Next loop and GuiCtrlCreateTreeView.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now