I need to create an active link to a website from my application.
One way I see to accomplish this is to use the TWebBrowser. The component allows for the access to the website, but there is absolutely no navigation interface (Address Bar, Tool Bar etc.), that is usually present in Internet Explorer and other browsers, just the window for the contents of the html page. There is no access to those properties either.
I guess the other way is to use CreateProcess, but I can’t get the Internet Explorer to show the particular page I need on start-up.
One way I see to accomplish this is to use the TWebBrowser. The component allows for the access to the website, but there is absolutely no navigation interface (Address Bar, Tool Bar etc.), that is usually present in Internet Explorer and other browsers, just the window for the contents of the html page. There is no access to those properties either.
I guess the other way is to use CreateProcess, but I can’t get the Internet Explorer to show the particular page I need on start-up.