Importing HTML files

Thinfinity VirtualUI allows you to insert HTML content into the current web page. You can do this from your Windows app by calling the ImportHTML method of the HTMLDoc component:

VirtualUI.HTMLDoc.ImportHTML(URL, [Filename])

· The "URL" parameter is the Uniform Resource Locator pointing to the HTML file location in the net.

· "Filename" is an optional parameter that, when specified, points to the actual HTML file in the local file system. In this case, the "URL" parameter will be virtual, and will translate to this local "filename".

Last updated