Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
Samples
|
Networking, Protocols, & Data FormatsMIME Type Sample |
||||
Download sample | ||||
Description
IEMime demonstrates MIME type registration and MIME type recognition of downloads.
More DetailsThe control starts an asynchronous download, usually by asking its bind-host to MonikerBindToStorage on its behalf. During the download proces, IEMime is notified of the MIME type on its bind-status-callback. IEMime displays this MIME type.
Browser/Platform CompatibilityThe IEMime sample will work on Win32 platforms.
NOTE: Due to an incompatibility between VC 6.0 ATL and the NT 5.0 beta headers, you should not include the Internet Explorer 5.0 Beta headers and libraries nor the Windows NT 5.0 beta headers and libraries in your include or libpath.
For example, if you installed the SBN headers and libraries under root directory "C:\SBN" and you installed Visual C++ in the "C:\Program Files\Microsoft Visual Studio\VC98" directory, in Visual C++ your global directory options (Tools->Options->Directories tab) for your Include Files should resemble the following:
C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE
C:\Program Files\Microsoft Visual Studio\VC98\MFC\INCLUDE
C:\Program Files\Microsoft Visual Studio\VC98\ATL\INCLUDE
This is different from any of the non-ATL samples in the Samples Gallery, all of which require the SBN path and the NT50 path to be added to the directory list.