Advertisement

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

2_2002-2004 #114764
[ SaveText - LoadText Functions For TextBox ]

This is an example of 'SaveText' - 'LoadText' functions for TextBoxes.It is easy to use and works smoothly. I Need your 'FeedBack' and never forget to -Rate- this code.

2_2002-2004 #114785
FileSystemAPI

A clone of Microsoft's Scripting Runtime: FileSystemObject using API calls with a few additions and necessary changes. If you want total control over file access this is the object for you.

2_2002-2004 #114787
Report Builder

it's an application in which i use text files databse, yes......... when u work on it u feel that u work on a database project, but it's compleately text files database project, you learn soo many of things when you use this project beleave me..........

2_2002-2004 #114816
Get File Sizes of Large Files

Gets the correct value for file sizes when the file is large (> ~2.1GB). Basically the file size function included in VB will give a wrong value when used on large files. The traditional way of getting the file size via API will also not work as detailed in the MS article http://support.microsoft.com/default.aspx?scid=kb;en-us;185476. After a bit of research I ended up tweaking the API function to calculate the proper file size. To see the differences, browse to a large file. Let me know if there are any bugs or suggestions to improve performance.

2_2002-2004 #114831
How to use Binary access, Put and Get statements to store any data

Shows you how to use files to store any type of data, in 4-5 lines of code you can save anything as a binary file. Of course, there is a button for opening them :), download it if you dont know how to use Put, Get, binary stuffs. In a 10 lines of code, you can make a small database, if you know how to handle binary files.

2_2002-2004 #114875
Updated! Determine if a file is binary or text

Compares a file's contents to a predefined byte-table. If a match is found, the file is classified as binary. I've extracted the byte-table from over 4500 different textfiles in both ANSI and ASCII standard (well over 200 Mb.) The bytes in the table do not occur in any of the following filetypes: .BAT, .TXT, .HTM, .INI, .JS, .BAS, .INC, .LOG, .VBP, etc. Because of this it's pretty plausible to state that if a file should contain any of the bytes in the table, it MUST be binary. I do not expect this routine to be 100% accurate but for the purpose of deciding whether to open a file in a text-editor or a hex-editor this will do just fine. please keep in mind that the original byte-table is a bit larger (mail me to get a list) but comparing the rest as well does not provide more accuracy and will lead to false interpretation of localized files.

2_2002-2004 #114884
A File Splitter - Updated

*** UPDATED AND IMPROVED *** This will cut a large file into smaller pieces. For example if you have a 4MB email attachment limit, and you want to send a 40MB file, you can use this program to split the file into 10 pieces of 4MB each. It also generates a batch file to reconnect the seperate pieces.

2_2002-2004 #114886
MDI File Muncher - Opens multiple files into one instance (New version - no hook)

