Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,

I have program which listing files from directories,I just wanted to have updating file counter showing on form based on files listed to notepad,


Eg :

Files written : 1205


help me
Posted
Comments
[no name] 15-May-12 8:08am    
And what have you done so far?
ZurdoDev 15-May-12 9:00am    
So, just write to a text file. What is the issue?
Sandeep Mewara 15-May-12 9:42am    
And the issue is?

You can use Linq[^] to enumerate[^] files/directories or GetFiles()[^] method to view those files in a ListView[^].
 
Share this answer
 
Comments
Sandeep Mewara 15-May-12 14:15pm    
Nice suggestion based on what it sounds like OP asked. 5!
Maciej Los 15-May-12 14:20pm    
Thank you ;)
VJ Reddy 16-May-12 10:49am    
Good suggestion. 5!
Maciej Los 16-May-12 11:03am    
Thank you, VJ ;)
VJ Reddy 16-May-12 10:50am    
Congratulations on getting platinum reputation :)
This doesn't make any sense. You can use a Timer, but how does Notepad figure into this??

Notepad is a basic text editor application, not a file format.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900