Advertisement

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

2002ASP #6407
Upgraded Open/Save DLG

How to upgrade Standard Open / Save Dialog with new text and Picture...

2002ASP #6547
A TRUE Windows Prompt Like Dos (no controls)

Haven't seen it done yet until I did it myself. I asked around if there was code to create a 'prompt' and all I seen was modifed multi-line boxes. This is not a Dos window, its a windows window. - this is as real as it gets... If you need a GUI windows command prompt... here it is, Best WINDOWS command line code here... Please: I am going to use this code for a Business Basic interpreter, if you find any bugs or make it better, please let me know!!! I am always looking for improvement here!! Code is FREE for all...

2002ASP #6603
File Input Output

File Input Output Append

2002ASP #6612
Console Application Class module

This class module encompases te abilty to create and manage a console application. Send output and recieve output from the user, even change the output color and backcolor. Just pop thin in to your project and use like this: public sub Test() dim c as new cConsoleApp call c.Create("My Console app:) c.WriteLine "Hello. what's you name?" c.GetUserInput c.Writeline "Hello " & c.LastUserInput c.GetUserINput c.Destroy end sub

2002ASP #6648
Add your own font dialog to your Apps!

This is an good example of Selection font dialog box. Which includes, Bold, italic, underline, font color, Font soze, Font name, etc.. Best one! thanks from Prakash.Y Please vote for me.

2002ASP #6655
ListView Control For Files In Folders OCX Control By MegaSoft

Ever tried using the listview control in your application to view files???? Well if you have you will probably know that it takes a few modules or about a few hundred lines of code! Well if you ever thougt in your mind... "I WISH SOME ONE WOULD CREATE A CONTROL JUST FOR VIEWING FILES................" Well your Dream has just come true! It only takes 1 line of code to load up all the files in a listview! Explore1.path (Dir1.Path) It can also load up the individual properties for any file - find size, type, location etc. and you have them this control is royalty free so you dont need to pay. All I ask is that you email me (by Clicking my name above) if you are using it in any examples of apps, and give me some credit! Otherwise, please vote, please, please, please, please, please, please, please, please, leave comments and VOTE! Please report and bugs by the comments below

2002ASP #6681
JasOn's SUD!

It has semi-A.I. (such as People moving around in random directions at a certain pace depending on the speed you set it to in the editor. You can also carry objects and drop them in other rooms. You can also edit location descriptions and change their exits around. You can even add rooms :)

2002ASP #6692
Directory Tree ActiveX control code

*I`m sorry I forgot that the folder.bas was added from another project* My Humble apologies. shows a directory tree view using treeView control retriving the icon associated with the folder or drive

2002ASP #6723
Wipe out a file using Windows API. No traces, no recover.

Completely destroy a file with no chance of recovery or trace. Use of CreateFile, FILE_FLAG_NO_BUFFERING (Open the file with no intermediate buffering or caching) FILE_FLAG_WRITE_THROUGH (Write through any intermediate cache and go directly to disk) and also FlushFileBuffers function to ensure that file buffers will be flushed! A must test and see.

2002ASP #6767
VB HexEditor

quite nasty hexeditor in vb6 can handle files upto 2.1 gb (uses a custom filebuffer to avoid loading all data at once) supports copy paste , delete / insert bytes and multiple documents.. i saw some other guy has submitted his hexeditor so i figure i could just as well submit mine to instead of letting it just rott on my hd... its not finnished but its still quite nice , hope you like it... start hexed.vbp list of features: filebuffer (load files upto 2.1 gb) copy paste data in both hex/text mode mdi app custom scrollbar to allow more than 32k lines file compare tool , compare 2 or more files string extractor , extract strings (ansii/unicode)

2002ASP #6787
Chicken v1.0

This program will simulate a chicken.(Not a very good program and not finished)This program can show you how to open a file and write to it.

2002ASP #6846
A Delete All files in a Directory and then Delete the DIrectory A

Code Deletes a File and Directory, Note YOu DOnt Have to Reference Ms Scripting Runtime Please Vote for me if this helps you out or if you think it is a good code!!!!! Thank you Sean For letting me know you don't Have to reference Ms Scripting

2002ASP #6866
put dir,drives,and files in one list box

This code will put all the files,drives,and dirs into one list box. This is pretty simple but please leave comments and vote for this code. This works extremely well.

2002ASP #6891
ArchivePro - Rename many files...

Simply and efficiently rename all the files of a directory. Select a directory, Choose what type of files to rename (All, Graphic, text), Enter a starting number, Select a number of 'padding' (zero's) and thats it!. Good example of simple error handling, Loop Structures, etc. Nothing too exciting, but it works on Windows 98 - XP. Mail me if you need more functionality.

2002ASP #6910
DirGuard20

Dirguard guards a directory for changes like addig files, deletions, renaming, adding / deleting subdirectorys. Some other small gadget have also been inserted in the code. This is an update of previous version(s) and also the final version so i made it 2.0, i would like to spend more time on it but a new project awaits. Please rate this code and report problems / questions or comments to me. The code is tested on WIN-NT (4-sp6) and Win98(SE) and worked fine (WIN-NT users read the code-comment for additional information).

2002ASP #6911
DirGuard V1.4

This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft

2002ASP #6912
DirGuard deLuxe

Well here it is, Dirguard de Luxe, as i could not find beta-testers i could only test it on WinNT and win98Se. Now guarding multiple directory's, just ad them to the guardlist and all files within are guarded. Solved the syncronisation of different boxes in previous versions by using a FlexGrid to store the information, i never used Flex-Grid so the code might be somewhat "unusual". Now guarding for : additions, deletions, changes of date, time, attribute and size, also checks if a file can be accessed. The logfile got autoscroll and there is something done about the visualisation of the guarding, again the code might seem a bit exotic here and there. Feedback or a rating would be great, also beta-testers but hey...you can always improve it yourselfe but please inform me about your ideas. (CPU-load while checking 700 files is 19% max)

2002ASP #6922
Patch It Yourself

Hello everyone :) Today here is a little program that is going to help you... or not at all! It's a program that reads information from a proprietary file with the extension .PIY and applies a patch to any file! As long as this file is the proper one :) .PIY files are plain text files. You can create them using any text editor like notepad, or using my other program "PIY Patch Creator". Before the patch is applied, the program checks that the file to be patched you pointed to has the right name, the right size, and the right hexadecimal values at the right places! It will check that the patch file structure is ok too, propose to backup the old file, and can even revert the patch if it detects that it is already patched (even if a backup was not created). Also features my scrolling caption thingy, APIs to open Common Dialog (no control), set the form to a circe one, allow to move it, and copy a file (for the backup). Don't worry, I didn't invent these APIs myself, I got them from the web here and there :) Don't remember where though, sorry for the lack of credits... The patching engine is all mine though. Oh, to answer a question: this program can NOT patch a file so has to change its size! It's purposed is to apply minor updates, like changing a variable value, little things like that. That's it, take care girls and guys, and I hope you will find an application to this one :)

2002ASP #6938
_+Compression Methods+_ V 1.02

This programm has a collection of 61 compression algorithms and 20 different coders to do al kind of things with the data This program is totally written in VB and makes no use of any DLL This is an exelent programm for someone who want to do something with compression. Some Algorithms can be slow but the most of them are fast enough considdering its only VB. The most commen algoritms are also inplemented like 'Huffman','LZSS', 'LZW','RLE','Aritmatic','LBE' and some of them are 'invented' by me just to see what the results would be. I hope that most of the problems found by users are fixed

2002ASP #6947
Format Drive A: Ver. 5.1

This is an update to 5.0. All the bugs are now fixed!

Languages
Top Categories
Global Discovery