Antonio,
Se podría integrar la clase tActivex en lugar del shellexecute a la clase URLLink?
URLLink
- Antonio Linares
- Site Admin
- Posts: 42723
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 106 times
- Contact:
Antonio Linares wrote:William,
URLink es un control ActiveX ?
Estimado Antonio,
La clase URLLink es nativa de FWH y a lo que me refiero es al método
Code: Select all | Expand
METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TURLLink
LOCAL oActivex,oWnd
::nClrInit := ::nClrVisit
DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support"
oActiveX = TActiveX():New( oWnd, "Shell.Explorer" )
oWnd:oClient = oActiveX // To fill the entire window surface
oActiveX:Do( "Navigate", ::cURL )
ACTIVATE WINDOW oWnd
return nil
//----------------------------------------------------------------------------//
Ahi estoy agregando ya el activex para desplegar via navegador y dentro de una window y no en el navergador por default que tenga instalado windows.
A eso me refiero, espero haberme explicado
William, Morales
Saludos
méxico.sureste
Saludos
méxico.sureste
- Antonio Linares
- Site Admin
- Posts: 42723
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 93 times
- Been thanked: 106 times
- Contact: