|
Posted by dbgrick on January 31, 2008, 10:23 am
Please log in for more thread options
You could write an activeSync provider, but I've done this and it is kind of
tedious or you could use RAPI to transfer the file directly from the PC when
you detect an activeSync connection or finally you could wire up the
SystemState Changed event using the SystemProperty.ActiveSyncStatus property
in the constructor on the pda side. Then you use the Changed event handler
to detect an activeSync conenction and pull the file or write the file back
to your PC.
Regard,
Rick D.
"justinnpravin@gmail.com" wrote:
> hi all,
> First thing is that , when a PDA is plugged in it shouuld detect the
> connection and the desktop appln should start sync.. with the PDA to
> get the config file.
> based on config file the xml file should be copied to or read from
> the specified path in PDA.
>
> plz help me.
>
|