02-09-2009 06:58 AM
Hi!
Is it possible to preview a text that contains HTML tags on the front panel as HTML?
I'd like to see my html report result before i save it into file.
Thanks
Solved! Go to Solution.
02-09-2009 07:08 AM
Hi wasz,
yes it's possible. You can use the ActiveX WebBrowser.
Mike
02-09-2009 07:17 AM
Hmm! Thanks!
And how portable is it? Does it work if i build an executable from my project and then use it on another PC? I guess that the only requirement would be the same browser on that machine.
I found an example in LV, using IE with activex. Did you mean that?
Thanks
02-09-2009 07:34 AM
One more question.
I tried it and it works for URLs, and HTML files on my hard disk, but i would like to use it with strint constants that contain HTML formatted text. I do not want to save it first. is IT possible with this?
Thanks
02-09-2009 07:56 AM
Hi wasz,
afaik it's not possible. You can only load urls or files.
Mike
02-09-2009 07:57 AM
ok.
Thank You!