Results for "Category: Files"
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.
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.