Creating a service for Smartphone.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • LTCCTL
    New Member
    • Feb 2008
    • 49

    Creating a service for Smartphone.

    Hi All,

    I am trying to create a service for smartphone which uses Windows Mobile 5.

    When ever I switch on the Smartphone that service should run.

    How can we do it?

    Please give some suggestions/ideas/links.

    I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK.



    Thanks in advance
    LTCCTL
  • markmcgookin
    Recognized Expert Contributor
    • Dec 2006
    • 648

    #2
    I have never created a service on a mobile, what is this fr? Would a minimalised application be more useful?

    Originally posted by LTCCTL
    Hi All,

    I am trying to create a service for smartphone which uses Windows Mobile 5.

    When ever I switch on the Smartphone that service should run.

    How can we do it?

    Please give some suggestions/ideas/links.

    I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK.



    Thanks in advance
    LTCCTL

    Comment

    • LTCCTL
      New Member
      • Feb 2008
      • 49

      #3
      Originally posted by markmcgookin
      I have never created a service on a mobile, what is this fr? Would a minimalised application be more useful?
      Hi Mark,

      I have already created an application which starts automatically when the phone starts. The application is invoked whenever a SMS comes, but it is an application and needs to get focus in order to do some events, what I am trying to do is run the application as a service in the background.

      Please suggest me...

      Thanks and Regards
      LTCCTL

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by LTCCTL
        Hi Mark,

        I have already created an application which starts automatically when the phone starts. The application is invoked whenever a SMS comes, but it is an application and needs to get focus in order to do some events, what I am trying to do is run the application as a service in the background.

        Please suggest me...

        Thanks and Regards
        LTCCTL
        Did you search on MSDN for how to create a service?

        Comment

        Working...