IEShowIE


 

IEShowIE>IE_Reference,Show

 

ShowIE allows you to show or hide an IE instance. Set Visible to 0 to hide the instance, and 1 to show it. IECreate always creates IE in visible mode so use IEShowIE immediately after IECreate to hide it.

 

IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.

 

See also: IE Functions

 

Example

 

//Hide IE[0] instance

IEShowIE>IE[0],0