CATKI2
Feb 3rd, 2000, 06:08 PM
I am trying to pass a url from a VB5 application to IE or Netscape. I am using ShellExecute to start IE with the specified URL, which sither starts the IE if not already running, or loads the url into the existing browser is IEis running.
My problem is with Netscape (v4.08), which works ok if the browser is not running, but ShellExecute insists on starting a new copy of the browser everytime.
I wondered if it was possible to send the url to the Loaded browser, as I can detect if a browser is already running, or is there was a better solution. (Not supporting Netscape is not an option).
My problem is with Netscape (v4.08), which works ok if the browser is not running, but ShellExecute insists on starting a new copy of the browser everytime.
I wondered if it was possible to send the url to the Loaded browser, as I can detect if a browser is already running, or is there was a better solution. (Not supporting Netscape is not an option).