Click here to Skip to main content
15,887,676 members
Home / Discussions / C#
   

C#

 
GeneralRe: KEYPRESS SPY Pin
nelsonpaixao1-Sep-08 12:49
nelsonpaixao1-Sep-08 12:49 
QuestionEditing Registry For Default Browser PinPopular
Abydosgater31-Aug-08 13:18
Abydosgater31-Aug-08 13:18 
QuestionVisual Studio 2008 Report Viewer Pin
Jacob Dixon31-Aug-08 12:58
Jacob Dixon31-Aug-08 12:58 
AnswerRe: Visual Studio 2008 Report Viewer Pin
Jacob Dixon1-Sep-08 2:31
Jacob Dixon1-Sep-08 2:31 
QuestionWriting to a file at the specified position Pin
jacobjordan31-Aug-08 11:00
jacobjordan31-Aug-08 11:00 
AnswerRe: Writing to a file at the specified position Pin
Wendelius31-Aug-08 11:07
mentorWendelius31-Aug-08 11:07 
GeneralRe: Writing to a file at the specified position Pin
jacobjordan31-Aug-08 11:29
jacobjordan31-Aug-08 11:29 
GeneralRe: Writing to a file at the specified position Pin
Wendelius31-Aug-08 11:45
mentorWendelius31-Aug-08 11:45 
In that case I believe you have to do it in parts:
- create a stream for new file / memorystream
- read first portion of the original file and write it to output stream
- append needed data to output stream
- read the second portion of the original file and write it to output stream
- close the original file and write over it based on previous output stream.

Of course this can be varied (read only the second portion into memory and write over it in file with new data + what's in memory etc).
Questiontime Pin
NiloofarNoroozi31-Aug-08 10:34
NiloofarNoroozi31-Aug-08 10:34 
AnswerRe: time Pin
Dr. Emmett Brown31-Aug-08 10:54
Dr. Emmett Brown31-Aug-08 10:54 
AnswerRe: time Pin
User 665831-Aug-08 10:54
User 665831-Aug-08 10:54 
AnswerRe: time Pin
Blue_Boy31-Aug-08 12:49
Blue_Boy31-Aug-08 12:49 
AnswerRe: time Pin
Christian Graus31-Aug-08 13:04
protectorChristian Graus31-Aug-08 13:04 
GeneralRe: time Pin
Harvey Saayman31-Aug-08 20:45
Harvey Saayman31-Aug-08 20:45 
GeneralRe: time Pin
Roger Alsing31-Aug-08 22:00
Roger Alsing31-Aug-08 22:00 
GeneralRe: time Pin
Mark Churchill31-Aug-08 22:09
Mark Churchill31-Aug-08 22:09 
GeneralRe: time Pin
Kevin Marois2-Sep-08 7:23
professionalKevin Marois2-Sep-08 7:23 
AnswerGet out of programming... Pin
leckey31-Aug-08 15:34
leckey31-Aug-08 15:34 
QuestionMDI Form Menu problem in C# windows application Pin
fqn31-Aug-08 9:26
fqn31-Aug-08 9:26 
AnswerRe: MDI Form Menu problem in C# windows application Pin
Wendelius31-Aug-08 9:38
mentorWendelius31-Aug-08 9:38 
QuestionSplitting a list into seperate threads. Pin
Buckleyindahouse31-Aug-08 9:08
Buckleyindahouse31-Aug-08 9:08 
QuestionRe: Splitting a list into seperate threads. Pin
Mark Salsbery31-Aug-08 9:49
Mark Salsbery31-Aug-08 9:49 
AnswerRe: Splitting a list into seperate threads. Pin
Buckleyindahouse31-Aug-08 17:58
Buckleyindahouse31-Aug-08 17:58 
AnswerRe: Splitting a list into seperate threads. Pin
Guffa31-Aug-08 10:30
Guffa31-Aug-08 10:30 
QuestionMDI App, MenuStrip and Icon Pin
paas31-Aug-08 6:25
paas31-Aug-08 6:25 

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.