PC Review


Reply
Thread Tools Rate Thread

Query on developing background application in .NET

 
 
asharism@gmail.com
Guest
Posts: n/a
 
      31st Oct 2007
I am an experienced .NET developer but new to the Compact framework
and the windows mobile platform.

I have a requirement to develop a windows mobile application (or
service) in .NET compact framework 2.0 with the following
requirements:
· Application runs in the background with no UI
· Start automatically when the device boots/restarts (soft and hard)
· Must run on both Pocket PC and Smartphone devices

I have tried searching through Google and on MSDN for a way to
implement both of my above requirements; however, I could find a
definitive way to implement both.

Please can anyone give me some pointers on how I can achieve this?

TIA,
Hitesh

 
Reply With Quote
 
 
 
 
Guest
Posts: n/a
 
      31st Oct 2007
· Application runs in the background with no UI

A Console application woul dlikely do this, though some things require a
windows message pump for dispatching.

· Start automatically when the device boots/restarts (soft and hard)

Put a shortcut in \Windows\Startup for soft reset. Hard reset is far more
difficult - in fact nearly impossible if you want to target *all* devices,
as you have to install the CF and then the app on some devices, and a hard
reset by definition returns the device to a factory state. You can use an
Autorun feature to run the installer off of a storage volume, but that
requires that you have a storage volume inserted and that all devices follow
the same autorun rules (and that's not necessarily true).

· Must run on both Pocket PC and Smartphone devices

You'll need to get the app signed, but otherwise that should be a given for
an app with no UI.


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
about developing c# application KelvinWongYW@gmail.com Microsoft C# .NET 5 3rd Nov 2007 09:59 PM
Query on developing background application in .NET asharism@gmail.com Microsoft Dot NET Compact Framework 1 2nd Nov 2007 05:14 AM
Developing Application like Photoshop zoneal@yahoo.com Microsoft VB .NET 2 17th Oct 2005 10:32 AM
Developing an Application. =?Utf-8?B?UG9vamE=?= Microsoft Dot NET Compact Framework 2 1st Sep 2004 01:55 PM
developing a web application Roberto Microsoft ASP .NET 2 7th Dec 2003 01:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:17 AM.