Here is my problem. There is an audio tool called Surfer Network that allows you to listen to radio stations. It is not a standard browser, but the song title and artist appear in the display as hyperlinks. As the song changes the url of the window changes. It also occasionally cycles through advertisements that have a hyperlink property as well. What I am trying to do is write a program that will capture the hyperlink property every few seconds (or whenever it changes) and log it to a text file. I can get the windows handle of the exact window that displays the song info, but I don't know how to use that to retrieve the hyperlink property. I hope this isn't to vague.

Thanks,
mwenge