Click here to Skip to main content
15,893,486 members
Home / Discussions / C#
   

C#

 
QuestionDynamic file reading Pin
ffowler2-May-08 9:45
ffowler2-May-08 9:45 
AnswerRe: Dynamic file reading Pin
PIEBALDconsult2-May-08 10:50
mvePIEBALDconsult2-May-08 10:50 
AnswerRe: Dynamic file reading Pin
Adeel Chaudhry2-May-08 11:13
Adeel Chaudhry2-May-08 11:13 
AnswerRe: Dynamic file reading Pin
Charith Jayasundara3-May-08 6:48
Charith Jayasundara3-May-08 6:48 
QuestionHelp with reading text files Pin
False Chicken2-May-08 9:38
False Chicken2-May-08 9:38 
AnswerRe: Help with reading text files Pin
Gareth H2-May-08 10:50
Gareth H2-May-08 10:50 
AnswerRe: Help with reading text files Pin
PIEBALDconsult2-May-08 10:52
mvePIEBALDconsult2-May-08 10:52 
AnswerRe: Help with reading text files Pin
Adeel Chaudhry2-May-08 11:08
Adeel Chaudhry2-May-08 11:08 
Yes, if the file is not very huge (hint for very huge: size greater than 75% of your RAM), use File.ReadAllLines method to store the data of file in a string array, and depending on the input from the user (or whatever) display the line.

HTH.

Do rate the reply, if it helps or even if it doesnot, because it helps the members to know, what solved the issue. Thanks.

AnswerRe: Help with reading text files Pin
Christian Graus2-May-08 12:52
protectorChristian Graus2-May-08 12:52 
Question.Net COM interop challenge Pin
Jason McBurney2-May-08 8:48
Jason McBurney2-May-08 8:48 
AnswerRe: .Net COM interop challenge Pin
PIEBALDconsult2-May-08 10:53
mvePIEBALDconsult2-May-08 10:53 
AnswerRe: .Net COM interop challenge Pin
Adeel Chaudhry2-May-08 11:11
Adeel Chaudhry2-May-08 11:11 
GeneralRe: .Net COM interop challenge Pin
Jason McBurney2-May-08 11:35
Jason McBurney2-May-08 11:35 
GeneralRe: .Net COM interop challenge Pin
Adeel Chaudhry3-May-08 0:22
Adeel Chaudhry3-May-08 0:22 
AnswerRe: .Net COM interop challenge Pin
Jason McBurney5-May-08 8:57
Jason McBurney5-May-08 8:57 
Questionpinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:30
jpeternel2-May-08 7:30 
AnswerRe: pinvoke to send text in a console app Pin
jpeternel2-May-08 7:47
jpeternel2-May-08 7:47 
AnswerRe: pinvoke to send text in a console app Pin
Adeel Chaudhry2-May-08 11:16
Adeel Chaudhry2-May-08 11:16 
AnswerRe: pinvoke to send text in a console app Pin
Christian Graus2-May-08 12:54
protectorChristian Graus2-May-08 12:54 
GeneralRe: pinvoke to send text in a console app Pin
jpeternel16-May-08 11:54
jpeternel16-May-08 11:54 
QuestionPassing struct data from 1 form to another form Pin
Jerry Graham2-May-08 6:45
Jerry Graham2-May-08 6:45 
AnswerRe: Passing struct data from 1 form to another form Pin
Colin Angus Mackay2-May-08 7:07
Colin Angus Mackay2-May-08 7:07 
AnswerRe: Passing struct data from 1 form to another form Pin
#realJSOP2-May-08 7:26
mve#realJSOP2-May-08 7:26 
QuestionCreating Reuseable Classes Pin
Jammer2-May-08 6:04
Jammer2-May-08 6:04 

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.