Author: kevkitchenkevkitchen
Date: Dec 3, 2007 07:16
The company I am working for are currently updating Adobe Reader
installations from Acrobat 5.x to Reader 8.x.
However, we will run in to an issue with an older application, for
which we no longer have the source code.
The issue is that Acrobat 5 and 6 both came with PDF.OCX, which was
used quite a bit in our applications. Reader 8.x has replaced this
with AcroPDF.DLL, which means that compatibility has been lost.
I can wrapper the relevant control in AcroPDF.DLL in to a new PDF.OCX
with the same ProgID, functionality and accessors, but this does not
help as I need to also set the UUID, to keep the older applications
unaware of any changes.
Does anyone know a way of setting the UUID for a VB OCX, or are you
aware of a work around for an issues like this?
Many thanks,
Kev K
|