Click to return to the Component Development home page    
Web Workshop  |  Component Development

Preloader Control -- Reference Info


Properties

URL: URL to be downloaded

Enable: Enables (Enable=1) or disables (Enable=0) the control

CacheFile: File name of the local cached file (read only)

Bytes: The amount of data read so far in bytes (read only)

Percentage: The amount of data read so far in percentage (read only)


Methods

AboutBox: Displays the About dialog box


Events

Complete: Fired when the download has been completed.

Error: Fired when the download could not be completed.


Sample HTML

   <OBJECT ID=Preload1 CLASSID="clsid:16E349E0-702C-11CF-A3A9-00A0C9034920"
      CODEBASE="http://activex.microsoft.com/controls/iexplorer/x86/iepreld.cab#version=4,71,115,0">
      WIDTH=1 HEIGHT=1>
      <PARAM NAME="URL" VALUE="loadpage.htm">
      <PARAM NAME="enable" VALUE="0">
   </OBJECT>

HomeBack to ActiveX Controls Programming Reference



Back to topBack to top

© 1999 Microsoft Corporation. All rights reserved. Terms of use.