HTML control

  • Thread starter Thread starter #Hai
  • Start date Start date
H

#Hai

Hi,
I want to have a control in my form which display a certain HTML file. How
to do this ?
Moreover, I want to save that HTML file (with all accompany images) in a
different names (somewhat like the "Save as" feature of Internet Explorer).
Is it feasible ? If it is possible, How to do it ?

Thanks
 
try to use InternetExplorer control in shdocvw.dll. apply ExecWB with
IDM_PRINTPREVIEW, IDM_SAVEAS
 
Back
Top