28 * ActiveXControlQuery string CLASSID -- Returns -1 if the ActiveX control is installed, otherwise 0.\n
29 * ActiveXControlDownload string CLASSID, string URL, integer ver1, integer ver2, integer ver3, integer ver4 -- Downloads a particular version of the specified ActiveX control from a URL. Returns -1 if the download succeeded, otherwise 0.\n
30 * ActiveXControlRegister string FILENAME -- Locates the specified control file on the application path and calls the DllRegisterServer entry point. Typically, this will install an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0.\n
31 * ActiveXControlUnregister string FILENAME -- Locates the specified control file on the application path and calls the DllUnregisterServer entry point. Typically, this will uninstall an ActiveX control that is self registering. Returns -1 if the install succeeded, otherwise 0.