K
Kurt Neumann
i have an application which displays a pdf file by:
stAppName = "C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Acrobat.exe " &
fileDirectory & fileX
Call Shell(stAppName, 1)
I would like to be able to distribute the application to others and
consequently need code which is independent of the adobe program and
directory. i would also similarly like to display html files.
can someone help?
thanks
stAppName = "C:\Program Files\Adobe\Acrobat 5.0\Acrobat\Acrobat.exe " &
fileDirectory & fileX
Call Shell(stAppName, 1)
I would like to be able to distribute the application to others and
consequently need code which is independent of the adobe program and
directory. i would also similarly like to display html files.
can someone help?
thanks