CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Please help

  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Please help

    I am looking for some code that will allow files that I specify to be to be transfered to another directory that I specify at at time of day that I specify. Does It exist somewhere? Thanks in advance, Claybird


  2. #2
    Guest

    Re: Please help

    You have to write two listbox, one for "files", the second for "directory" and transfer button and CEdit. First list box just like "CFileDialog" function,to list your drives,then you put the specified date in CEdit controll, then using this to find the directory put into second listbox. Then go back first listbox
    to "HiLight" the specified files, and click the "Transfer" button .


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

Featured