Run application even if the PDA device reboots.

  • Thread starter Thread starter Tammy Nejadian
  • Start date Start date
T

Tammy Nejadian

Hi,

I developed an application for windows mobile however the application should
run all time. It should run even after the device rebooted or restarted. The
application should run automatically in any condition unless I
close that. Could someone please help me with the codes? I am using C# for
developing the application.

Thanks
 
Hi,

I developed an application for windows mobile however the application should
run all time. It should run even after the device rebooted or restarted. The
application should run automatically in any condition unless I
close that. Could someone please help me with the codes? I am using C# for
developing the application.

Thanks

It sounds like you're requirement is to create a background process
(i.e. service) application. If that's the case you'll need to use C++
MFC as you can not create services for Windows Mobile/Windows CE using
managed code.

Reference links:
http://www.pocketpcdn.com/articles/services.html
http://msdn.microsoft.com/en-us/library/bb737192.aspx
 
Thanks. I am appricated for sending me those sites however I am not that
advance to understand the codes. How about key registry? Is there any sample
codes to add the application to the system by registry key?
 
Hi,

I developed an application for windows mobile however the application should
run all time. It should run even after the device rebooted or restarted. The
application should run automatically in any condition unless I
close that. Could someone please help me with the codes? I am using C# for
developing the application.

Thanks

Hi,

Simply place a shortcut in the startup path.
 
Thanks. I am appricated for sending me those sites however I am not that
advance to understand the codes. How about key registry? Is there any sample
codes to add the application to the system by registry key?
--
Nejadian







- Show quoted text -

Does your application has a interface?
 
Yes I think this would be the best solution I need. How I can do that? Could
you please send me the codes? Thanks you very much
 

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

Back
Top