Results 1 to 7 of 7
  1. #1

    Default VB6 programming help??


    guys,

    can vb move file from local computer to network computer(aka server)?

    MoveFolder helps? or what are my other options?

    thanks for the help.

  2. #2

    Default Re: VB6 programming help??

    bro,

    try to use the FileCopy command under the FileSystemObject class.

  3. #3

    Default Re: VB6 programming help??

    does that command be able to copy from local computer (ie c:\test\) to a network folder (\\server\test2\) location??

  4. #4

    Default Re: VB6 programming help??

    you can also use an API for sure.

    Public Declare Function CopyFileNew Lib "kernel32.dll" Alias "CopyFileNewA" (ByVal lpExistingFileName As String, ByVal lpNewFileName As String, ByVal lpProgressRoutine As Long, lpData As Any, ByRef pbCancel As Long, ByVal dwCopyFlags As Long) As Long

  5. #5

    Default Re: VB6 programming help??

    Quote Originally Posted by dhuDz
    does that command be able to copy from local computer (ie c:\test\) to a network folder (\\server\test2\) location??
    yup....

  6. #6

    Default Re: VB6 programming help??

    the easier way is to use filesystemobject. to get a sample code just google it.

  7. #7

    Default Re: VB6 programming help??

    thanks mga bro...

  8.    Advertisement

Similar Threads

 
  1. c programming help
    By ongkal in forum Programming
    Replies: 6
    Last Post: 09-24-2008, 01:10 PM
  2. c programming help
    By ongkal in forum Websites & Multimedia
    Replies: 9
    Last Post: 02-29-2008, 12:54 PM
  3. HOW TO MAKE 'YAHOO BOOTER PROGRAM' HELP
    By jdbebz in forum Software & Games (Old)
    Replies: 6
    Last Post: 02-12-2008, 12:45 PM
  4. Java programming help pls...
    By mr_gwen in forum Programming
    Replies: 6
    Last Post: 11-03-2006, 12:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top