Results for "Category: Files/ File Controls/ Input/ Output"
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
Creates an HTML Input box with an auto-complete menu below it. Look at the screenshot and/or demo.
Did you ever want a self-extract exe? This program creates self extract exes. you can pack into one exe many files, at any size, and when you run the exe, the exe will extract the files.
Explains to you what a property bag does, can be used for, how to use it and has examples included. Great for creating an archive, you own DLL files, customizing compiled EXE files and much more.
This is a control i wrote that contains all functions for a good archive and compression program. I did not create am example program yet but i did include a a fw test functions that will show you how it creats an arhive from a folder and subfolers and how to extract all files form that archive as well as a single file. Each function included the option for compression/decompression. I am currently working on a program that will demonstraight how to use each function to their best ability. i figures i would post the control so you people can play around with it.
Hi All .. That's My First Upload To Planet . This Code Will Get All Files Located In Directory Including SubFolders .. It's Very Easy , Fast Way Without any APIS .. Just Copy The Function To Your Program and Use It .. That's an Example Program That Show's You How To Use Function .. Please Please , Send Me You Comments To My E-mail : la3toot@hotmail.com ; la3toot@yahoo.com .
simple project to show how to drag a small textfile from windows explorer(or desktop) and drop it into a textbox and display the contents of the file and the filename(not displaying the full path)
Fast API based file finder. Class scans a path (with Attributes, Mask, Date, Size filter properties) and returns the files & folders by raising events. Optionally scan nested sub-folders and sort results. Created to make File Utility creation very rapid. Hope it may be useful as example of API file handling and WithEvents. I welcome feedback!
Fast API based file/folder scanner. Single File solution with no dependencies to add file processing to any Utility Project in single step. Scans a path (applying optional Attribute, Mask, Date and Size filters + multiple file extensions and simple pattern matching). Can also optionally scan nested sub-folders and/or sort results. Returns the files & folders by raising events. I originally created this a few years ago when I was creating many File Utilities. Hope it may be useful as example of API file handling and WithEvents. I welcome feedback (votes always appreciated)! UPDATE: Fixed a resource leak and simplified the use of extended file details.