Pocket pc

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stefano Migliorelli

    #1

    Pocket pc

    Hello,
    I need to download some files from internet with my pocket pc,
    How can I do?

    Thanks



  • Nicholas Paldino [.NET/C# MVP]

    #2
    Re: Pocket pc

    Stefano,

    More than likely, you will want to look into the ActiveSync API:

    http://msdn2.microsoft.com/en-us/library/aa457095.aspx

    It's a COM library, so you will have to access it through COM interop.


    --
    - Nicholas Paldino [.NET/C# MVP]
    - mvp@spam.guard. caspershouse.co m

    "Stefano Migliorelli" <jesest@tiscali .itwrote in message
    news:477a56a8$0 $4791$4fafbaef@ reader4.news.ti n.it...
    Hello,
    I need to download some files from internet with my pocket pc,
    How can I do?
    >
    Thanks
    >
    >
    >

    Comment

    • Ignacio Machin \( .NET/ C# MVP \)

      #3
      Re: Pocket pc

      Hi,

      You need to provide more details, will this be from a custom made app of
      yours?

      I do download files to a win app using TCP/IP and/or WebRequest. Also if the
      ppc has phone capabilities you can connect to the internet using the phone
      provider network.


      let me know if you need more details
      Also you should consider post in the compact framework newsgroup instead of
      here.

      "Stefano Migliorelli" <jesest@tiscali .itwrote in message
      news:477a56a8$0 $4791$4fafbaef@ reader4.news.ti n.it...
      Hello,
      I need to download some files from internet with my pocket pc,
      How can I do?
      >
      Thanks
      >
      >
      >

      Comment

      Working...