Results for "Category: Files"
This code allows a user to upload files and manage directories. It also allows a user to upload files, easily create HTML files online, and rename, delete, or edit files.
Lists out all the contents of a particular directory in a readable format.
Import a CSV file into your MySQL database as you see fit. Discard columns, assign fixed values, auto-sequencing, simultaneous adding and updating... Happy Importing! -> The database/table double-combo selection bug has now been fixed. (v1.3a)
Just to show how to read a txt or .dat file in vb.net
Creates a PHP/MySQL Script for a Simple Login System.
Took v1.6 and made little changes - now the thing is better
allows users to select a file on the server. This class comes with several editable properties like: file download, file upload, folder creation and file filtering e.g. *.php or *.*
The Tutorial set sights on Accustoming VB Net Developers with sophisticated File Functions. However main weight is rest on Reducing Code complexity. I strongly believe Code that is easy to Understand works better. I am sure you will find it useful. Please Vote and Make my day ;-) Karthik
The Tutorial aims at acquainting beginners, of each and every file and directory operations. I have given my main emphasis to reduce complexity and length of code. I am sure you will find it useful. "Please Vote". ;-) Kart
To save an Embedded Resource and save to file. This will take any embedded resource and save it to any filename you want.
Associating file types(file extension) to Your Application in .NET.This concept had been tedious or complex process in the past for programmers. But with .NET this has been made easy and flexible.You can associate a new file type (extension) or an existing file (like gif,jpg,bmp etc) to your application easily. you can refer http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vbtskaddingdeletingdocumenttypesassociatedfileextensions.asp for understanding.I have submitted an example of how to do this. This is photo viewer .If you install this project,you can open the existing GIF files with this program in your system.You can also associate JPG,BMP and other types also.
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++.
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!
This script is for: - Browsing files on your server - Upload files to your server - Play media files on the server - create, move, delete multiple files and directory's - opening/downloading files - check the disk size - check the free disk space This is the newest version of the 'Advanced file manager' it is still a beta, and if you wan't the last stable version search for 'file manager' and click at 'Advanced File Manager 1.1'. You can find more info and feedback at www.afm.nl.tt , and If you wan't to mail me my mail is: feedback@afm.p3t3r.uni.cc !!!At the site you can get the latest bug fixes and betas!!! If you like the code please vote. KEYWORDS:Website admin administrator file dir browser free manager THE SITE OF A.F.M. ------> www.afm.nl.tt <------
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.
This script allows users to upload files to your server. It is a bit easier to work with than my first version of this script. In this upload script you may choose which file types to allow, the maximum file size (in bytes), and displaying HTML and/or BBCodes to the file for users to copy and paste with ease. As well as several security options; file over write protection (adds the unix time to create a unique file name), terms of agreement, password(s), IP ban, host ban, and ISP ban if spammers become a problem. Furthermore there is a log file that logs all uploaded files, in the log file the users host and IP is displayed along with the time of upload, file name, and original file size in bytes.
With this manager u can start your own personal site or even start a small community website... With this manager u can: - start a blog, - put files for download, - add your pictures gallery, - have members (or your fans) section, - have a table where users can put comments for your website... - have your control panel where u can delete users, comments, pics and download files... Also, this php script use a flat file database... No installation needed... Only upload files on server and thats it...
create phone books for each user
nice phone book with semi interface so nice it's working try it
The article describes how to create dll. Gives very primary details and code of the dll project.