Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 28th, 2008, 05:15 PM
=?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?=
Guest
 
Posts: n/a
Default 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
  #2  
Old August 28th, 2008, 05:35 PM
JDeats
Guest
 
Posts: n/a
Default 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

  #3  
Old August 28th, 2008, 06:15 PM
=?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?=
Guest
 
Posts: n/a
Default 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
>
>
  #4  
Old August 28th, 2008, 07:45 PM
Ignacio Machin ( .NET/ C# MVP )
Guest
 
Posts: n/a
Default 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.

  #5  
Old August 28th, 2008, 07:45 PM
Ignacio Machin ( .NET/ C# MVP )
Guest
 
Posts: n/a
Default 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:
Hi,
>
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:
Quote:
Thanks
--
Nejadian
>
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?
  #6  
Old August 29th, 2008, 05:25 PM
=?Utf-8?B?VGFtbXkgTmVqYWRpYW4=?=
Guest
 
Posts: n/a
Default 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.
>
>
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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.
Post your question now . . .
It's fast and it's free

Popular Articles