I am using c# and have developed a program which creates text files of given information. I want to know how to place the ppc on the cradel and by clicking a button within a form on the pc(developed in c#), grab the file from the ppc and place in a file on the pc. So far I have to do this process manually by letting active sync connect, explore, cut the file and paste the file on the desktop. I am having a hard time finding information on how to do this
Any help will hel
Thank
D

Re: Grap a file from ppc by Chris

Chris
Wed Feb 04 13:37:38 CST 2004

Take a look at the OpenNETCF.Desktop.Communication library:

www.opennetcf.org/communication.asp


--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"DNethar" <anonymous@discussions.microsoft.com> wrote in message
news:DA1AE42B-1C7C-4F5A-8D74-806638B036CF@microsoft.com...
> I am using c# and have developed a program which creates text files of
given information. I want to know how to place the ppc on the cradel and by
clicking a button within a form on the pc(developed in c#), grab the file
from the ppc and place in a file on the pc. So far I have to do this process
manually by letting active sync connect, explore, cut the file and paste the
file on the desktop. I am having a hard time finding information on how to
do this.
> Any help will help
> Thanks
> D



Re: Grap a file from ppc by anonymous

anonymous
Wed Feb 04 14:41:08 CST 2004

Thank you very much Chris, much appreciated
But where do i start? Either way, Ill take a look at it and see what i can see
Its a step in the right direction
D

Re: Grap a file from ppc by Doug

Doug
Wed Feb 04 17:11:12 CST 2004

Search for RAPI on the site.

Cheers

Doug Forster

"Thank you" <anonymous@discussions.microsoft.com> wrote in message
news:FBFBC221-1A46-436E-A92F-0D2675904029@microsoft.com...
> Thank you very much Chris, much appreciated.
> But where do i start? Either way, Ill take a look at it and see what i can
see.
> Its a step in the right direction.
> D



Re: Grap a file from ppc by Chris

Chris
Wed Feb 04 20:35:06 CST 2004

Did you look at the published sample?

http://opennetcf.org/samples.asp

-Chris

"Thank you" <anonymous@discussions.microsoft.com> wrote in message
news:FBFBC221-1A46-436E-A92F-0D2675904029@microsoft.com...
> Thank you very much Chris, much appreciated.
> But where do i start? Either way, Ill take a look at it and see what i can
see.
> Its a step in the right direction.
> D



Re: Grap a file from ppc by anonymous

anonymous
Wed Feb 04 23:56:06 CST 2004

I did, it was just a bit intimidating. Not quite used to all of that code just yet. Especially code that is useful unlike shell sorts and nodes in school. :)
Thanks again for your quick replies.
Dave