zeffy 0 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? Share this post Link to post Share on other sites
exodius 1 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. Share this post Link to post Share on other sites