J
John Lee
Hi,
I want to develop a solution like this:
data flow:
PPC app <---> ActiveSync <---> Desktop app <---> Database
Usage:
PPC will update data offline and want to sync back to DB when connected
Upon Sync:
1. PPC will move a xml file (DataSet Diffgrams) to desktop computer
2. ActiveSync will CALL(?) Desktop app to process the xml file (if any
change, apply it then get new dataset from DB and send back to PPC
I will use VS.NET 2003 SmartDeviceApp template with .NET Compact framework,
I am new with PPC development and esp. need help on HOW TO write app and
REGISTER it with ActiveSync and my Desktop app will be launched upon Sync
time. Can anyone point me a sample that use VB.NET or C#? Is it possible to
do this without using C++?
Thanks very much!
John
I want to develop a solution like this:
data flow:
PPC app <---> ActiveSync <---> Desktop app <---> Database
Usage:
PPC will update data offline and want to sync back to DB when connected
Upon Sync:
1. PPC will move a xml file (DataSet Diffgrams) to desktop computer
2. ActiveSync will CALL(?) Desktop app to process the xml file (if any
change, apply it then get new dataset from DB and send back to PPC
I will use VS.NET 2003 SmartDeviceApp template with .NET Compact framework,
I am new with PPC development and esp. need help on HOW TO write app and
REGISTER it with ActiveSync and my Desktop app will be launched upon Sync
time. Can anyone point me a sample that use VB.NET or C#? Is it possible to
do this without using C++?
Thanks very much!
John