Log in

View Full Version : transferring and converting files from desktop to Pocket PC


paulohap
10-26-2004, 07:26 PM
hi all!

Someone help me plz!

I need to transfer some files (docs, rtfs and xls) from the desktop to the Pocket PC from inside my program.

How can I do this in VB or VB.NET?

I also need to convert the docs to psw and the xls to (the ppc correspondent, i forgot the extension :P), just like activesync does...

anyone knows how must I proceed?

Thanks in Advance
Paulo

Xymus
10-26-2004, 10:48 PM
To transfert files you should begin by looking at the RAPI... I believe the openNetCF has something covering it, making it pretty easy to use with VB.net.

http://www.opennetcf.org
the methods are in OpenNETCF.Desktop.Communication.RAPI

but I don't believe that you will be able to convert the files to different formats by any easy way.

Good luck,