How do I open a link in the same browser tab? I tried this code:
ShellExecute(Handle, \'open\', \'http://site.com\', \'_self\', nil, SW_SHOWNORMAL); <
ShellExecute(Handle, \'open\', \'http://site.com\', \'_self\', nil, SW_SHOWNORMAL);
A possible entry point is using OLE Automation. Using this technique you can connect with any existing instance of MSIE, so that you can bring the current browsing window to a new url.