Limiting the use of PDA device

T

Tammy Nejadian

Hi, I am developing an application to use by PDA device (Windows Mobile 5.0)
for a survey. The users should only have access to the application and should
not be able to use other programs in PDA. I need some how to disable the keys
in PDA, disable the start menu or limit anything allow the user to have
access to different features on the device but the application. I was able to
toggle the menu bar or start menu using visual C# windows however when the
user clicks on hard keys or resets the device, it goes back to the original
window. Could someone let me know how I can limit the use of different
features on PDA. Any suggestion on that? Is that possible to develop a
program in visual C# to solve the problem? If so could someone please give me
a hint on that?
Thanks
 
I

Ignacio Machin ( .NET/ C# MVP )

Hi, I am developing an application to use by PDA device (Windows Mobile 5.0)
for a survey. The users should only have access to the application and should
not be able to use other programs in PDA. I need some how to disable the keys
in PDA, disable the start menu or limit anything allow the user to have
access to different features on the device but the application. I was ableto
toggle the menu bar or start menu using visual C# windows however when the
user clicks on hard keys or resets the device, it goes back to the original
window. Could someone let me know how I can limit the use of different
features on PDA. Any suggestion on that? Is that possible to develop a
program in visual C# to solve the problem? If so could someone please giveme
a hint on that?
Thanks

Hi,

post this question in the compact franework NG. basically you have to
reassign your keys (they are kept in the registry) also you need to
remove the start menu, which I do not remember how to do it :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top