Hi,
I have a very strange problem: we create a vpe file containing an image and save that to disk: the path to the image files are changed to relative paths. When we open this file later with the OCX, we get crossed rectangles where the images should be. 
  chVPE:PageOrientation = 2
  chVPE:DocFileReadOnly = true.
  chVPE:OpenDoc().
  chVPE:ReadDoc(pFileName).
However if we open the exact smae file with VPE Viewer, the pictures are shown correctly... Am I doing anything wrong?
			
		