Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
bits_ie.cpp Add source files 4 years ago
bits_ie.htm Add source files 4 years ago
bits_ie.ico Add source files 4 years ago
bits_ie.rc Add source files 4 years ago
install.js Add source files 4 years ago
makefile Add source files 4 years ago
placefil.txt Add source files 4 years ago
readme.htm Add source files 4 years ago
resource.h Add source files 4 years ago
sources Add source files 4 years ago
uninstall.js Add source files 4 years ago

readme.htm

<HTML>
<HEAD>
<TITLE>BITS IE Plugin Sample</TITLE>
</HEAD>

<BODY bgcolor=#f0f0b0>

<H1><CENTER>BITS IE Plugin Sample</CENTER></H1>

<H2>Summary</H2>

<P>
This sample demonstrates basic application use of BITS by providing an
IE plugin to schedule a background download. The sample allows the
user to monitor progress, perform basic operations such as cancel and finish,
and even allows the user to resume the download after a logoff or a shutdown.
</P>

<H2>Key Concepts</H2>
<UL>
<LI>Basic connection with manager and job submission.</LI>
<LI>Example presentation to user of job state.</LI>
<LI>Job control such as suspend/resume/cancel/complete.</LI>
<LI>Interface based callbacks for updating progress/state.</LI>
<LI>Retrieving text messages for a BITS error code.</LI>
</UL>

<H2>Installation</H2>
<UL>
<LI>Change the current directory to the binary output directory in the SDK.</LI>
<LI>Run the "install.js" script.</LI>
<LI>Restart IE for the changes to take effect.</LI>
<LI>To uninstall run the "uninstall.js" script.</LI>
</UL>

<H2>Basic Usage</H2>

<H3>Simple Download</H3>

<UL>
<LI>Open IE and right click on an anchor that points to a static HTTP file.</LI>
<LI>Select the "Background Download As" option.</LI>
<LI>Type in the destination file name at the prompt.</LI>
<LI>Wait for job to finish. The sample will signal you when it is finished.</LI>
</UL>

<H3>Demonstrating Reactivation On Logon</H3>

<UL>
<LI>Submit a download as described in the "Simple Download" section.</LI>
<LI>While the sample is still downloading, logoff or exit windows.</LI>
<LI>Log back on. The sample will restart.</LI>
</UL>


</BODY>

</HTML>