G
Gary
Hi,
Just downloaded some sample code, a registry write/delete sample , works
alright no problems, but I thought I would have a go and start making the
same code myself and then I get an error "type registrykey is not defined".
Dim regKey As RegistryKey
I have tracked down the error, when I start typing the "DIM regKey As" I
cant declare it as "RegistryKey"! like how come I don't see it in my drop
down box??? in the sample it says that "this class is a registry
encapsulation"
Gary
Just downloaded some sample code, a registry write/delete sample , works
alright no problems, but I thought I would have a go and start making the
same code myself and then I get an error "type registrykey is not defined".
Dim regKey As RegistryKey
I have tracked down the error, when I start typing the "DIM regKey As" I
cant declare it as "RegistryKey"! like how come I don't see it in my drop
down box??? in the sample it says that "this class is a registry
encapsulation"
Gary