Hi. This is an MDI app work in progress. Many have asked after a way to open files into a single (previous) instance of a program. This demo can open multiple files at startup into one instance, you can drag-and-drop onto the running program to open files, and it can receive files to open when already running from explorer or the command line. It also includes working file handling code (open, edit and save files) and some generic menu items. It cannot yet receive commands like [print], this is yet to be added. I have eliminated the need for the MsgLink module which subclass's the window. By raising the LinkExecute event (I looked at doing this programatically but it also needed a hook) using DDE and a label on an invisible form. My idea was to use this form as a progress meter but I made it invisible, using an existing form would load the new instance when the DDE properties are accessed. I have used a RTB control on the child form which is likely to give you trouble. If so you can add your own RTB ref from Components and place it on the child form and name it rtfText. You do not need to size it as it will auto-size at runtime. Please don't complain too much about the lack of comments in the code (there aren't many I admit). I am working on it. Let me know if you have any issues with this working correctly. I've uploaded already to get comments and suggestions, so please DO.

2_2002-2004 #114892
Glue Files 1.2

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

2_2002-2004 #114904
Copy Only New Files in a Folder

This progrqam will scan through a drive or a folder and all subdirectories and only copy file that were created on the current day. This program was developed to backup all new data.

2_2002-2004 #114928
VBFind

This code replaces XP find, and also provides functionality for creating compressed and/or encrypted composite files. It supports all conceivable search options, with the exception of searching inside of zip files. You may use my code(parts of this code are not mine) in any way you like, commercial or otherwise I don't care. I don't need votes/comments, but I would appreciate any and all bug reports or ideas on improving effeciency.

2_2002-2004 #115024
FileZIP Detector

This program is able to scan the files contained in a ZIP archive,but it cannot unzip them. http://linuxman.2ya.com/. if you think this is useful do rate it, thanks:)

2_2002-2004 #115032
Flamed v3 - CD writing and more

Flamed - the world's first open source VB6 cd writing app - is back :) It gives you almost full low level CD/DVD-ROM access for VB6 in Windows 9x/Me/NT/2K/XP. (9x/Me: ASPI driver needed, rest: admin priviledges or ASPI driver). in contrast to the last 2 versions this one isn't a huge app, but 11 copy'n'paste friendly demonstration projects. they can: burn audio/data discs, grab audio tracks, read CD-Text, read CD/Drive information, calculate CDDB disc ID, read single sectors, get media status (media present/missing, locked/unlocked), lock/unlock drive, get bus position and much more. Please read "readme.txt". Developed the project now for about 2 years and spent about 150$, this'll be the last version.

2_2002-2004 #115044
Blocked File IO

This code demonstrates the basics behind blocked IO. This is commonly used when copying files.

2_2002-2004 #115071
QSort Program

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.

2_2002-2004 #115077
Indexer [ 27-12-2003]

Just A Updated of my last version as someone asked me for external database for filetypes in this version i tried my hands on plugins capability in this unique application which lets you add your own plugins for adding more file types scan capability the plugin engine is developed by me itself and is at very first stage. so any comment and bug report is invited plz vote for this code and also try to help by creating your own plugins and if you find them working plz send them to me to add them officially to this application.

2_2002-2004 #115088
Copy files byte by byte

Basically, this program shows you how to copy file 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. ( Would you please vote for this code )

2_2002-2004 #115131
Multi MSN v 6.2.0133

This will teach you how to access in binary mode the newest MSN Messenger on web v 6.2.0133 and edit offssets and allow MultiMsn,SingleMsn,AddBanner.RemoveBanner,Sign in using offline mode,Sign in using online mode + allow to check if msnmsgr.exe there if not copy itself and execute it from its default dir by choosing the drive letter, please always know that using such kinds of codes probably we name it cracking, and its all are illegal just it's an example to a begginer in file access, i can't be held any responsibility and you should not in anyway edit the code and re submit it anywhere else, please a small request i need someone to tel me in case the drive letter is not default let say not "c:\" and its "MyDisk" how can i auto identify to read the drive whatever it is :)any answer will be happily appriciated and thanks a lot :) ...

2_2002-2004 #115183
BAT-Man BatchFile Editor/Maker

BAT-Man A well-featured DOS Batch File that lets you add code from over 40 built-in commands as well as your own commands. The cream of the utility is the Message box wizard that allows your batch file to show custom boxes with you message.Quickly create Batch file at the press of a few keys ( or clicks of a few mouses :) if you like.The code is written In unoptimised form so as to help the beginners to understand VB concepts like Popup-menus,Listbox control and most of all - the working of DOS commands.Try it.& vote : )))

2_2002-2004 #115185
Archive Explorer (update 1)

This programm is capable of showing the contents of different archives and some archives can be extracted. Archives which contents can be shown are. ZIP,GZ,TGZ,TAR,ARC,ARJ,RAR,CAB,LZH,LHA Archives which contents can be extracted are. ZIP,GZ,TGZ,TAR All coding is done in vb without use of third party components so everybody who needs to unzip something in there project can use this one so the need for third party components will be absolete. Don't expect it to be fast but it is as fast as we could get it. it is far from Finished but since i haven't much time lately, i uploaded it to PSC so maybe someone else could use the code from it. Not all parts are coded by me but some parts are coded by john korejwa and others.

Languages
Top Categories
Global Discovery