Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
Save Web Page As MHTDownloads: MS Windows Visual C/C++ Libraries Linux/CentOS C/C++ Libraries MAC OS X C/C++ Libraries Solaris C/C++ Libraries C++ Builder Libraries C++ source code example to save a Web page as a .mht Web archive file. void SaveWebPageAsMht(void)
{
CkMht mht;
mht.UnlockComponent("Anything for 30-day trial");
bool success = mht.GetAndSaveMHT("http://www.google.com/","google.mht");
if (!success)
{
mht.SaveLastError("mhtErrors.txt");
}
}
|
© 2000-2010 Chilkat Software, Inc. All Rights Reserved.