Hi all,

Recently, i have develop a program to store some personal info in PDA
registry.
When i edit the registry info through a third party software, i cant get the
exact value from registry.

Example, I write 12345 in my program. Later i manually edit 12345 to 23456.
But when i use my program to retrieve the data, i get "23456. Why there is a
" in front of the value?

Got any solution to get the exact value from registry even i manually edit it?
Or is that any method to lock the registry and not user edit it with third
party software?

Thanks..

Re: String Pointer? by ctacke/>

ctacke/>
Thu Jun 22 07:28:30 CDT 2006

Showing us teh code that fails would probably be a good start.

-Chris

"keanhui" <keanhui@discussions.microsoft.com> wrote in message
news:A651B374-A6C9-4ACB-8CC3-A89564FA9E37@microsoft.com...
> Hi all,
>
> Recently, i have develop a program to store some personal info in PDA
> registry.
> When i edit the registry info through a third party software, i cant get
> the
> exact value from registry.
>
> Example, I write 12345 in my program. Later i manually edit 12345 to
> 23456.
> But when i use my program to retrieve the data, i get "23456. Why there is
> a
> " in front of the value?
>
> Got any solution to get the exact value from registry even i manually edit
> it?
> Or is that any method to lock the registry and not user edit it with third
> party software?
>
> Thanks..
>