T
Tizio Incognito
Hello folks,
I'm going to write an application that works as a "skin" on pocket pc.
It needs to run at startup, then it have to cover everything on the
screen, hiding most of functionalities. The user can access only some
programs, from links inside the application, but not everything in the
handheld: for example, he mustn't be able to access control panel,
add/remove and so on.
To do this, I have to be sure that:
- hardware buttons are disabled (intercepting click and running a sort
of cancel?)
- start button is hidden/disabled
- close (top-right) button is hidden/disabled
Finally, I need to:
- add a sort of "shell" command to run certain applications (maybe
listed in a configuration file)
Do you folks think it is feasible? Am I going to choose the right way,
or maybe there are other ways (like working on the registry, if there is
one! I'm a newbie on handhelds)?
Thanks in advance, Claudio
I'm going to write an application that works as a "skin" on pocket pc.
It needs to run at startup, then it have to cover everything on the
screen, hiding most of functionalities. The user can access only some
programs, from links inside the application, but not everything in the
handheld: for example, he mustn't be able to access control panel,
add/remove and so on.
To do this, I have to be sure that:
- hardware buttons are disabled (intercepting click and running a sort
of cancel?)
- start button is hidden/disabled
- close (top-right) button is hidden/disabled
Finally, I need to:
- add a sort of "shell" command to run certain applications (maybe
listed in a configuration file)
Do you folks think it is feasible? Am I going to choose the right way,
or maybe there are other ways (like working on the registry, if there is
one! I'm a newbie on handhelds)?
Thanks in advance, Claudio