
August 28th, 2008, 05:15 PM
| | | Run application even if the PDA device reboots.
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
--
Nejadian | 
August 28th, 2008, 05:35 PM
| | | Re: Run application even if the PDA device reboots.
On Aug 28, 11:08 am, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: Quote:
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
--
Nejadian
| 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 | 
August 28th, 2008, 06:15 PM
| | | Re: Run application even if the PDA device reboots.
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
"JDeats" wrote: Quote:
On Aug 28, 11:08 am, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: Quote:
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
--
Nejadian
| >
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
>
>
| | 
August 28th, 2008, 07:45 PM
| | | Re: Run application even if the PDA device reboots.
On Aug 28, 12:08*pm, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: Quote:
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
--
Nejadian
| Hi,
Simply place a shortcut in the startup path. | 
August 28th, 2008, 07:45 PM
| | | Re: Run application even if the PDA device reboots.
On Aug 28, 1:07*pm, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: Quote:
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
>
>
>
"JDeats" wrote: Quote:
On Aug 28, 11:08 am, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: | > Quote: Quote:
I developed an application for windows mobile however the applicationshould
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.
| | >> Quote:
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.
| >>
- Show quoted text -
| Does your application has a interface? | 
August 29th, 2008, 05:25 PM
| | | Re: Run application even if the PDA device reboots.
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
--
Nejadian
"Ignacio Machin ( .NET/ C# MVP )" wrote: Quote:
On Aug 28, 12:08 pm, Tammy Nejadian
<TammyNejad...@discussions.microsoft.comwrote: Quote:
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
--
Nejadian
| >
Hi,
>
Simply place a shortcut in the startup path.
>
>
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | | What is Bytes?
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over network members.
|