LoadResource  Browser

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)

Parameters

resNameResource 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")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia