I am trying to get the active tab url for Safari, so far I was able to get the url from all prominent browsers (IE, Firefox, Chrome, Opera) through a mix of Win32 API calls or DDE.
The issue with safari is even when I enumerate through the windows and call GetWindowText it's always null.
Any solutions out there? thanks!