[jawsscripts] SetRegistryEntryDWord in JAWS11; does it work for anyone?

  • From: Victor Tsaran <vtsaran@xxxxxxxxx>
  • To: jawsscripts@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 01:10:06 -0700

Hello all,
I am trying to use SetRegistryEntryDWord function with JAWS11, but for 
whatever reason, it doesn't seem to insert anything into the registry. 
Here is an example:

If !SetRegistryEntryDWord(1, "Software\\Some_Key", "Some_Variable", 
Some_value) then
        SayString("Nothing was inserted into the registry")
Else
        SayString ("Insertion was successful")
EndIf

where some_key is a string and some_value is an integer.
Interestingly, GetRegistryEntryDWord seems to work just fine.

Any ideas?
Vic

---
I tweet about music and accessibility at http://www.twitter.com/vick08
or check my site at http://www.victortsaran.com
---
__________ 
Visit and contribute to The JAWS Script Repository http://jawsscripts.com

View the list's information and change your settings at 
//www.freelists.org/list/jawsscripts

Other related posts:

  • » [jawsscripts] SetRegistryEntryDWord in JAWS11; does it work for anyone? - Victor Tsaran