-
Notifications
You must be signed in to change notification settings - Fork 0
SVGraph_Attach()
CapnOdin edited this page Jan 11, 2018
·
8 revisions
Sets and retrieves the IE object that all SVGraph functions manipulates.
SVGraph_Attach([ActiveX])The IE object to be attached to SVGraph.
Note: if this parameter is not provided the IE object that were last supplied is returned.
This function must be called with a valid IE object before calling SVGraph_Start whitch in turn must be called before any other SVGraph function will work.
; Attaching an IE object
Gui, Add, ActiveX, vIE, Shell.Explorer
SVGraph_Attach(IE)