Help me to make a program .....

Tosif

New member
Joined
Feb 1, 2008
Messages
1
Programming Experience
Beginner
i want to make a program in VB.net and bellow fetures want in it :

# A program which seperate the files Name and Size from a folder where
these all files are present.

# This program is basically for those files which are download by FTP and i
want the all info of files in a Excel sheet.

# The Excel file contain 4 basic Filed
File name, Size & Hand over To ( A person who used these information)

please guide me that how i start this program there is any builtin function or other resources which i can use in my program.

Thanks
 
I don't think you posted this in the write board.

Anyways, you would need to have an array of strings. You would populate it using Directory.GetFiles(). You could then sort it by getting the properties of each file.

As far as Excel goes, I am not to preferable of Microsoft Office, and am not familiar with add-ons that allow you to export/create to/an Excel Spreadsheet.
 
Back
Top