|
|
Targeted
|
October 21, 2003Saveas MTH fileI want to download and programatically save web pages as mht files. I was having a hard time until I went to IE SaveAS MHTML in C#, where I found the following code:
Now I just have to change it to VB. Update: Here is my version of this code in VB:
Posted by
tmichael
at
03:44 PM
|
Comments (3)
CDOSYS.dll missingAs I worked to convert the c# info in my post about saving a web page as an mht file, I ran into a problem with the reference to cdosys.dll. A little research brought me to this page: 318823 - CDO for Windows 2000 Library Reference Is Unavailable in Visual Basic Project There I learned: If you try to create or modify a project that references the Microsoft Collaboration Data Objects for Windows 2000 (CDOSYS) Library, the reference is not available. The reference for the Microsoft Collaboration Data Objects (CDO) for Exchange 2000 Library is present instead. So the quest continues.
Posted by
tmichael
at
04:01 PM
|
Comments (1)
|