Help. I am creating a Program for college, in which the Program will read a Folder and create a HTML

P

Paul

I am creating a Program for college, in which the Program will read a Folder
and create a HTML page from the pictures that are storrd in that folder.
..

What would be the best way to do it in VB Net 2003.

Thanks

Paul Selwood
(e-mail address removed)
 
H

Herfried K. Wagner [MVP]

Paul said:
I am creating a Program for college, in which the Program will read a
Folder and create a HTML page from the pictures that are storrd in that
folder.

Take a look at 'System.IO.Directory.GetFiles' and 'System.IO.StreamWriter'.
 
C

Cor Ligthert

Paul,

Your simple question can have thousand answers depending what you mean.

Can you explain it a little bit more.

To help you with the questions, do you mean that you want to build dynamicly
a HTML page with pictures in it. Where it is important for the answer if you
can use an IIS server with ASPNET installed.

Cor
 
P

Paul

Yes I need to build HTML pages with picture in it, for my college project.
The program must use VB net 2003.

Paul
 
Joined
Jul 15, 2005
Messages
1
Reaction score
0
How do you view a folder's content using javascript?

I need to use javascript to view a folder's contents.

The folder would NOT contain any sub-folders. It will have only documents, which I want to display as links on the website so that users can click on the appropriate document and open it.

I need this because I have 20 plus folders which have documents that get added or deleted monthly ..

Any help is appreciated..


Thank You.

P.S. I have been hunting all over the web for two days.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top