html viewer

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

html viewer

Post by Silvio.Falconi »

Fivewin have not a html class viewer
as to show html files intoa dialog with no activex ( shell .explorer)
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: html viewer

Post by cnavarro »

Code: Select all

ShellExecute( oWnd:hWnd, "open", "mypage.html", 0, 0, 1 )
 
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: html viewer

Post 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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: html viewer

Post by Antonio Linares »

In FWH 18.03:

* New function HtmlView( cURL, [cTitle] ): Displays url in a resizable dialog

But it uses the ActiveX control
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: html viewer

Post 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
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply