Check the public repository for 'Registry'. I know it contains the
DWORD constant, and I believe the api will allow what you want.
Dave
Mark Pirogovsky wrote:
> Hello All,
>
> Somewhere in my application I need to set Windows Registry values.
>
> There is a a method to set a String type of values in the
>
> Win95SystemSupport>>setVariableWithRoot: rootValue path: path key:
> subkey value: value.
>
> However this method does not work if I need to set a numeric value (the
> type REG_DWORD).
>
> Does anybody know how to set a numeric registry value ?
>
> Trully,
>
> --Mark
>
>