need some info on these packages

contains all delphi packages mentioned below
Post Reply
cleanupkid
Posts: 2
Joined: Fri Dec 23, 2005 12:57 pm

need some info on these packages

Post by cleanupkid »

can any of these packages capture urls from memory, basicly i need to write a program that will capture all http and ftp file links from my computer and give me the option to manipulate the data from my delphi program, ideally i would like it to capture links from any websites i visit(i know theres a function to capture the current url in explorer but i need much more than that). i would also like to be able to extract ay urls from text files i open, basicly i want to save every url the computer encounters. so if someone could kick me in the right direction it would be very much appreciated.
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

That are a number of different tasks in one. Searching the files is quite simple. Just loop through them, read their content and search for "http://" or "www." or something like that. Catching clicks in the browser is a bit more complicated. But I'm not an expert in such browser related questions.
Post Reply