firefox com for winform ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • graphicsxp

    #1

    firefox com for winform ?

    Hello,
    Does anyone know a com object which would allow using Firefox within a
    winform .net application, such as the IE webcontrol ?

    Thanks

  • Peter Macej

    #2
    Re: firefox com for winform ?



    --
    Peter Macej
    Helixoft - http://www.helixoft.com
    VSdocman - Commenter and generator of class documentation for C#, VB
    ..NET and ASP .NET code

    Comment

    • Spam Catcher

      #3
      Re: firefox com for winform ?

      Peter Macej <peter@helixoft .comwrote in news:uSBQU7X5GH A.1248
      @TK2MSFTNGP03.p hx.gbl:

      Also check here:

      The MDN Web Docs site provides information about Open Web technologies including HTML, CSS, and APIs for both Web sites and progressive web apps.

      Comment

      • graphicsxp

        #4
        Re: firefox com for winform ?

        Hi peter,
        Actually I know this ActiveX already. The problem is that each time
        there is a postback on the page, a messagebox appear and prompt the
        user if she wants to carries on. There is a checkbox that says 'don't
        show this message again', however next time the user starts my .net
        application, the message will appear again.
        Do you know how to stop this messagebox from appearing ?

        Thank you


        Peter Macej wrote:

        >
        --
        Peter Macej
        Helixoft - http://www.helixoft.com
        VSdocman - Commenter and generator of class documentation for C#, VB
        .NET and ASP .NET code

        Comment

        • graphicsxp

          #5
          Re: firefox com for winform ?

          Hi peter,
          Actually I know this ActiveX already. The problem is that each time
          there is a postback on the page, a messagebox appear and prompt the
          user if she wants to carries on. There is a checkbox that says 'don't
          show this message again', however next time the user starts my .net
          application, the message will appear again.
          Do you know how to stop this messagebox from appearing ?

          Thank you


          Peter Macej wrote:

          >
          --
          Peter Macej
          Helixoft - http://www.helixoft.com
          VSdocman - Commenter and generator of class documentation for C#, VB
          .NET and ASP .NET code

          Comment

          • GhostInAK

            #6
            Re: firefox com for winform ?

            Hello graphicsxp,

            I would suggest avoiding the mozilla activeX control. Many people do not
            have Firefox/Mozilla installed.. and do not wish for it to be installed.
            On the other hand, everyone have IE installed. Using the builtin IE control
            will reduce the size of your application, reduce bugs/tech support calls,
            and be just as good and possibly better in terms of rendering and usability
            than the Mozilla solution.

            -Boo
            Hello,
            Does anyone know a com object which would allow using Firefox within a
            winform .net application, such as the IE webcontrol ?
            Thanks
            >

            Comment

            • Jay B. Harlow

              #7
              Re: firefox com for winform ?

              Ghost,
              Unfortunately its IE6 that would more then likely be installed.

              IE6 has very poor support for CSS and is missing a handful of other HTML
              tags, as compared to Mozilla & IE7.

              If the target site/sites that graphicsxp is target require "full" CSS
              support then the IE6 control may not be sufficient...

              --
              Hope this helps
              Jay B. Harlow
              ..NET Application Architect, Enthusiast, & Evangelist
              T.S. Bradley - http://www.tsbradley.net


              "GhostInAK" <paco@paco.comw rote in message
              news:c71747b431 dc48c8b372872fb 8d0@news.micros oft.com...
              Hello graphicsxp,
              >
              I would suggest avoiding the mozilla activeX control. Many people do not
              have Firefox/Mozilla installed.. and do not wish for it to be installed.
              On the other hand, everyone have IE installed. Using the builtin IE
              control will reduce the size of your application, reduce bugs/tech support
              calls, and be just as good and possibly better in terms of rendering and
              usability than the Mozilla solution.
              >
              -Boo
              >
              >Hello,
              >Does anyone know a com object which would allow using Firefox within a
              >winform .net application, such as the IE webcontrol ?
              >Thanks
              >>
              >
              >

              Comment

              • Peter Macej

                #8
                Re: firefox com for winform ?

                Do you know how to stop this messagebox from appearing ?

                Sorry, I cannot help with this. I haven't used this control myself.

                --
                Peter Macej
                Helixoft - http://www.helixoft.com
                VSdocman - Commenter and generator of class documentation for C#, VB
                ..NET and ASP .NET code

                Comment

                • BK

                  #9
                  Re: firefox com for winform ?

                  I'm reading this from Firefox and almost everyone I know uses Firefox.
                  Times change, there was a time when Netscape was the premier browser.

                  Comment

                  Working...