Page 1 of 1
html viewer
Posted: Wed Apr 11, 2018 2:34 pm
by Silvio.Falconi
Fivewin have not a html class viewer
as to show html files intoa dialog with no activex ( shell .explorer)
Re: html viewer
Posted: Wed Apr 11, 2018 3:12 pm
by cnavarro
Code: Select all
ShellExecute( oWnd:hWnd, "open", "mypage.html", 0, 0, 1 )
Re: html viewer
Posted: Thu Apr 12, 2018 8:28 am
by Silvio.Falconi
Cris, Yes I Know it
But I mean a class to show html everywhere
Function Test()
Local ohtml
DEFINE DIALOG oDLG
ohtml:Tclassehtmlviewer("page,html",oDlg)
activate
Re: html viewer
Posted: Thu Apr 12, 2018 8:39 am
by Antonio Linares
In FWH 18.03:
* New function HtmlView( cURL, [cTitle] ): Displays url in a resizable dialog
But it uses the ActiveX control
Re: html viewer
Posted: Thu Apr 12, 2018 11:10 am
by Silvio.Falconi
I have problem with activex control because I wish insert it on window not mdi
if I make a window Mdi I can insert the activex
please
as you saw it
http://forums.fivetechsupport.com/viewt ... =3&t=35498