Es posible aceder al acrobar 7.0 profesional (no el reader) vía activex. Alguien sabe cual es el progid o como lo puedo averiguar ?
Un saludo
Adobe Acrobat 7.0 profesional via activex
- Andrés González
- Posts: 625
- Joined: Thu Jan 19, 2006 10:45 am
- Location: Mallorca
Hello
Try it.
Regards,
Richard
Try it.
Code: Select all
function testgood()
local oWnd, oActiveX
DEFINE WINDOW oWnd TITLE "FiveWin ActiveX Support with Skin"
oActiveX = TActiveX():New( oWnd, "AcroPDF.PDF.1" )
oWnd:oClient = oActiveX // To fill the entire window surface
oActiveX:Do( "LoadFile", "c:\R951128002.pdf" )
oActiveX:Do( "SetCurrentPage", 1 )
ACTIVATE WINDOW oWnd
return nil
Richard
Hello boys
I use ActiveXXX to know all features of activex in my system. This show parameters and methods. It show.
Download and test in http://activex.moonvalley.com/activexxx.htm
I use ActiveXXX to know all features of activex in my system. This show parameters and methods. It show.
Download and test in http://activex.moonvalley.com/activexxx.htm
- Manuel Aranda
- Posts: 561
- Joined: Wed Oct 19, 2005 8:20 pm
- Location: España
Re: Adobe Acrobat 7.0 profesional via activex
Que hay Andrés?
Has conseguido algo nuevo?
Por si te sirve de algo: con ShellExecute( ,"open", DOCU->Ubicado,,,1 ) me abre el Profesional.
Un saludo,
Manuel Aranda
Has conseguido algo nuevo?
Por si te sirve de algo: con ShellExecute( ,"open", DOCU->Ubicado,,,1 ) me abre el Profesional.
Un saludo,
Manuel Aranda
Andrés González wrote:Es posible aceder al acrobar 7.0 profesional (no el reader) vía activex. Alguien sabe cual es el progid o como lo puedo averiguar ?
Un saludo