Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
With asynchronous monikers, you can extend your COM application to download asynchronously across the Internet and to provide progressive rendering of large objects such as bitmaps and VRML objects. Asynchronous monikers enable an ActiveX control property or a file on the Internet to be downloaded without blocking the response of the user interface. For basic information about asynchronous moniker support, see Internet Downloading Using Asynchronous Monikers.
To download a file using asynchronous monikers
Declare an instance of this class and use it to open URLs.
For information about downloading asynchronously in an ActiveX control, see Internet First Steps: ActiveX Controls.
See Also Internet: Where Is...