The LoadResource function loads a compatible document from the resources.
The LoadResource function creates a temporary file in the temporary Windows folder.
Syntax
Integer Browser.LoadResource(
String resName)
String resName)
Parameters
| resName | Resource name of the document file in Text folder. | Required |
|---|
Return value
The LoadResource function returns true.
If an error occurs, the LoadResource function returns false.
Example
myBrowser.LoadResource("index.htm")