Results 1 to 5 of 5

Thread: Pocket PC

  1. #1

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449

    Post Pocket PC

    Hi,

    Just started playing with Mobile dev on Pocket PC using VS.Net 2003. It's fairly easy to make new apps but I've got some questions and I was wondering if someone can provide some help or any URLs.

    1. How do I programatically access the contacts on Pocket PC ? They synchronize with Outlook fine but I want to play a bit without using Outlook.

    2. Anyone knows a URL where I can find out about Bluetooth the easy way ? Seems there's a USB to Bluetooth kit but I want to understand a bit more about how it works.

    3. Is there a way to access ActiveSync functionality from VB.Net ?

    Cheers,
    NTG
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246
    I'm not exactly sure where I found it, but I searched Google for something similar. I used PellesC which comes with a PocketPC compiler and a sample game. There was a library written by someone to use in PellesC which allowed you to use nearly everything on the PPC, including Bluetooth and ActiveSync. I never tried accessing contacts through an application on the PocketPC, since I never found any use for it.

    Anyway, enough of my rambling, try searching Google for "PellesC" and downloading it. I haven't tried the Mobile Dev .NET package, but PellesC (C language) was extremely easy to pick up...

    Phreak

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104
    When you talk about accessing ActiveSynch, what do you mean? When you have an ActiveSynch connection established, using sockets to communicate with the host computer over any of the TCP/IP protocols is pretty routine. However, my understanding (which could be wrong) is that ActiveSynch is a program, and may not in itself provide more functionality than you see.

    Therefore, what is it that you are trying to do with it?
    My usual boring signature: Nothing

  4. #4

    Thread Starter
    Frenzied Member ntg's Avatar
    Join Date
    Sep 2004
    Posts
    1,449
    I've no idea what is it exactly - if it's a client-server thing, then I'd know how to handle things, but I was wondering if ActiveSync is based on a specific protocol or SDK or something...

    Cheers,
    NTG
    "Feel the force...read the source..."
    Utilities: POPFileDebugViewProcess ExplorerWiresharkKeePassUltraVNCPic2Ascii
    .Net tools & open source: DotNetNukelog4NetCLRProfiler
    My open source projects: Thales SimulatorEFT CalculatorSystem Info ReporterVSS2SVNIBAN Functions
    Customer quote: "If the server has a RAID array, why should we bother with backups?"
    Programmer quote: "I never comment my code. Something that is hard to write should be impossible to comprehend."
    Ignorant quote: "I have no respect for universities, as they teach not practicle stuff, and charge money for"

  5. #5
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104
    I haven't found any reference to it. It appears to be a variation on a client server program.
    My usual boring signature: Nothing

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width