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

C#

 
QuestionSending SMS from your SmartPhone Pin
Learpheal6-Sep-09 20:57
Learpheal6-Sep-09 20:57 
AnswerRe: Sending SMS from your SmartPhone Pin
stancrm6-Sep-09 21:07
stancrm6-Sep-09 21:07 
Questionusing loop to read all files Pin
sh.alamdari6-Sep-09 19:46
sh.alamdari6-Sep-09 19:46 
AnswerRe: using loop to read all files Pin
Christian Graus6-Sep-09 20:05
protectorChristian Graus6-Sep-09 20:05 
GeneralRe: using loop to read all files Pin
sh.alamdari6-Sep-09 20:45
sh.alamdari6-Sep-09 20:45 
GeneralRe: using loop to read all files Pin
Christian Graus6-Sep-09 21:32
protectorChristian Graus6-Sep-09 21:32 
AnswerRe: using loop to read all files Pin
Mycroft Holmes6-Sep-09 20:08
professionalMycroft Holmes6-Sep-09 20:08 
GeneralRe: using loop to read all files PinPopular
Christian Graus6-Sep-09 20:12
protectorChristian Graus6-Sep-09 20:12 
Mycroft Holmes wrote:
Or as you already know the file names you could use a loop on the ASCII/Char values, construct the file name and then use IO.fileInfo to get each file.


Yeah, but that really is nasty as all hell. Why would someone store their data in 26 flat files to start with ?

Mycroft Holmes wrote:
Foreach(FileInfo fileInfo in DirctoryInfo.GetFiles("*.txt")


Yeah, that's a good point, although I don't know if they would come sorted, this would work otherwise, so long as other txt files were not present

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralRe: using loop to read all files Pin
Mycroft Holmes6-Sep-09 20:21
professionalMycroft Holmes6-Sep-09 20:21 
GeneralRe: using loop to read all files Pin
Christian Graus6-Sep-09 20:26
protectorChristian Graus6-Sep-09 20:26 
GeneralRe: using loop to read all files Pin
Mycroft Holmes6-Sep-09 20:38
professionalMycroft Holmes6-Sep-09 20:38 
GeneralRe: using loop to read all files Pin
sh.alamdari6-Sep-09 22:12
sh.alamdari6-Sep-09 22:12 
QuestionPrinting a HTML file ? Pin
Mohammad Dayyan6-Sep-09 19:42
Mohammad Dayyan6-Sep-09 19:42 
AnswerRe: Printing a HTML file ? Pin
Christian Graus6-Sep-09 20:06
protectorChristian Graus6-Sep-09 20:06 
GeneralRe: Printing a HTML file ? Pin
Mohammad Dayyan7-Sep-09 0:50
Mohammad Dayyan7-Sep-09 0:50 
Questionhow to get Number of copies the jobs related Pin
nisharafic6-Sep-09 17:50
nisharafic6-Sep-09 17:50 
AnswerRe: how to get Number of copies the jobs related Pin
stancrm6-Sep-09 18:06
stancrm6-Sep-09 18:06 
QuestionAdding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC [modified] Pin
alladeen6-Sep-09 11:26
alladeen6-Sep-09 11:26 
AnswerRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 16:54
professionalMycroft Holmes6-Sep-09 16:54 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
alladeen6-Sep-09 17:13
alladeen6-Sep-09 17:13 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 17:39
professionalMycroft Holmes6-Sep-09 17:39 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
alladeen6-Sep-09 17:56
alladeen6-Sep-09 17:56 
GeneralRe: Adding a new Row to the DataGridView programmatically (DataGridView.AllowUserToAddRow = false) and then Cancel adding by press ESC Pin
Mycroft Holmes6-Sep-09 18:09
professionalMycroft Holmes6-Sep-09 18:09 
QuestionOne solution, few projects and one exe without dlls Pin
dexter.wrocek6-Sep-09 9:37
dexter.wrocek6-Sep-09 9:37 
AnswerRe: One solution, few projects and one exe without dlls Pin
Christian Graus6-Sep-09 11:02
protectorChristian Graus6-Sep-09 11:02 

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.