How to get URL on the screen?please..
-
When mouse move over webpage on the screen and stop on a word that is URL,how could I catch the URL from my program? I hope you got my meaning.Thanks
August 12,2006,Rhythm of The Rain.
Hello If you can access the source of the page, this is easy using javascript, or ASP. On the other hand -which I think is your case-, if you can't do that, then the only thing I could think of is OCR (Optical Character Recognition). Yes, I guess I've gone too far, but some trnslation programs do that. When you point the cursor to a word and press the HotKey, the recognize the characters off the screen and tranlate them -if possible of course-. This is way, way too advanced topic. You can get an image of the link easily using Graphics class methods, but interpreting the image to text will certainly need a library.
Regards:rose: