Try putting an AxWebBrowser control on your form, and then perhaps loading a
blank HTML file and manipulating that HTML by doing something like setting
the innerHTML of the BODY tag to your string. Have a search on google about
the browser control anyway.
Try putting an AxWebBrowser control on your form, and then perhaps loading a
blank HTML file and manipulating that HTML by doing something like setting
the innerHTML of the BODY tag to your string. Have a search on google about
the browser control anyway.
Or expose an IDispatch out of your form, set that to the window.external
pointer. After that, you can write any sort of script in a generic
HTML page which will allow you to do such stuff as doing..
document.write (window.external.MyHTML)..
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.