Click here to Skip to main content
15,889,462 members
Home / Discussions / C#
   

C#

 
GeneralRe: Base data Pin
RussBus12-Oct-07 5:02
RussBus12-Oct-07 5:02 
AnswerRe: Base data Pin
Skippums12-Oct-07 5:21
Skippums12-Oct-07 5:21 
GeneralRe: Base data Pin
RussBus12-Oct-07 5:43
RussBus12-Oct-07 5:43 
GeneralRe: Base data Pin
RussBus12-Oct-07 5:57
RussBus12-Oct-07 5:57 
GeneralRe: Base data Pin
Skippums12-Oct-07 5:58
Skippums12-Oct-07 5:58 
QuestionHow to count imgae files in a folder Pin
Member 46302412-Oct-07 4:50
Member 46302412-Oct-07 4:50 
AnswerRe: How to count imgae files in a folder Pin
led mike12-Oct-07 4:54
led mike12-Oct-07 4:54 
AnswerRe: How to count imgae files in a folder Pin
Jacky Yiu12-Oct-07 5:01
Jacky Yiu12-Oct-07 5:01 
if you know the file type, the easiest way is use Directory.GetFiles(path, "*.ext"); it will return a string array, you can get the file count using Properties of Length
GeneralRe: How to count imgae files in a folder Pin
Member 46302412-Oct-07 5:31
Member 46302412-Oct-07 5:31 
GeneralRe: How to count imgae files in a folder Pin
Jacky Yiu13-Oct-07 1:15
Jacky Yiu13-Oct-07 1:15 
GeneralRe: How to count imgae files in a folder Pin
Member 46302413-Oct-07 10:34
Member 46302413-Oct-07 10:34 
AnswerRe: How to count imgae files in a folder Pin
Anthony Mushrow12-Oct-07 5:02
professionalAnthony Mushrow12-Oct-07 5:02 
GeneralRe: How to count imgae files in a folder Pin
Member 46302412-Oct-07 5:30
Member 46302412-Oct-07 5:30 
QuestionHelp ! Help ! Display image to DataList ? Pin
whale8412-Oct-07 4:31
whale8412-Oct-07 4:31 
AnswerRe: Help ! Help ! Display image to DataList ? Pin
Skippums12-Oct-07 5:35
Skippums12-Oct-07 5:35 
QuestionHow to modify file summary (title, subject etc...) Pin
Whytespot12-Oct-07 3:40
Whytespot12-Oct-07 3:40 
AnswerRe: How to modify file summary (title, subject etc...) Pin
Pete O'Hanlon12-Oct-07 3:44
mvePete O'Hanlon12-Oct-07 3:44 
GeneralRe: How to modify file summary (title, subject etc...) Pin
Whytespot12-Oct-07 3:49
Whytespot12-Oct-07 3:49 
GeneralRe: How to modify file summary (title, subject etc...) Pin
Pete O'Hanlon12-Oct-07 3:53
mvePete O'Hanlon12-Oct-07 3:53 
AnswerRe: How to modify file summary (title, subject etc...) Pin
Justin Perez12-Oct-07 4:18
Justin Perez12-Oct-07 4:18 
AnswerRe: How to modify file summary (title, subject etc...) Pin
Whytespot12-Oct-07 6:19
Whytespot12-Oct-07 6:19 
QuestionChanging font in a console application Pin
DanSteeve12-Oct-07 3:23
DanSteeve12-Oct-07 3:23 
AnswerRe: Changing font in a console application Pin
Luc Pattyn12-Oct-07 4:21
sitebuilderLuc Pattyn12-Oct-07 4:21 
GeneralRe: Changing font in a console application Pin
ChrisKo12-Oct-07 10:34
ChrisKo12-Oct-07 10:34 
GeneralRe: Changing font in a console application Pin
Luc Pattyn12-Oct-07 11:10
sitebuilderLuc Pattyn12-Oct-07 11:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.