Advertisement

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

4_2005-2006 #168753
FileSync Utility v5 Unicode Enabled

Simple synchronize backups and remove duplicates utility Added option to remove empty folders after delete operations v3 adds the option to use file CRCs for exact matching - this helps in situations where time stamps are different when files are still identical. v4 updates the whole project to use the 'W' API functions to preserve unicode. v5 fixes a bug introduced in v4

4_2005-2006 #168754
Unpack specified file from RAR Archive

This module is a wrapper for the unrar.dll freely available from www.rarlab.com Enables unpacking a specified file from a RAR archive, both to disk as a file or only to memory (string variable) as the file text. There are a couple of other posts on RAR archives, and extracting a single file from an archive has not been demonstrated, and I needed this functionality for my ZipSearch project. Thought others might be interested in this functionality - reuse as you see fit. Note that the declares for the library functions are named unrar and unrar3 depending on the version you have. Get a free copy of this DLL from: www.rarlab.com - Extras www.rarlab.com/rar_add.htm - UnRAR.dll ftp://ftp.rarlab.com/rar/UnRARDLL.exe Happy coding :)

4_2005-2006 #168762
FileTime - Files date and time module (Bug fix 24 May 09)

FileTime API declares and handy wrapper functions. Bug fix 24 May 09 in FileTimeToDosTime and SysTimeToDosTime funcs.

4_2005-2006 #168776
Kill Folder function with persistence

This is a Kill Folder function with persistence ... It will remove all sub-folders and files and then optionally delete the specified folder ... I found when removing all the files in the temp folder that some locked files would fail and cause it to not continue with the rest of the files ... This function will continue to remove all unlocked files, even after finding locked files. However, if locked files are found, the parent folder will also not get removed.

4_2005-2006 #168846
XP_Button

Makes a XP button for new applications for you who wants to be updated.

4_2005-2006 #168853
RTE

Build a rich text editor.

4_2005-2006 #168867
EXE Joiner®

Great code for merging two executables into one, and when you run the new file, both of the programs will run with it, NO API, NO DLL!!! - Base on my project, "FileBinder" Please vote for me...

4_2005-2006 #168899
UnLocker

Did you encounter a "File Locked by Application" or "Unable to Delete file as it is locled by another application" situations? Well this nifty little program will help you unlock and close the file and application so you can Delete,re-edit or do whatever you want again... This app. is a VB console App!!!!

4_2005-2006 #168963
DODelete

Very fast file wipe and delete application. Selectable overwrite patterns of DOD 5220.22-M standard and the Peter Gutmann overwrite method. This program uses the CreateFile, WriteFile and FlushFileBuffers API. Therefore it is much faster than programs that use the PRINT statement and (in theory) much more secure. Updated GUI with recursive file operations. Please read the ReadMe file!!

4_2005-2006 #168990
Daily Appointment ver. 1.0

This is just a simple remainer from my college dais. It's usefull. It runs in system tray, notify any plannings, navigate on the net, plays sound, multilanguage interface. It has a good grafic. Anyway, enjoy it!

4_2005-2006 #169023
PSC Download Renamer 1.3

You know how when you download a ZIP file from PSC, the file name becomes a tangled mess such as "[_Cipher_C1865383172005.zip"? This program will let you browse for the folder with your downloaded ZIP files and will rename the ones you select based on the Project Title included in the first line of the PSC_README.... file. It will also display the contents of that readme file without extracting it to disk. ---------------------------------------------------- UPDATE 7/17/2005: removed debug code that prevented compilation ---------------------------------------------------- UPDATE 7/17/2550 4:35 PM: required dll's added in the second zip file. Unzip and register. Also, included the manifest file as a resource (for WinXP Visual Styles compatibility, source is in the Res folder). Thanks to Aly Hirani for pointing out that this project requires a non-standard DLL. ---------------------------------------------------- UPDATE 7/18/2005 10:43 AM : Removed some spaghetti code as suggested by Roger Gilchrist and modified renaming code to remove the Read Only attribute from each file to be renamed. Still thinking about how to implement the part of checking to see that the destination file does not exist and how to deal with that. I also removed all but the latest code backup in order to reduce the size of the download. ---------------------------------------------------- Anybody know how to properly add new lines on the description field? ---------------------------------------------------- UPDATE 7/19/2005 12:38 PM: Implemented both Aly's Suggestions. 1) Unzip32.dll is included in the resource file and will be extracted if it does not already exist (if for some reason you want to alter my resource file and PSC deleted the original unzip32.dll in the Res folder, the DLL file is located on the zip file in that folder) and 2) if a ZIP file contain no @PSC_README*.txt, the project name textbox will state that no readme file was found and if the user tries to rename that file, the program will not allow it (skips over it and at the end states why for all skipped files).

