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..