Results 1 to 8 of 8

Thread: Copying files to PocketPC using code

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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.

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    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)?

  4. #4
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  5. #5

    Thread Starter
    New Member
    Join Date
    Jul 2005
    Posts
    7

    Re: Copying files to PocketPC using code

    Thanks for your help.

  6. #6
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    277

    Re: Copying files to PocketPC using code

    Quote 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

  7. #7
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    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

  8. #8
    Hyperactive Member
    Join Date
    Aug 2004
    Posts
    277

    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
  •  



Click Here to Expand Forum to Full Width