background application

  • Thread starter Thread starter YAMNE
  • Start date Start date
Y

YAMNE

there is a way to do a background application for pocket pc? Samples?

Is possible from this background process open a form?

thanks
Damiano
 
Most apps on the pocketpc do not terminate when you close them. Unless you
have a task killer like itask or use the running programs under memory
dialog. So by default your app will sit in the background. If you throw a
modal form, or do some setFocus things i imagine this would be pretty easy
to pull off.
 
Back
Top