Page 1 of 1

html viewer

PostPosted: 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

PostPosted: Wed Apr 11, 2018 3:12 pm
by cnavarro
Code: Select all  Expand view

ShellExecute( oWnd:hWnd, "open", "mypage.html", 0, 0, 1 )
 

Re: html viewer

PostPosted: 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

PostPosted: 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

PostPosted: 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 viewtopic.php?f=3&t=35498