How can I lock setting of pocketpc

  • Thread starter Thread starter heyao
  • Start date Start date
H

heyao

My progject based on pocket pc and vb.net have to resolve some security
problem, Now ,I have met two difficutites as follow:
1:How to lock the setting of pocketpc to dont'allow others change the
system information of seting,just like time,password etc.
2:After I set System password(just like screen saver password,once pda
stays in idle status longer than a value, user must input password) , How
can my program detect the user log on more than three time ?
 
1. The only way to do this without hardware changes would be to take over
the entire user interface and simply prevent the user from accessing any
program that might make a change. We've discussed how to do that before, so
you can check the newsgroup archives for the details.

2. I don't think that this is possible without changes to the shell itself.
Of course, if you are taking over the whole user interface, *you* can ask
for the password and can do whatever you'd like if the user fails to enter
the right one three times.

Paul T.
 
Back
Top