Results for "Category: Files/ File Controls/ Input/ Output"
This ftp program uploads ftp files and feel how many bytes they take! please vote!
With this program you can join many files as you want, ideal to make a movie from movie clips. or to join music files into one file. or any other type of data that you want to join. Please vote and leave your comments. Thanx :o).
If you been searching for a program that join files like movies, music or other kind of files, then here's my program. Let's you join many files as you want into one simple file, organize and view with the associated aplication. Please vote or leave your comments. Enjoy
Complete program like explorer. You can view text files, movies, mp3, wav, html and More.. Please Rate it. Enjoy.
This Class puts files and string into a bigger file. Like an array. But when it inserts (or extracts) a file it doesnt use large amounts of memory and CPU. It grabs small chunks of the file in opposition to loading the entire file into memory. Loading many files that are large in size will use up memory and CPU. It doesnt use encryption or compression, but you could add those. Feel free to use this code in any manner, and I hope you have a good day.
resize all the controls proportionaly with the resize of the form
I wrote the code for my friend to demonstrate how to pack several files in one file with zLib and extract them. There still might be some bugs even though I tried to test it properly. The code extracts all or nothing so there's still some deveploment to be done, but I think it works pretty well... There's a lot of comments so it should be pretty easy to use. ZLibTool is required, Available in http://www.dogma.net/markn/articles/zlibtool/zlibtool.htm If packing lots of files/large files there must be enough space on destination drive and windows temp folder drive (NEW! you can now change the temp folder to use). Also new: wildcard support.
Say a Pc technician is in a hurry and has just finished servicing serveral pc/s, instead of calling every customer to explain his/her modifications he performed, he uses Message Report. When Run on a system is edits the registry and adds the "LegalNotice" command to the Winlogon file, so when the customer starts his computer next time he sees a nice little windows message box with helpful information about what the technician did. It runs only once then deletes it self along with all the temporary files that were added to the customers PC.
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.
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.
reads a file line by line and parses data using a delimiter fron each line into relevent collums in a listview. oops sorry forgot a delete but you guys can do that as im doing something else at the moment.
Create Virtual drives under W2K, DOS, not tested on W9X, but i think it works, very easy!
Qsort is a general purpose sorting program for columnized data and allows one to sort on as many as three fields. It implements the quicksort algorithm. It sorts a 100,000 line file on my P4 at 2Ghz in 11 minutes. Larger than that is a question mark.
This program search empty folder from any specified folder or drive.User can remove selected folder and all folder from result.If user want to store a history for management then they can do it from this software i provide copyclip facility
Ive, done it, hehhee
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.
[1.1] This project read informatons from an AVI file. It reads codec info, length, resolution, fps, bps........... even file tags!
ImageComboBox is an extension of the Standard Windows ComboBox Control, with support for displaying icons or images along with the item text. It ca display icons/images in all three dropdownstyles of the combobox. If you take a look at the Windows Interface, you can see the Windows Explorer, Internet Explorer, File Open/Save/Print Dialog's, all using a combobox which can show icons and different levels of Indentation. This ImageComboBox supports multiple levels of Indentation for individual items. Indenting individual items enhances visual representation by grouping items and showing hierarchical relationships. The individual items can have their own font and size specified, when the DrawMode is set to OwnerDrawVariable.
This carefully designed VB CLASS encapsulates the following UNIX shell commands: CAT, HEAD, TAIL, >> (Append) and some more like GetUniqueTempFileName. With properties like FILTER (grep), CancelParsing, IgnoreLinesWith, LinesToHandle and some more handling of text files is easy and fast implemented into your current project. ____ A detailed example for every command is included. Error handling is fully implemented, comments are included and code is fine structured. If you are interested in "things behind": Have a closer look to the ring buffer technik used in TAIL() to save memory. btw: We DON'T load the whole file into memory, so even VERY large files can be handled (e.g. catch the last 50 lines from a 2 GByte logfile without any problems ;) ...) _______ Constructive comments are welcome - votes are motivating ;) ! ______ Regards__Light Templer_______________________________________________UPDATE 1 - Fixed the problem with empty 'IgnoreLinesWith' Update 2 - The check for missing path/filename was against the wrong var.
Zip-it is an example program that uses JAVA Class to compress multiple files into ZIP file. Zip file created is compatible with ZIP format and can be opened by WINZIP , WINRar etc. Program does not shell out in order to compress the files instead Java Class object reference is created inside VB program. Only compress function is supported right now.. but if there is demand for it I can write de-compress code as well. Enjoy! >>Please Comment and/or Vote.. Thanks