Webbrowser control

  • Thread starter Thread starter Sebastian Schöps
  • Start date Start date
S

Sebastian Schöps

Hello all,

I have written an application that reads web pages. I use a webbrowser
control for that. Unfortunately on the webpage there is a query on the
browser version. Only if it's Netscape Navigator 4.7 the site continues.

- Is there a possibility to have the webbrowser control fake being a
Netscape Navigator?
- Is there a webbrowser control by Netscape?
- Any other ideas?

Any help appreciated. Thanks in advance!

Seb
 
Nope.

The work around would be to create a TCPClient,
roll your own request header to include the line for the type of
browser --Netscape -- , save contents and then have the browser pick up the
page by navigating it.
 
Back
Top