PRB: Cannot Cancel AsyncRead When Used With Local Files (190885)
The information in this article applies to:
- Microsoft Internet Explorer (Programming) 4.0
- Microsoft Internet Explorer (Programming) 4.01
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q190885 SYMPTOMS
When using AsyncRead from a ActiveX Document or an ActiveX Control project
running under Internet Explorer 4.x to download a local file, you cancel
the operation by calling CancelAsyncRead. CancelAsyncRead does not work for
local files.
CAUSE
Reading a local file is a Synchronous operation. For this reason the call
to AsyncRead is completed before any subsequent lines of code are executed.
Modification Type: | Major | Last Reviewed: | 12/10/2003 |
---|
Keywords: | kbActiveDocs kbprb KB190885 |
---|
|