Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. How to work on Devices using C#?

How to work on Devices using C#?

Scheduled Pinned Locked Moved C#
csharptutorialquestion
9 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    CoderForEver
    wrote on last edited by
    #1

    Hello Everybody .... I have been working on C# Windows Application almost for 2 years and .. But now I wanted to start working on Devices like mobiles ... Is that possible to write some code and to run on mobiles?? .... If yes I will move on working on it ...just give me ur suggestions Thank you alll

    L 1 Reply Last reply
    0
    • C CoderForEver

      Hello Everybody .... I have been working on C# Windows Application almost for 2 years and .. But now I wanted to start working on Devices like mobiles ... Is that possible to write some code and to run on mobiles?? .... If yes I will move on working on it ...just give me ur suggestions Thank you alll

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      if your device supports the .NET Framework (or the .NET Compact Framework), then you can create apps for it using C#. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
      [The QA section does it automatically now, I hope we soon get it on regular forums as well]


      C 1 Reply Last reply
      0
      • L Luc Pattyn

        if your device supports the .NET Framework (or the .NET Compact Framework), then you can create apps for it using C#. :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
        [The QA section does it automatically now, I hope we soon get it on regular forums as well]


        C Offline
        C Offline
        CoderForEver
        wrote on last edited by
        #3

        Is there any mechanism to know whether the .Net Framework work resides in or no? ... just for e.g .. I wanted to transfer Phonebook from ma PC to ma Nokia mobile ... using either bluetooth or USB cable .... Thank you for your response

        L D 2 Replies Last reply
        0
        • C CoderForEver

          Is there any mechanism to know whether the .Net Framework work resides in or no? ... just for e.g .. I wanted to transfer Phonebook from ma PC to ma Nokia mobile ... using either bluetooth or USB cable .... Thank you for your response

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          yes. it starts by reading the documentation to discover whether .NET *can* run or not on your mobile. :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
          [The QA section does it automatically now, I hope we soon get it on regular forums as well]


          OriginalGriffO 1 Reply Last reply
          0
          • L Luc Pattyn

            yes. it starts by reading the documentation to discover whether .NET *can* run or not on your mobile. :)

            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


            I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
            [The QA section does it automatically now, I hope we soon get it on regular forums as well]


            OriginalGriffO Offline
            OriginalGriffO Offline
            OriginalGriff
            wrote on last edited by
            #5

            You're a cruel man, Luc! :laugh:

            Luc Pattyn wrote:

            reading

            Nasty.

            Luc Pattyn wrote:

            documentation

            Ouch!

            Luc Pattyn wrote:

            discover

            There is no excuse for that kind of language in here! Please go and wash your mouth out with <SOAP>

            All those who believe in psycho kinesis, raise my hand. My :badger:'s gonna unleash hell on your ass. :badger:tastic!

            "I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
            "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt

            L 1 Reply Last reply
            0
            • OriginalGriffO OriginalGriff

              You're a cruel man, Luc! :laugh:

              Luc Pattyn wrote:

              reading

              Nasty.

              Luc Pattyn wrote:

              documentation

              Ouch!

              Luc Pattyn wrote:

              discover

              There is no excuse for that kind of language in here! Please go and wash your mouth out with <SOAP>

              All those who believe in psycho kinesis, raise my hand. My :badger:'s gonna unleash hell on your ass. :badger:tastic!

              L Offline
              L Offline
              Luc Pattyn
              wrote on last edited by
              #6

              OriginalGriff wrote:

              wash your mouth out with soap Sorry, can't do that, the soap documentation warns me against it. I'll have a :beer: instead. If that doesn't help, I'll try another one. :)

              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


              I only read code that is properly formatted, adding PRE tags is the easiest way to obtain that.
              [The QA section does it automatically now, I hope we soon get it on regular forums as well]


              modified on Thursday, January 28, 2010 2:46 PM

              1 Reply Last reply
              0
              • C CoderForEver

                Is there any mechanism to know whether the .Net Framework work resides in or no? ... just for e.g .. I wanted to transfer Phonebook from ma PC to ma Nokia mobile ... using either bluetooth or USB cable .... Thank you for your response

                D Offline
                D Offline
                DaveyM69
                wrote on last edited by
                #7

                Nokia (AFAIK) have never used a Windows OS so no .NET Framework has ever been available on aby device of theirs. They mainly use their own OS or Symbian, on a few high end devices they have used Linux. You're best bet might be to look at HTC (mainly Windows Mobile but some are Android) or a few recent Samsungs.

                Dave
                BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
                Why are you using VB6? Do you hate yourself? (Christian Graus)

                C 1 Reply Last reply
                0
                • D DaveyM69

                  Nokia (AFAIK) have never used a Windows OS so no .NET Framework has ever been available on aby device of theirs. They mainly use their own OS or Symbian, on a few high end devices they have used Linux. You're best bet might be to look at HTC (mainly Windows Mobile but some are Android) or a few recent Samsungs.

                  Dave
                  BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
                  Why are you using VB6? Do you hate yourself? (Christian Graus)

                  C Offline
                  C Offline
                  CoderForEver
                  wrote on last edited by
                  #8

                  So u r saying that i must have to learn their OS in order to operate on Nokia?

                  D 1 Reply Last reply
                  0
                  • C CoderForEver

                    So u r saying that i must have to learn their OS in order to operate on Nokia?

                    D Offline
                    D Offline
                    DaveyM69
                    wrote on last edited by
                    #9

                    Have a look around their site's developer sections http://www.nokia.com/developers[^] http://discussion.forum.nokia.com/forum/[^]

                    Dave
                    BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
                    Why are you using VB6? Do you hate yourself? (Christian Graus)

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • World
                    • Users
                    • Groups