Connecting Tech Pros Worldwide Forums | Help | Site Map

HTML control

#Hai
Guest
 
Posts: n/a
#1: Nov 13 '05
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






David Boaz
Guest
 
Posts: n/a
#2: Nov 13 '05

re: HTML control


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

" #Hai" <ReplyToGroup@Mail.com> wrote in message
news:uFGUmeEQDHA.3768@tk2msftngp13.phx.gbl...[color=blue]
> 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[/color]
Explorer).[color=blue]
> Is it feasible ? If it is possible, How to do it ?
>
> Thanks
>
>
>
>
>[/color]


Herfried K. Wagner
Guest
 
Posts: n/a
#3: Nov 13 '05

re: HTML control


Hello,

" #Hai" <ReplyToGroup@Mail.com> schrieb:[color=blue]
> I want to have a control in my form which display a certain HTML
> file. How to do this ?[/color]

311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
http://support.microsoft.com/?id=311303

Regards,
Herfried K. Wagner
--
MVP · VB Classic, VB .NET
http://www.mvps.org/dotnet


Closed Thread