Windows Vista Forums

Alternative to WebBrowser control?
  1. #1


    ngrTerry Guest

    Alternative to WebBrowser control?

    I am looking to write reports in a reporting tool other than crystal
    reports because our crystal reports design looks outdated compared to
    the results we can obtain in html.

    The problem we have with using the Windows.Forms WebBrowser control is
    that it relies on the Internet Explorer engine to be installed on the
    PC to be able to use it.

    We have found that this is not an option because some of our clients
    do not have a web browser interface installed at all. Windows7 does
    not come with one as standard and some companies will not allow a web
    browser on the machines.

    We therefore have to be able to produce reports using a different html
    tool of sorts. We prefer to use html as we can use View Source to
    download reports from off-site servers.



    Thanks in advance for any feedback

      My System SpecsSystem Spec

  2. #2


    Family Tree Mike Guest

    RE: Alternative to WebBrowser control?



    "ngrTerry" wrote:

    > I am looking to write reports in a reporting tool other than crystal
    > reports because our crystal reports design looks outdated compared to
    > the results we can obtain in html.
    >
    > The problem we have with using the Windows.Forms WebBrowser control is
    > that it relies on the Internet Explorer engine to be installed on the
    > PC to be able to use it.
    >
    > We have found that this is not an option because some of our clients
    > do not have a web browser interface installed at all. Windows7 does
    > not come with one as standard and some companies will not allow a web
    > browser on the machines.
    >
    > We therefore have to be able to produce reports using a different html
    > tool of sorts. We prefer to use html as we can use View Source to
    > download reports from off-site servers.
    >
    > Thanks in advance for any feedback
    > .
    >
    There was a discussion of this on one of the newsgroups recently. My
    recollection is that although IE is not installed in some versions of Windows
    7, that Shdocvw.dll, is always installed. The web browser control uses the
    dll, not IE. It may be that you don't have a problem, but you should
    configure a test machine to confirm.

    Mike

      My System SpecsSystem Spec

  3. #3


    ngrTerry Guest

    Re: Alternative to WebBrowser control?

    Thank you for that feedback - it is a promising thought that we will
    look further into.

      My System SpecsSystem Spec

  4. #4


    Jesse Houwing Guest

    Re: Alternative to WebBrowser control?

    * Family Tree Mike wrote, On 2-11-2009 17:41:

    >
    >
    > "ngrTerry" wrote:
    >

    >> I am looking to write reports in a reporting tool other than crystal
    >> reports because our crystal reports design looks outdated compared to
    >> the results we can obtain in html.
    >>
    >> The problem we have with using the Windows.Forms WebBrowser control is
    >> that it relies on the Internet Explorer engine to be installed on the
    >> PC to be able to use it.
    >>
    >> We have found that this is not an option because some of our clients
    >> do not have a web browser interface installed at all. Windows7 does
    >> not come with one as standard and some companies will not allow a web
    >> browser on the machines.
    >>
    >> We therefore have to be able to produce reports using a different html
    >> tool of sorts. We prefer to use html as we can use View Source to
    >> download reports from off-site servers.
    >>
    >> Thanks in advance for any feedback
    >> .
    >>
    >
    > There was a discussion of this on one of the newsgroups recently. My
    > recollection is that although IE is not installed in some versions of Windows
    > 7, that Shdocvw.dll, is always installed. The web browser control uses the
    > dll, not IE. It may be that you don't have a problem, but you should
    > configure a test machine to confirm.

    Yes as far as I know that is correct. And Microsoft has removed the
    Windows 7 E product from the market. European versions get an update
    that allows the user to pick addition browsers to install.

    So you should be safe. Windows 2000, XP, Vista and 7 all come with the
    required library pre-installed.

    Jesse

    --
    Jesse Houwing
    jesse.houwing at sogeti.nl

      My System SpecsSystem Spec

Alternative to WebBrowser control? problems?

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I debug JavaScript in a WebBrowser control? John Brock .NET General 5 15 Sep 2009
automating ie or webbrowser control Scott Baxter VB Script 3 29 May 2009
is the dotnet 2 webbrowser control based on IE 6 or 7? James .NET General 6 19 Feb 2009
How to get a handle to WebBrowser Control's scrollbar? Polaris .NET General 0 12 Apr 2008
WebBrowser control in a WPF app. Shogun Avalon 3 04 May 2006