Click here to Skip to main content
16,005,473 members
Home / Discussions / C#
   

C#

 
QuestionTreeView Node Click Pin
Richard Andrew x649-Jun-06 10:31
professionalRichard Andrew x649-Jun-06 10:31 
AnswerRe: TreeView Node Click Pin
BoneSoft9-Jun-06 10:57
BoneSoft9-Jun-06 10:57 
GeneralRe: TreeView Node Click Pin
Richard Andrew x649-Jun-06 11:07
professionalRichard Andrew x649-Jun-06 11:07 
GeneralRe: TreeView Node Click Pin
BoneSoft9-Jun-06 11:33
BoneSoft9-Jun-06 11:33 
QuestionDeleting rows in streams Pin
NaNg152419-Jun-06 9:28
NaNg152419-Jun-06 9:28 
AnswerRe: Deleting rows in streams Pin
Ed.Poore9-Jun-06 10:07
Ed.Poore9-Jun-06 10:07 
GeneralRe: Deleting rows in streams Pin
NaNg152419-Jun-06 10:26
NaNg152419-Jun-06 10:26 
GeneralRe: Deleting rows in streams Pin
Ed.Poore9-Jun-06 12:50
Ed.Poore9-Jun-06 12:50 
There is but not in the way you asked, you implied that you wanted to delete specific lines.

If you want to overwrite the file then you can create the stream using:
FileStream baseStream = new FileStream("path", FileMode.CreateNew);
Which will overwrite the file, you can then use this stream as the basis for higher-level streams such as the TextWriter.



You know you're a Land Rover owner when the best route from point A to point B is through the mud.

Ed
QuestionComboBox binding problem . Pin
microuser_20009-Jun-06 8:37
microuser_20009-Jun-06 8:37 
AnswerRe: ComboBox binding problem . Pin
Paul Brower9-Jun-06 9:12
Paul Brower9-Jun-06 9:12 
QuestionVisual C# and goto startup form Pin
Saamir9-Jun-06 7:47
Saamir9-Jun-06 7:47 
AnswerRe: Visual C# and goto startup form Pin
Alexander Wiseman9-Jun-06 7:58
Alexander Wiseman9-Jun-06 7:58 
GeneralRe: Visual C# and goto startup form Pin
Saamir10-Jun-06 4:49
Saamir10-Jun-06 4:49 
QuestionC# designer Pin
Brandon Frye9-Jun-06 7:08
Brandon Frye9-Jun-06 7:08 
AnswerRe: C# designer Pin
LongRange.Shooter9-Jun-06 7:22
LongRange.Shooter9-Jun-06 7:22 
GeneralRe: C# designer Pin
Brandon Frye9-Jun-06 7:38
Brandon Frye9-Jun-06 7:38 
QuestionRegistry Scanner c# Pin
j1mb0jay9-Jun-06 5:45
j1mb0jay9-Jun-06 5:45 
AnswerRe: Registry Scanner c# [modified] Pin
LongRange.Shooter9-Jun-06 6:44
LongRange.Shooter9-Jun-06 6:44 
GeneralRe: Registry Scanner c# [modified] Pin
j1mb0jay9-Jun-06 6:50
j1mb0jay9-Jun-06 6:50 
GeneralRe: Registry Scanner c# [modified] Pin
LongRange.Shooter9-Jun-06 7:06
LongRange.Shooter9-Jun-06 7:06 
JokeRe: Registry Scanner c# Pin
BoneSoft9-Jun-06 11:04
BoneSoft9-Jun-06 11:04 
Questionchange form title (text) base on application Pin
donkaiser9-Jun-06 4:54
donkaiser9-Jun-06 4:54 
AnswerRe: change form title (text) base on application Pin
Stefan Troschuetz9-Jun-06 4:58
Stefan Troschuetz9-Jun-06 4:58 
AnswerRe: change form title (text) base on application Pin
Alexander Wiseman9-Jun-06 4:59
Alexander Wiseman9-Jun-06 4:59 
GeneralRe: change form title (text) base on application Pin
donkaiser9-Jun-06 5:20
donkaiser9-Jun-06 5:20 

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.