|
-
Jul 18th, 2005, 03:59 PM
#1
Thread Starter
New Member
Copying files to PocketPC using code
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.
-
Jul 19th, 2005, 03:01 AM
#2
Fanatic Member
Re: Copying files to PocketPC using code
Hi there download this library and then look at the api to see everything you can do inside a vb.net application
API Library
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Jul 19th, 2005, 06:36 AM
#3
Thread Starter
New Member
Re: Copying files to PocketPC using code
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)?
-
Jul 19th, 2005, 07:07 AM
#4
Fanatic Member
Re: Copying files to PocketPC using code
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
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Jul 19th, 2005, 12:15 PM
#5
Thread Starter
New Member
Re: Copying files to PocketPC using code
-
Aug 3rd, 2005, 02:42 AM
#6
Hyperactive Member
Re: Copying files to PocketPC using code
 Originally Posted by Strider
Hi there download this library and then look at the api to see everything you can do inside a vb.net application
API Library
hi 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
-
Aug 3rd, 2005, 03:08 AM
#7
Fanatic Member
Re: Copying files to PocketPC using code
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.
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 3rd, 2005, 03:26 AM
#8
Hyperactive Member
Re: Copying files to PocketPC using code
thanks strider...it works!..
ocw
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|