|
-
May 2nd, 2009, 03:36 PM
#1
running a file from memory
hi guys,
is there a way to load an html file to memory and runnign it in memory ?
thanks
-
May 2nd, 2009, 03:50 PM
#2
Re: running a file from memory
html files aren't executed, they're rendered.
Essentially, given an html renderer (and ActiveX in Windows as an example), then all such display is the act of loading the html in memory and rendering it, which in turn may cause the loading of resources, like images, or the execution of scripts, etc.
There are numerous methods to do that, but a lot depends on your chosen framework and the compliance requirements (html has many versions and tributaries that require various levels of support from the renderer).
If my post was interesting or helpful, perhaps you would consider clicking the 'rate this post' to let me know (middle icon of the group in the upper right of the post).
-
May 3rd, 2009, 02:45 AM
#3
Re: running a file from memory
If you program in VS2008 using Forms, there is a WebBrowser control that you can drag and drop onto your form. You don't even have to load the webpage yourself-- just provide the WebBrowser object with the address.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|