Skip to content

SVGraph_Start()

CapnOdin edited this page Nov 6, 2016 · 5 revisions

Instructs the IE object to navigate to SVGraph.html and waits until it has finished loading.

SVGraph_Start()

Remarks

This function can't work prior to setting the IE object using the function SVGraph_Attach.

Since all SVGraph functions relies on the JavaScript in SVGraph.html, no SVGraph functions will work prior to calling SVGraph_Start, except for SVGraph_Attach.

Example

; Attaching an IE object and navigating to SVGraph.html
Gui, Add, ActiveX, vIE, Shell.Explorer
SVGraph_Attach(IE)
SVGraph_Start()

Clone this wiki locally