Hi all,
I have a question about writing to the Windows registry on Windows
2000. I'm using PDF Xtra, but I am trying to prevent the splash screen from
appearing when Acrobat first loads up. I'm using the script:
result = baWriteRegString( "Software\Adobe\Acrobat Reader\5.0\AdobeViewer",
"DisplayAboutDialog", "0", "HKEY_CURRENT_USER" )
but it doesn't seem to alter the registry correctly. I know I'm altering
the right key, because if I do it manually (ie through Registry Editor)
then it works properly and sets the value to "0", but when I do it with
this script it jumps to some other value (hex 0x30)
Anyone done anything like this before that can help?
many thanks in advance
Chris
_________________________________________________________________
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]