There is no straight forward way to accomplish this. But it should be 
possible.

Look into the 'Notification Manager'  section of the API reference. the 
notification 'sysNotifyLateWakeupEvent' can be sent to your app telling you 
that the device has just powered up. You can then launch you app with 
something like this.

// find the application database
  appID = DmFindDatabase(0,MyAppDbName);
  if(appID != 0)
  {
       // launch the app
       error = SysUIAppSwitch(0,appID,sysAppLaunchCmdNormalLaunch,NULL);
  }

As for not letting a user exit your app, you should look into more 
notification types..

Hope this helps.

Jim



"Ollie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> Hello Forum,
>
> MS Pocket PC has a feature that allows you to setup a PDA to run a single
> application and no other application.  Is this possible on a Palm device?
>
> Cheers,
> Ollie
>
>
> 



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to