The Open Source Swiss Army Knife

/code/vb/Filecopy2/
/code/vb/Filecopy2/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /vb   /Filecopy2 
sub-categories and articles

                                                  
   --->create new sub-category


@PSC_ReadMe_48319_1.txt
add

Title: Copy file byte by byte (Updated) Description: The program shows you how to copy files byte by byte. Everytime, it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I hope you will find the code useful . This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48319&lngWId=1

Copy.frm
add

VERSION 5.00 Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx" Begin VB.Form Form1 BorderStyle = 1 'Fixed Single

Copy.log
add

Line 17: Class MSComDlg.CommonDialog of control CmnDlg was not a loaded control class. Line 62: Class MSComctlLib.ProgressBar of control ProgressBar1 was not a loaded control class.

Copy.vbp
add

Type=Exe Form=Copy.frm Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\System32\stdole2.tlb#OLE Automation Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; comdlg32.ocx

Copy_files.zip
add

   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with Filecopy2 to the sirfsup! web directory for listing

return to top