PDA

Click to See Complete Forum and Search --> : Pocket PC


ntg
Oct 7th, 2004, 03:57 AM
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

chemicalNova
Oct 27th, 2004, 04:45 AM
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

Shaggy Hiker
Nov 24th, 2004, 12:50 PM
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?

ntg
Nov 25th, 2004, 10:09 AM
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

Shaggy Hiker
Nov 25th, 2004, 02:58 PM
I haven't found any reference to it. It appears to be a variation on a client server program.