Antonio,
Can we preview a pdf in a dialog or window?
Antonio,
Can we preview a pdf in a dialog or window?
no
![]()
#include "Fivewin.ch"
FUNCTION MAIN()
  LOCAL oWnd, oPdf
  DEFINE WINDOW oWnd
  oPdf = TActiveX():New( oWnd, "AcroPDF.PDF" )
  oPdf:LoadFile = "Test.pdf"
  oWnd:oClient = oPdf
  ACTIVATE WINDOW oWnd;
       MAXIMIZED
  RETURN NILthanks run ok I must try it into a dialog ( folder)