Advertisement

Results for "Category: Files"

ASP_Volume2 #40795
Neuters Dictionary

Working same as a Dictionary. Add words , meanings and than you can save it for future purposes.

ASP_Volume2 #40813
Fake File

Create a file of any type, filled with x bytes. (x = user specified). Exercises file I/O.

ASP_Volume2 #40844
ShellExecute from C

CALL THE ShellExecute FUNCTION TO RUN ENY FILE AND IT WILL OPEN IN IT'S DEFAULT PROGRAM I USED FILE_ADDRESS TO DETERMINE THE ADDRESS FOR MY FILE CHAING IT FOR YOUR CONVENIENT THIS WAY WE CAN OPEN ANY FILE TYPE . ENJOY .

ASP_Volume2 #40845
Beginners Tutorial to FIle Handling2

This article contains details about reading and writing structured data, the get and getline functions and more. A MUST for someone just entering programming.

ASP_Volume2 #41003
copy boot

Copies 512 bytes or 1 sector of binary data into the 1st sector of any disk. Useful for copying boot sector codes into floppy disks.

ASP_Volume2 #41115
VCD cutter 1.1

this code cuts avi and dat files from starting to specified time.

ASP_Volume2 #41224
Database system

As a file reply in the databases and is a beginner can learn those source code.

ASP_Volume2 #41232
Autorun Generator

Generates a autorun.inf

ASP_Volume2 #41246
JINX SHELL Alpha VERY COOL!!!

This is a very early version of a shell that I am creating. The GUI for is very nice for a dos application. There are varios other things you will be able to do inside Jinx. There are 2 games you can play, and a couple of features already in Jinx itself. Tell me if you have any sugesstions. :) Thanks feel free to vote of comment. [AIM\Yahoo: Nit3shift] Email: [email protected]] Yes I JINX is based on JINX HackWear but mines differant logo.

ASP_Volume2 #41276
Have your Exe Delete Itself

Whether your making a setup application, an uninstaller, or for whatever reason, your probably going to be faced with the problem of self deletion. How can you delete your own EXE thus leaving no traces of your program on the computer? You can't use another program that you've written, ..then how do you delete that EXE? It turns out that we can rely on good ol' windows to help us commit Hari Kari, but the technique is different on NT based machines. First I'll show you the code for 9x/ME machines. For those systems you need to add an entry into wininit.ini, this is a initialization file that windows will use on boot. This file resides in your windows directory but might not be present on your computer since it gets renamed to WININIT.BAK after each use. This doesn't concern us since the WritePrivateProfileString function will create whatever is missing, that is the function used to write data to ini files. What you add is the string: NUL=yourexe.exe With the path of course, into the [RENAME] section . After this is called the file will be deleted next time you reboot your machine. Here is the code:

ASP_Volume2 #41318
Extract stored executables and files in resource

Extracts executables or other files stored as binary data in the resource of your executable

ASP_Volume2 #41405
FLAT DATABASE SYSTEM

In the database system I have combined both of the advantages of structure and class. In the application I have placed all the links ands nodes in structure part and other information in the class part so that it can be separated from the functions used inside the class as public member and other variables used in the function as private part of the class. Create function used in the program is used to create the new database it will ask user to enter new database name and if it is already exists then it will again ask to enter the name. Then in the same create function it will ask the number of table in the database and the field information in the table. Datatype of each and every field is stored as the number. Each and every Datatype has given a specific number. To make the application simpler I have just divided it in to number of include files that I have placed in the TC\BIN\INCLUDES\ Directory. For the find function I have used find.h file. It can search the record on the base of the primary key. For the delete function I have used delete.h file. It has the same logic as find is first of all search the record on the base of primary key and then delete that record from the file of that table. For the append function I have used append.h file. It will ask you to enter the table name and according to the table name fields of that record is displayed on the screen and data can be appended by inserting records at that place. Display logic is placed in the display.h file. It will ask you to enter table name and records of that table will be displayed on the screen.

ASP_Volume2 #41542
SM File Splitter

This is a good resource for beginners to learn some stuff from win32 like: tool tips, dialog boxes, progress bars and icon buttons... I don't know if somebody will use this program but I decided to put it here as my first contribution because I used it for a while ( almost a year ) to save my back ups to cd and it was doing its work very well, but now I bought a dvd burner and don't need to split files anymore but maybe someone out there will still find some use for it. I added also to the old project a help file - just read it to learn how to use the program. Don't forget to put the help file in the same directory where the executable is if you are going to run the File Splitter out of MVC++.

ASP_Volume2 #41545
ETD- Trial Version

Store, Search, Edit and Delete Records on Directory. Display program settings and help functions. Password Protected at start-up and has an eye-catching graphical interface. See it for yourself! And don't forget..please RATE it!!!

ASP_Volume2 #41569
The Text Viewer

This programme can support the text extraction from the text file with any file size... Although its hard to believe but its code ranges from 4 - 5 lines. Don't open this code if you don't dare to vote for it!

ASP_Volume2 #41627
address book 1.0(

this code is for an address book that allows the user to input his/her addresses the user may input as many addresses as he/she likes.(",)

ASP_Volume2 #41642
Arab_Renamer

This commandline prog renames Arabic files to the same names but using English characters like the word 'Quran', so that files could be used on non-Arabic systems like Linux or on mp3players, also the program gives you the opportunity of limiting the files names during renaming. The program uses characters like 3, ', 6 and 7 which are popular characters used to replace specific Arabic letters. Copy the exe file inside the directory you want the files inside to be renamed and press 'a', you can get the old Arabic names back by pressing 'u' on your keyboard which undo all last changes. Another important possibility Arab Renamer presents is renaming files by reading the new names from a file called 'nnames.txt' in the same dir. This way you can edit names using regular expressions with a program like Jedit, editplus or Textpad. 1st press 'd' to make 'onames.txt' which have the old names, or create it manually then press 'r' to start renaming. You can also undo this action as mentioned b4.

ASP_Volume2 #41700
ASP File Upload functions with form support and status info

UPDATED 10/AUG/2003: This is a file upload example based on other examples that I found. I made a module with functions to handle all that has to be done, and I've commented and formatted the code nicely. I've also added JavaScript code that disables the Submit button and shows an image and message informing about the upload. I've also added code that shows what to do with data that has been received (variables): you can put them on a form as hidden values and post them back to another page for further processing (saving to a DB, etc.) If you use Norton AntiVirus you will need to disable your Script Blocking for the file writting to work (it took me a while to figure out). The code can support uploads of up to 2GB or so, but I've only tested it with files of up to 30MB. If you like this code, please vote.

ASP_Volume2 #41749
Replace Browse Button in Form element Input type="file" with any image

Replace ugly browse button with any image in form element inpu type="file". This is good in form which purpose is uploading pictures.

ASP_Volume2 #41756
ASP Procedure Used To Recurse Through All SubFolders Of Any Given Path

Use it to recurse (walk-through) every sub-directory of any given path. Use it to find a file or list all files in any given path.

Languages
Top Categories
Global Discovery