Results for "Category: Files/ File Controls/ Input/ Output"
This is a control class that encrypts code using a wheel algorithm.
Will put parsed XML into a TreeView control.
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.
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
It is a Win32 Dialog without a resource script. The Dialog is made by scratch, and it was made so you can see a fullscreen 'black background' dialog on monitor. I Hope you like it.
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 :)
*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
ADO.NET - EntryForm - Base Form Template - Inserting this inherited form into your projects you will be able to easy perform tasks such as GoTo record, Search for Records, Filter Records that meet your criteria. Also these sample project expose : DataSet, DataAdapter (Insert, Update and Delete Commands), DataGrid, DataBinding, Relations. I hope you find it usefull and don forget to Vote!.
Informational
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.
This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.
Database Driven Select Menu -- code is commented. Pulls all values including URL from database and uses small javascript for menu functionality. There is also a value that can be changed to show a different default selection in the select menu. I must warn you all that I am very new to ASP, but wanted to give something back to the PSC community. I hope that you find it helpful in some way. I claim no copyrights to this code as most of it was pulled from online examples and tutorials, I just constructed it to suit my needs. If you make any mod's or changes, I would love to see them....please take time to vote for this beginning ASP code, and any additonal comments by you gurus out there would be very much appreciated. Thank You!
This module will quickly encrypt any text that you give it, using the user supplied keycode. Rather than a simple xor cipher, this code will alter the code in the following ways: 1. Generate a string of random numbers and put them at the beggining of the string. This prevents a possible cracker from figuring out the beginning of the actual message. 2. Transform the key by adding itself in different ways to itself, preventing a simple frequency analysis, particularly in short messages. 3. Screw around with the current character, then change it again depending on whether it's even or odd, then xor it one more time for good measure. 4. Xor the current letter with the next letter. This makes the whole message dependent on the ecryption/decryption of each previous letter. 5. Swap the whole string around in letter-groups the integer-half size of the key (i.e.:int(keylength/2)). This makes it so that a partially decrypted string makes absolutely no sense, and helps to shuffle around words that could be analyzed and solved (like 'the', 'it', '-ing', 'of', etc). If you like the code, voting is good, but I prefer comments and ideas. Post them here or email/YIM ajcis55@yahoo.com. Thanks! [UPDATE} - Fixed the screenshot to show decryption!
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)
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.
File Types Example retrieves all registered file extensions from the Windows registry and presents them along with the file types and default icon. Right-Click on the file extension to view the file types key, content type, default icon file and the file types actions, also, you can backup the registry entries in a .reg file.
With this class you can: - Create / Add INI sections and keys - Delete / Remove INI sections and keys - Rename / Edit ini sections and keys - Update key values - Specify your own format to create your own standard of config file. Very well commented!! Please vote for me!!
Extracts the binary information from 2 files, checks them for differences, then if there are differences it will add the new information to the file you want to patch.
An window with lots of controls, dialogs, menus, toolbar, status bar, progress bar, icon, timer, can now play animations (AVI Filed only), can shutdown, reboot computer, save text and load text from a file, change the font of an edit control.
This program adds meanless bytes to a file and therefore increases it's size. The files will still work correctly after this. I was bored when I made this, and is not hard at all.