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

C#

 
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 
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 
Crul23 wrote:
and store it in an array


I wouldn't do that if you could be passed a very large file. Better to write the lines to a temporary file as you go and then move/rename it to replace the original version when you're done.

You could even shift the content within the existing allocated space, but that might not be worth the trouble.



Crul23 wrote:
I don't want to renumber the subsequent lines


Overwriting the existing line with SPACEs is simple.


Of course, if this is a class assignment, pick a way that will impress the teacher.
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 
GeneralRe: adding item to listbox Pin
netJP12L29-Sep-08 9:34
netJP12L29-Sep-08 9:34 
GeneralRe: adding item to listbox Pin
cpkilekofp29-Sep-08 11:34
cpkilekofp29-Sep-08 11:34 

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.