Fivewin have not a html class viewer
as to show html files intoa dialog with no activex ( shell .explorer)
html viewer
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
html viewer
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Re: html viewer
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.
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.
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: html viewer
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: html viewer
In FWH 18.03:
* New function HtmlView( cURL, [cTitle] ): Displays url in a resizable dialog
But it uses the ActiveX control
* New function HtmlView( cURL, [cTitle] ): Displays url in a resizable dialog
But it uses the ActiveX control
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: html viewer
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
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