Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Regarding HtmlView class in MFC

Regarding HtmlView class in MFC

Scheduled Pinned Locked Moved C / C++ / MFC
helpc++comadobequestion
10 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    H4u32
    wrote on last edited by
    #1

    Hello all, I am having problem with HtmlView class. I am using this class to load web page from any URL. But the url, i am apecifying contains character SWf in url string. So is it possible that URL is not being able to load because of SWF word. Other sites that contains flash content are being loaded then why problem is created for below URl? http://www.webkinz.com/SWF/setLocale.swf?locale=us_en [^] Any help is highly appreciated. Thanks & Regards Hemang

    R 1 Reply Last reply
    0
    • H H4u32

      Hello all, I am having problem with HtmlView class. I am using this class to load web page from any URL. But the url, i am apecifying contains character SWf in url string. So is it possible that URL is not being able to load because of SWF word. Other sites that contains flash content are being loaded then why problem is created for below URl? http://www.webkinz.com/SWF/setLocale.swf?locale=us_en [^] Any help is highly appreciated. Thanks & Regards Hemang

      R Offline
      R Offline
      Rajkumar R
      wrote on last edited by
      #2

      Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE. This site is blocked in my office PC and says it comes in Games Category :( may be the similar reason.

      H D 2 Replies Last reply
      0
      • R Rajkumar R

        Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE. This site is blocked in my office PC and says it comes in Games Category :( may be the similar reason.

        H Offline
        H Offline
        H4u32
        wrote on last edited by
        #3

        What is the reason? This is being able to open in IE7. Then why is it not being open in my application? Thanks & Regards, HEmang

        1 Reply Last reply
        0
        • R Rajkumar R

          Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE. This site is blocked in my office PC and says it comes in Games Category :( may be the similar reason.

          D Offline
          D Offline
          David Crow
          wrote on last edited by
          #4

          Rajkumar R wrote:

          Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE.

          This makes no sense. What are you trying to say?

          "Love people and use things, not love things and use people." - Unknown

          "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

          H R 2 Replies Last reply
          0
          • D David Crow

            Rajkumar R wrote:

            Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE.

            This makes no sense. What are you trying to say?

            "Love people and use things, not love things and use people." - Unknown

            "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

            H Offline
            H Offline
            H4u32
            wrote on last edited by
            #5

            Would you please help in this regard? I am facing very serious problem. I am able to navigate to any other URL but not containing swf file in its string and gives me Internet Explorer Script Error. Please any help is highly appreciated. Thanks & Regards, Hemang

            D 1 Reply Last reply
            0
            • D David Crow

              Rajkumar R wrote:

              Have you tried with IE, HtmlView is based WebBrowserCtrl which is used in IE.

              This makes no sense. What are you trying to say?

              "Love people and use things, not love things and use people." - Unknown

              "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

              R Offline
              R Offline
              Rajkumar R
              wrote on last edited by
              #6

              DavidCrow wrote:

              This makes no sense

              what are you trying to say

              1 Reply Last reply
              0
              • H H4u32

                Would you please help in this regard? I am facing very serious problem. I am able to navigate to any other URL but not containing swf file in its string and gives me Internet Explorer Script Error. Please any help is highly appreciated. Thanks & Regards, Hemang

                D Offline
                D Offline
                David Crow
                wrote on last edited by
                #7

                Using VS6, I just created a test application, with the view derived from CHtmlView, and it worked fine.

                "Love people and use things, not love things and use people." - Unknown

                "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                H 2 Replies Last reply
                0
                • D David Crow

                  Using VS6, I just created a test application, with the view derived from CHtmlView, and it worked fine.

                  "Love people and use things, not love things and use people." - Unknown

                  "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                  H Offline
                  H Offline
                  H4u32
                  wrote on last edited by
                  #8

                  Have you tried with my given url i.e. http://www.webkinz.com/SWF/setLocale.swf?locale=us_en[^] Then why am i not being able to do the same? Is there something related to SWF file. I am not able to load even local swf file. Please help further by trying with my url. Thanks & Regards, Hemang

                  D 1 Reply Last reply
                  0
                  • D David Crow

                    Using VS6, I just created a test application, with the view derived from CHtmlView, and it worked fine.

                    "Love people and use things, not love things and use people." - Unknown

                    "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                    H Offline
                    H Offline
                    H4u32
                    wrote on last edited by
                    #9

                    you please give source code of your test application that you made with CHtmlView. It would e great help to me. Thanks & Regards Hemang

                    1 Reply Last reply
                    0
                    • H H4u32

                      Have you tried with my given url i.e. http://www.webkinz.com/SWF/setLocale.swf?locale=us_en[^] Then why am i not being able to do the same? Is there something related to SWF file. I am not able to load even local swf file. Please help further by trying with my url. Thanks & Regards, Hemang

                      D Offline
                      D Offline
                      David Crow
                      wrote on last edited by
                      #10

                      Hemang Raval wrote:

                      Have you tried with my given url i.e. http://www.webkinz.com/SWF/setLocale.swf?locale=us\_en\[^\]

                      Yes, it works fine.

                      Hemang Raval wrote:

                      I am not able to load even local swf file.

                      Can you using IE or some other browser?

                      "Love people and use things, not love things and use people." - Unknown

                      "To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups