Advertisement

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

2002ASP #4539
File Stamper

Allows you to reset the Created/Last Modified/Last Accessed date/time stamp on a single file, multiple files or all files in a specified directory. Works on all file types with all file attributes (normal, read-only, archive, system, hidden). Useful for setting uniform date/time stamps for a project deployment.

2002ASP #4581
Boolean function that compares two files to see if they are identical

This boolean function simply reads in two files and compares them to see if they are the same. It returns true if they are and false if they aren't. I quickly wrote this up to compare text files against template files.

2002ASP #4583
Convert Text Document to HTML

This routine will allow you to convert any text document into an HTML document. This is a basic function that simply puts the template HTML tags into place and then adds line breaks after each line of the text file is read in. This would be handy function for converting large numbers of documents to web-format. This code would be used as following: Call FileToHTML("c:\autoexec.bat", "c:\test.html", "Auto Execute File", "maroon", "white")

2002ASP #4618
A Professional Hex Editor

An update of my original hex editor with more functions. Please vote for me!!!

2002ASP #4662
EXE Joiner 1.01

Bug fixed! When running more than 1 patch file.

2002ASP #4680
Replace a file, now or later!! (Updated)

You can replace a file now or later. If you have apps that people use all day and if you make a change and have to replace the exe, but can't because someones in it, use this app. You enter the date and time for the replacement to happen. It'll tell you if it was successful or if there was a problem on screen. UPDATE - If a file is in use an the time goes past midnight the date will increment properly.

2002ASP #4712
clsFocus

clsFocus is a class that can be associated with a form, allowing to perform data entry checking and focus handling with almost no code at all..., just associate the form with the class, and create ONLY ONE validation Sub for all the controls on the Form, it's that easy... Please rate it, it just takes a while, I would love to read your comments...

2002ASP #4734
Synchronize v1.1

This is an update to synchronize. This has the missing timestamp code, and if file exist code. It still synchronize two directories files. Making them duplicates of each other. Supports UNC naming.

2002ASP #4747
_*Who said it had to be called msvbvm60.dll? under 1 SECOND FLAT FOR 20 MB !!!! VERSION 3*

This is is originally from Mark Withers . Mark Withers Mark Withers Mark Withers I do not want anyone to tell me I steal code. I just wanted to show Mark how to Update is code... I got it running under 1 second for a 20 Mb file... yes!!! under 1 second no, no API required... only pure VB optimization... I first calculated all FileLen and Len before the loop... this is THE optimisation that did all the thing then I used a buffer for looping through the file and I added null chars at the end of the dll name if it was too short, because in C++, strings ends with null chars I hope this helps you Mark Best regards, Jean-Philippe Leconte Senior programmer Win32/64 expert C++ / VB

2002ASP #4748
Folder Replicator

Replicate folders with just a button

2002ASP #4757
The Protector Zipped

It put a password to any .exe file.

2002ASP #4803
Execute a file Correctly

It correctly executes a program

2002ASP #4862
File I/O Functions Module

This module simplifies file handling. Please download the latest version! This version is obsolete! Click on Other Submissions by this Author to find the latest version!

2002ASP #4870
[Ace] WinzipIT

Simple code to zip/unzip with Winzip

2002ASP #4883
Open any file...

This code will open any file with its creator. It is very small and simple... worth a look at. It works on all versions of Windows. Please let me know what you think of it and vote if you like.

2002ASP #4887
HyperFast! Read/Write File Functions

These two functions are designed to read and write a file as fast as possible in VB. It is faster for some cases than WinApi Read/WriteFile functions because you don't have to convert binary to string in a loop. Thats why, it is very fast and useful for any purpose. I have created it for my Encryption programme and with Windows Crypto functions and this two functions, my encrytion programme works faster than most of the Encrytion software you can download on the net. Hope it will be useful for you. Thanks. Ozan Yasin Dogan www.uni-group.org (will be online in 01/06/02)

2002ASP #4893
File Comparer

The program asks for two (or more) files and goes through them sequentially, searching for either differences or similarities, depending on what the user selects. Results are placed into a listbox in either decimal or hex. Useful for figuring out the sturcture of certain files (ie how a small edit changes the file) especially character files for rpg games.

2002ASP #4907
Search Drive

Search Drive for files with a few lines o'code, Recursivly- Please VOTE!!!!

2002ASP #4910
A Dll Project That Reads XML Into a Treeview

This Code uses the Microsoft XML Parser to Read an XML Source and Put it into a treeview. Ut Can Accept A path to An XML File EX:"C:\MYxml.XML" A string EX:"''" or a URL to an XML File Ex:"Http://www.MySite.Com/Myxml.XML"

2002ASP #4927
Patch Extractor - Binary Compare Two Files

Binary compare two files and save the differences to file. you need to 2 files with equal length, one original and one patched. please register syntools.dll in your windows system with regsvr32.exe. syntools.dll provides standard common dialog functions like file dialogs for open and save, color picker window, file exists function and more... you can download syntools.dll source right here at your mother of source codes. just follow the url below: http://www.planet-source-code.com/xq/ASP/txtCodeId.21368/lngWId.1/qx/vb/scripts/ShowCode.htm feel free to email me if you have any questions or suggestions. mailto: synaptor@hotmail.com

Languages
Top Categories
Global Discovery