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. HTML Control

HTML Control

Scheduled Pinned Locked Moved C / C++ / MFC
csharphtmlvisual-studioquestion
10 Posts 5 Posters 2 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.
  • C Offline
    C Offline
    CoolASL
    wrote on last edited by
    #1

    Hi I am developing a dialog based application. I require an HTML Control in which i can show the content by passing the html code in string form. I searched and found one, but it doesnt compile on Visual Studio 8. Can anyone point me to any such existing application here. Thanks in advance.

    *** Who said nothing is impossible? I have been doing it for a long time ***

    M D E H 4 Replies Last reply
    0
    • C CoolASL

      Hi I am developing a dialog based application. I require an HTML Control in which i can show the content by passing the html code in string form. I searched and found one, but it doesnt compile on Visual Studio 8. Can anyone point me to any such existing application here. Thanks in advance.

      *** Who said nothing is impossible? I have been doing it for a long time ***

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #2

      Search for the excellent "SimpleBrowser" here on CP.


      Maximilien Lincourt Your Head A Splode - Strong Bad

      C 1 Reply Last reply
      0
      • M Maximilien

        Search for the excellent "SimpleBrowser" here on CP.


        Maximilien Lincourt Your Head A Splode - Strong Bad

        C Offline
        C Offline
        CoolASL
        wrote on last edited by
        #3

        Thanks Maximilien, I had tried that.. but it doesnt compile on VS 8. Any idea, if there is any modified version of the same. Thanks.

        *** Who said nothing is impossible? I have been doing it for a long time ***

        M 1 Reply Last reply
        0
        • C CoolASL

          Hi I am developing a dialog based application. I require an HTML Control in which i can show the content by passing the html code in string form. I searched and found one, but it doesnt compile on Visual Studio 8. Can anyone point me to any such existing application here. Thanks in advance.

          *** Who said nothing is impossible? I have been doing it for a long time ***

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

          CoolASL wrote:

          I require an HTML Control in which i can show the content by passing the html code in string form.

          Would it be permissible to save the string to a (temporary) file first?


          "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

          "Judge not by the eye but by the heart." - Native American Proverb

          C 1 Reply Last reply
          0
          • D David Crow

            CoolASL wrote:

            I require an HTML Control in which i can show the content by passing the html code in string form.

            Would it be permissible to save the string to a (temporary) file first?


            "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

            "Judge not by the eye but by the heart." - Native American Proverb

            C Offline
            C Offline
            CoolASL
            wrote on last edited by
            #5

            David, Thanks for the reply. Saving the string to a temp HTML file and then displaying it would be quite cumbersome. Any other way to directly get the string code to work?? Thanks.

            *** Who said nothing is impossible? I have been doing it for a long time ***

            D 1 Reply Last reply
            0
            • C CoolASL

              Thanks Maximilien, I had tried that.. but it doesnt compile on VS 8. Any idea, if there is any modified version of the same. Thanks.

              *** Who said nothing is impossible? I have been doing it for a long time ***

              M Offline
              M Offline
              Maximilien
              wrote on last edited by
              #6

              you can try fixing the error and submit a patch to the author, I'm certain he will be happy that you contributed to his project. If it's the same for VS8 as it is for VS.net 2003, I think you need to comment out the CStreamOnCString class definition and declaration.


              Maximilien Lincourt Your Head A Splode - Strong Bad

              1 Reply Last reply
              0
              • C CoolASL

                David, Thanks for the reply. Saving the string to a temp HTML file and then displaying it would be quite cumbersome. Any other way to directly get the string code to work?? Thanks.

                *** Who said nothing is impossible? I have been doing it for a long time ***

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

                CoolASL wrote:

                Saving the string to a temp HTML file and then displaying it would be quite cumbersome.

                How so? Saving to a file is 2-3 lines of code. Then you could just use the WebBrowser control. It doesn't get much easier.


                "Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

                "Judge not by the eye but by the heart." - Native American Proverb

                1 Reply Last reply
                0
                • C CoolASL

                  Hi I am developing a dialog based application. I require an HTML Control in which i can show the content by passing the html code in string form. I searched and found one, but it doesnt compile on Visual Studio 8. Can anyone point me to any such existing application here. Thanks in advance.

                  *** Who said nothing is impossible? I have been doing it for a long time ***

                  E Offline
                  E Offline
                  Ed K
                  wrote on last edited by
                  #8

                  Not sure if this fits your requirements: XHTMLStatic[^]

                  ed ~"Watch your thoughts; they become your words. Watch your words they become your actions. Watch your actions; they become your habits. Watch your habits; they become your character. Watch your character; it becomes your destiny." -Frank Outlaw.

                  C 1 Reply Last reply
                  0
                  • C CoolASL

                    Hi I am developing a dialog based application. I require an HTML Control in which i can show the content by passing the html code in string form. I searched and found one, but it doesnt compile on Visual Studio 8. Can anyone point me to any such existing application here. Thanks in advance.

                    *** Who said nothing is impossible? I have been doing it for a long time ***

                    H Offline
                    H Offline
                    Hamid Taebi
                    wrote on last edited by
                    #9

                    Whats error?

                    _**


                    **_

                    WhiteSky


                    1 Reply Last reply
                    0
                    • E Ed K

                      Not sure if this fits your requirements: XHTMLStatic[^]

                      ed ~"Watch your thoughts; they become your words. Watch your words they become your actions. Watch your actions; they become your habits. Watch your habits; they become your character. Watch your character; it becomes your destiny." -Frank Outlaw.

                      C Offline
                      C Offline
                      CoolASL
                      wrote on last edited by
                      #10

                      Hmm.. seems to be cool. I hope it compiles on VS8 ! Thanks a lot.

                      *** Who said nothing is impossible? I have been doing it for a long time ***

                      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