I have been trying to use coding to copy Word documents from a PC to a Pocket PC. Is there a way to reference the path to folders on the Pocket PC?
Thanks.
Printable View
I have been trying to use coding to copy Word documents from a PC to a Pocket PC. Is there a way to reference the path to folders on the Pocket PC?
Thanks.
Thank you for your reply. I will take a look through the library. Is there any chance it will work using VBA in Access (or is it only for VB.Net)?
its only for vb.net, but you could always write it in vb.net and then shell the exe from ms access
you could have it so it passes paramaters thru the command line or else simply run the application
Thanks for your help.
hi strider,Quote:
Originally Posted by Strider
i have gone to the web site and Dl the OpenNetCF binary. however, when i run the example on the VB.Net, the shows error that the namespace of-->Imports OpenNETCF.Desktop.Communication<-- was not found. then i have went to explore the reference view, i cant find the reference too.
how can i make the applicaton works?
regards
ocw
http://www.opennetcf.org/getfile.asp...cation&dir=bin
this is what you need to download.
once downloaded add the reference to the desktop.communications.dll in your application.
thanks strider...it works!..
ocw