4_2005-2006 #169119
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..........

4_2005-2006 #169206
USB Flash Disk Copiar

Thank you for downloading my software from The Planet Source Code website. I hope my software to be helpful to you to get some ideas or to develop it to another software. This code is used to copy all the USB flash disk to a folder on your hard drive which is stated the date and the time of coping process at it's name. It's do the same with all flash disk connected with PC. I used some ideas from codes on planet source code. Many thanks to thos people who I take the code from them. Please if you like it ... vote it !

4_2005-2006 #169218
[ 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.

4_2005-2006 #169231
FileRegister - [ Want to execute your software when clicking it's document file??? ]

[ How to set OpenWith??(!) ] - You can launch your software when user clicks on it's document file... like clicking on "*.txt" file will execute "NOTEPAD.exe". For that you need to register your document file extension and set it to be executed with your software. A simple implimentation with very easy to use code!!!. Please compile the code and run the EXE to test it. Good luck!!!, Jim Jose :-))

4_2005-2006 #169232
How to make your software Auto-Executable on System startUp!!!(?)

A simple and useful code... You can make your software AUTO-EXECUTABLE on SYSTEM STARTUP. This code can register the execution path to System's startuplist. You can also ENABLE and DISABLE this feature. You can use the same code to add any other Softwares/File to the startup list.... Any positive response from u is appreciated... Happy coding!!! Jim Jose :-))

4_2005-2006 #169245
[ Build DataBase In Text File ] - Pure VB

A fast DataBase driver without ADO, DAO reference, in pure vb. It is not using any third party product. The Data is stored in a standard text file, in the most simple format. The driver is made in Class as well as ActiveX Control. Most of the basic functions are included. You can view the data structure by opening the file in Notepad. You are free to use it and give me your feedback. Good Luck!

4_2005-2006 #169277
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.

4_2005-2006 #169299
Create Short Cut

this is to Create a shortCut for anyFile in any Directory, the API code just create shortCut in Desktop or startMenu Only, but this Code Goes around this

4_2005-2006 #169311
Resource File Example

This Resource File Example extracts files from resource files at/before runtime to ensure your program will run regardless of weather the user has the needed files (inculding VB RTF). Now i'm sure i'm not the only person to notice that quite alot of the comments found at PSC look along the lines of this... "Hey wheres the Blah.dll" "There was no Blah.ocx in the zip" "You didn't inculde the .ocx/.dll in the zip" Now there is one main reason why they don't inculde them and that is because of PSC rule of not inculding .ocx or .dll files, but that doesn't mean to say you carn't inculde these files in your project and upload them to PSC. In the archive is the "Microsoft Winsock Control 6.0" but it's inside a .res file made by Visual Basics which is inside the project, my project will exetract files from these .res files and return them to there orignal form and even register it if need be this can be performed before a form is loaded so that it is insured your project will run without fault. This is very simple code and doesn't need much explaining i also understand this can lead to a new way to insert virii into projects but if you are that dumb to fall for it then sorry to say you deserved it :P As you will see (by reading the source code) my project does no call and functions from the .ocx inculded in this project it only extracts it into a directory and registers it using Regsvr32 so there is 0% risk of virii infection

Languages
Top Categories
Global Discovery