Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

C_Volume2 #67759
Copy file byte by byte (Updated)

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 .

C_Volume2 #67778
File Object Using Win32 API

I haven't submitted in a while and figured that some of you might might be able to use some of the things I have worked on. Much of this code was inspired by this site or derived from this site. This submission is a File Object by encapsulating Win API functions into an object oriented dll. I have used this dll in several applications currently distributed in high stress environments. Includes advanced file and directory properties and functions including File Input/Output. And a file searching collection. File Object Properties CRC32, CRCAlder, Computer Name, Date Accessed, Date Created, Date Modified, Directory, Drive, Exists, Extension, Name, Size, Type, Fixed Disk, Hidden, LastAccessed, LongName, Parent Directory, Read Only, Short Name, Title General File Functions FileCopy, Delete, Execute, ExploreDir, FileMove, FilePropertiesDialog, FileRename File Input Output Functions FileOpen, FileClose,GetData, GetDataFromFile, PutData, PutDataInFile, SetFilePosition Directory Object Properties Exists, Drive, ComputerName, Path Functions Copy, Create, Delete, Move

C_Volume2 #67788
INI Module (Simplest Ever! (No API))

Just a simple INI module, no API calls. I made it as easy to use as possible, not really tested much but it does work better with remarks and such then the INI classes I've found on here. I've now updated it for writing INI files (or creating them!). I didn't test it but its simple enough that it probably works (ubounds always confuse me!).

C_Volume2 #67795
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

C_Volume2 #67859
FileSplitter

Resize and Remix Your Files with any Thing Can be done one files

C_Volume2 #67883
McAfee DAT Download - UPDATED!

This code will automatically download and execute the McAfee SuperDAT. It will delete the old SuperDAT, copy the new SuperDAT from NAI's FTP server, and silently run the update.

C_Volume2 #67888
Check file existence and attributes

Check the existence of a file and it's attributes (DateCreated, DateLastModified, DateLastAccessed)

C_Volume2 #67936
REAL professional About boxes

A little use of inspiration for a magnificent effect...

C_Volume2 #67963
[ a- Intelligent File Comparer (UPDATED WITH PROGRESS BAR!!!) ]

Very useful when you use cazaa or Bearshare or other P2p, where you download infinity of files, but a quarter is duplicated. It compares all type of files looking for duplicates, how? you select a folder, all files in that folder will be checked and compared looking for duplicated files, it checks 3 part of the binarys and the file LEN, if a file seems to be equal to other, the programm promts for action, and shows if the file is the same. It's like that programm of NORTON... i don't remember the name. it uses listbox, drive list, progressbar, textbox and dir list. Uses two Binary access. NOW UPDATED WITH PROGRESS BAR!!!!!!!!!!

C_Volume2 #67965
Floppy Disk Format

This code is a demonstation on how to format a floppy with out using format.com and with out calling the SHFormatDrive API. This code allows you to format a floppy without a popup window. Currently it is set for 1.44mb only, but all the code is there if you want to play around with 702kb and 2.88mb. From what i understand this code only works on NT based systems.

C_Volume2 #68006
An Encryptor Decryptor

This programm demonstrates a simple but useful encryption. Also has several channels (encryption modes). Random characters are added between the transformed original eltters..

C_Volume2 #68041
uSc_AVI_Info

[1.1] This project read informatons from an AVI file. It reads codec info, length, resolution, fps, bps........... even file tags!

C_Volume2 #68052
Browse For Folder Version 3 Final

Browse For Folder, now work in all version of windows 98/ME/2000/XP

C_Volume2 #68057
Sync Folders from Server

This will copy folders from one location to another continuously checking if there are new folders created on the server and checking the last date accessed for the server location to copy to the local computer or other location. This is setup for no user input and will run until it is killed by the Task Manager.

C_Volume2 #68100
[ Associate filetypes to your program ]

This module lets you create or delete with only a simple function filetype associations in the registry. Usefull to use your own filetypes, with theire own icon and description in your vb-project. Once you have your own filetype, this is recognized in the explorer and when you click this file, your associated program is started and the filename is passed trough to the command function in your program. The module contains lots of comments about the function and how to use the Command function. All comments, questions and suggestions are most welcome :-) ...

C_Volume2 #68122
Easy INI file manipulation

An easy way to handle INI files by using API. Ini files can be useful when you need to save and load data to and from a file. I tend to use them to save user preferences but can be used for many other things as well. The main advantage over the registry is that you can modify them easily by using a text editor such as notepad. Enjoy :)

C_Volume2 #68142
NTFS Data Stream Update

Hi everyone, Included in the ZIP file is a new version of the NTFS Alternate Data Stream code. It fixes all the bugs listed below, and add new features. All of these have been kindly given as suggestions from everyone on the site, and I wish to thank you! If you'd like to read the original article and vote on it (if you haven't seen it already), it's located at: http://www.planetsourcecode.com/vb/default.asp?lngCId=47299&lngWId=1

C_Volume2 #68152
Make Path / Create Dir

2 lines of code to create any destination directory or path, no loops etc.

C_Volume2 #68167
uSc_FileSearch

uSc_FileSearch is a class module that allows you to find files or folders on your computer. You can use wildcards in name and specify text that file must contain. You can also specify type of text comparation and depth of subfolders to search.

C_Volume2 #68169
Config File Class

This is a class that will save settings to a text file. You only have to give it a description and a value and it does the rest.

Languages
Top Categories
Global Discovery