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

C#

 
QuestionRotation of cube Pin
aurosikhadas22-Sep-08 19:21
aurosikhadas22-Sep-08 19:21 
AnswerRe: Rotation of cube Pin
Roger Alsing22-Sep-08 20:17
Roger Alsing22-Sep-08 20:17 
AnswerRe: Rotation of cube Pin
Harvey Saayman22-Sep-08 20:48
Harvey Saayman22-Sep-08 20:48 
AnswerRe: Rotation of cube Pin
Mark Churchill23-Sep-08 23:09
Mark Churchill23-Sep-08 23:09 
QuestionToolStripStatusLabel gets painted with background color of underlying form Pin
Bliedtke22-Sep-08 18:21
Bliedtke22-Sep-08 18:21 
QuestionUnable to get updated config at app.config? Pin
mimimimilaw22-Sep-08 17:53
mimimimilaw22-Sep-08 17:53 
AnswerRe: Unable to get updated config at app.config? Pin
Harvey Saayman22-Sep-08 20:59
Harvey Saayman22-Sep-08 20:59 
QuestionHow to delete the nth line of a text file? Pin
Crul2322-Sep-08 13:54
Crul2322-Sep-08 13:54 
Hi,

My problem is that I want to delete the nth line of a text file where n is the line number. I guess I could create StreamReader and use ReadLine() to read each line and store it in an array. Then I guess I could re-write the file using the array and omit the nth index.

But when I delete a line I don't want to renumber the subsequent lines. how I could do that?

Any guidance or help for this problem would be greatly appreciated.

Thanks,

Crul23
AnswerRe: How to delete the nth line of a text file? Pin
Bliedtke22-Sep-08 18:26
Bliedtke22-Sep-08 18:26 
AnswerRe: How to delete the nth line of a text file? Pin
PIEBALDconsult22-Sep-08 18:35
mvePIEBALDconsult22-Sep-08 18:35 
GeneralRe: How to delete the nth line of a text file? Pin
Crul2323-Sep-08 4:34
Crul2323-Sep-08 4:34 
GeneralRe: How to delete the nth line of a text file? Pin
cpkilekofp25-Sep-08 10:05
cpkilekofp25-Sep-08 10:05 
QuestionGUI for configuring options in a "Settings" file (beyond the property grid) Pin
blak3r22-Sep-08 10:00
blak3r22-Sep-08 10:00 
QuestionVc++ & .net Application Terminated Unusually Pin
balu1234522-Sep-08 9:13
balu1234522-Sep-08 9:13 
AnswerCross-post Pin
Wendelius23-Sep-08 8:35
mentorWendelius23-Sep-08 8:35 
Questionadding item to listbox Pin
netJP12L22-Sep-08 8:52
netJP12L22-Sep-08 8:52 
AnswerRe: adding item to listbox Pin
Wendelius22-Sep-08 10:24
mentorWendelius22-Sep-08 10:24 
AnswerRe: adding item to listbox Pin
Fal_0022-Sep-08 20:14
Fal_0022-Sep-08 20:14 
GeneralRe: adding item to listbox Pin
Tamer Oz22-Sep-08 21:54
Tamer Oz22-Sep-08 21:54 
GeneralRe: adding item to listbox Pin
netJP12L23-Sep-08 4:11
netJP12L23-Sep-08 4:11 
GeneralRe: adding item to listbox Pin
cpkilekofp25-Sep-08 10:08
cpkilekofp25-Sep-08 10:08 
GeneralRe: adding item to listbox Pin
netJP12L26-Sep-08 4:08
netJP12L26-Sep-08 4:08 
GeneralRe: adding item to listbox Pin
cpkilekofp29-Sep-08 4:34
cpkilekofp29-Sep-08 4:34 
GeneralRe: adding item to listbox Pin
netJP12L29-Sep-08 5:09
netJP12L29-Sep-08 5:09 
GeneralRe: adding item to listbox Pin
cpkilekofp29-Sep-08 6:46
cpkilekofp29-Sep-08 6:46 

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.