From: maz77 on
I'm trying to develop an application (with VisualStudio2005 and C#) that
can transfer a file from my PocketPC to a PC without using ActiveSync...
and also a Windows application that can transfer from PC to PocketPC.

Thanks

Massimo
From: BobZ on
On Wed, 09 Apr 2008 18:15:43 +0200, maz77 <nospam(a)nospam.com> wrote:

>I'm trying to develop an application (with VisualStudio2005 and C#) that
>can transfer a file from my PocketPC to a PC without using ActiveSync...
>and also a Windows application that can transfer from PC to PocketPC.

Although this newsgroup is more appropriate than
microsoft.public.pocketpc, I found and answered your identical
question there. And my answer should help you find an even better
newsgroup.



>
>Thanks
>
>Massimo

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com
From: Chris Tacke, eMVP on
If you want to do it sans AS then you need to roll your own transport
protocol. Sockets are a reasonable alternative.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"maz77" <nospam(a)nospam.com> wrote in message
news:47fcebb0$0$41658$4fafbaef(a)reader4.news.tin.it...
> I'm trying to develop an application (with VisualStudio2005 and C#) that
> can transfer a file from my PocketPC to a PC without using ActiveSync...
> and also a Windows application that can transfer from PC to PocketPC.
>
> Thanks
>
> Massimo