HTML Control
-
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 ***
-
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 ***
Search for the excellent "SimpleBrowser" here on CP.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
Search for the excellent "SimpleBrowser" here on CP.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
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 ***
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
-
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
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 ***
-
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 ***
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
-
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 ***
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
-
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 ***
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.
-
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 ***
Whats error?
_**
**_
WhiteSky
-
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.