Results for "Category: Files"
****OLD VERSION**** see www.stingray.co.nz/editor or email peter@stingray.co.nz a blank email with subject "Contact Me" and you'll be contacted when the new version arrives. Allows you to edit your documents online in a friendly MS Word(tm) like interface, on a fast loading javacsript and asp powered, easy to maninpulate and configure editor. NEW! Added delete function (due to demand). See stingray.co.nz/asp for the latest updates and a full rundown of every tag, asp and javascript.
The code Desplays a list of images in a selected folder on the clients computer and lets him browse it. it is not very needed but is a gooood exemple of using fso. one of the thing i tell me studets is to try and make it a txt viewer instead of a image viewer, try it!
with this code can be written log file from asp page
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.
A Categorized Download/Product Manager, lets you search through the file indexed database w/ 5 different types of searches. displays a screenshot of the Download/Product along with detailed information on it. Very Useful. The categories are loaded from a text file that contains all the categories that you have added. You can add/delete/edit categories, Add Downloads/Products (remove them as well) inside specific categories, And much more. This project took me nearly a month and a half to complete. please vote for me! if i get good marks then i will continue to expand on it. Thanks for the support.
This program is an all around download manager, and uses file indexing instead of a regular database. Easier to deal w/ and more effeciant in my eyes. You can add as many downloads as you want, you can then search through them w/ a keyword. If i get positive feedback on it i'll keep updating it !
Create Excel Spreadsheet without Excel automation. A port from vb6(enclosed) by Paul Squires at http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=11898&lngWId=1
[updated 2004/05/05] Included are 2 easy to use methods of accessing Excel workbooks: OLE and ADO: ExcelADO is a VBScript class which allows you to open an Excel file via ADO. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Recordset directly. Excel or Excel ODBC drivers are required on the server. ExcelOLE is a VBScript class which allows you to open an Excel file via OLE Automation. The class object includes several easy to use methods to read and write data into an excel file. For more advanced features, the class allows you to manipulate the Excel Workbook directly. Excel is required on the server. Includes full doucmentation and examples.
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.
This may seem simple but I didn't find anything like this anywhere and I thought I should add it so it will help others. This artitle is to show you how to send a string variable as a downloadable file in asp.net.
Using this code you could export data from SQL Server (or other DB) into a text file on the clients computer using pure ADO recordset, without any kind of stream or filesystem objects -"Recordset to Text File on the client". The code is not in its final version but if there is an interest I will complete it. Please, rate it and send your feedback.
this list alls the files in a the current directory
Generates a autorun.inf
this code cuts avi and dat files from starting to specified time.
Using the CopyFileEx Win32 API in C#. Try my CopyEx library and please give feedback. Choose a file as a source and copy it to another place. You will have the current transfert rate in Ko/s and percentage of the file done. Very easy to use. You could implement Cancel, Stop and Continue or Thread priority options...
These asp pages let you browse, edit, update, upload and download all files and folder on your web site. Quite nice to administrate a web site without using FTP. Check for update at http://www.camillepicolet.com/index.php?pg=mnu_ID22
One File Footprint.A Complete Remote File Management Utility. No Dependency Upload (Multiple Files). Anywhere Download. Password Locking. Edit Files. * Now Has SQL Server Query Analyzer *
Ever wanted to use .config files but hesitated because you were not able to write to them? This class allows you to easily write and read from .config Files. The class works (thanks to reflection) both in debug and release mode without any changes. Because the default .config Provider will not reload any configuration without reloading the application this feature is also implemented via a filesystemwatcher that looks for changes on the app.config file. The original implementation can be found on www.angrycoder.com developed by Joel Martinez in C#. Visit www.visualsoft-net.de to download this code and much more vb.net, vb6 and c# samples
As a file reply in the databases and is a beginner can learn those source code.
This sample code show beginner how to use OpenFileDialog and SaveFileDialog with TextBox.