FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index To do - WishList / Por hacer - Peticiones html viewer
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
html viewer
Posted: Wed Apr 11, 2018 02:34 PM

Fivewin have not a html class viewer
as to show html files intoa dialog with no activex ( shell .explorer)

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: html viewer
Posted: Wed Apr 11, 2018 03:12 PM
Code (fw): Select all Collapse
ShellExecute( oWnd:hWnd, "open", "mypage.html", 0, 0, 1 )
Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: html viewer
Posted: Thu Apr 12, 2018 08:28 AM

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

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: html viewer
Posted: Thu Apr 12, 2018 08:39 AM

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
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: html viewer
Posted: Thu Apr 12, 2018 11:10 AM

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

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion