Can I do ... with .Net CF on a PPC 2003 device?

M

M. Said

Hi,

Is it possible to do the following with .Net CF application ( on a PPC 2003
Device):

1) Boot the device directly into the .Net CF Application?

2) Prevent the user from killing the .Net CF Application?

3) Prevent the user from task switching?

Basicaly, The user needs to turn the PPC Device and run ONLY the .Net CF
Application.

Is this possible? Can some one point me to examples/articles/resources for
accomplishing this?

Best Regards,

M. Said
 
C

Chris Tacke, eMVP

This is a very, very, very commonly asked question. It's probably one of
the #1 requirements for almost any enterprise app (and it's surprising the
platform doesn't provide better inherent support for it).

To get your app to start up, there are a few options. The most common is to
put a shortcut in the \Windows\Startup folder.

To "lock" it, you typically need to just disable the hardware buttons and
the Start menu. Search Google and you'll find *lots* of samples.
 

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