Hi there.
I'm trying to read from:
HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\.Current
to get the value in: (Default)
using: strCurrentSound =
My.Computer.Registry.GetValue("HKEY_CURRENT_USER\AppEvents\Schemes\Apps\.Default\SystemStart\",
".Current", tmp)
But I can't get a value and I know there's a filename stored there.
Can anyone tell me where I'm going wrong?
Thanks,
Matt
Siva M - 27 Nov 2007 14:36 GMT
To get the default value specify an empty string for the 2nd param.
> Hi there.
>
[quoted text clipped - 13 lines]
> Thanks,
> Matt
Matt Pollicove - 27 Nov 2007 16:08 GMT
I'll try this out, thanks!!!
Matt
> To get the default value specify an empty string for the 2nd param.
>
[quoted text clipped - 15 lines]
>> Thanks,
>> Matt