Skip to content

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])

Parameters

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.

Remarks

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.

Example

; Attaching an IE object
Gui, Add, ActiveX, vIE, Shell.Explorer
SVGraph_Attach(IE)

Clone this wiki locally