-
Notifications
You must be signed in to change notification settings - Fork 0
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()
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.
; Attaching an IE object and navigating to SVGraph.html
Gui, Add, ActiveX, vIE, Shell.Explorer
SVGraph_Attach(IE)
SVGraph_Start()