Click here to Skip to main content
15,925,895 members
Home / Discussions / C#
   

C#

 
GeneralRe: Return type Pin
Paul Conrad23-Jul-07 19:41
professionalPaul Conrad23-Jul-07 19:41 
AnswerRe: Return type Pin
Marcin Pitek23-Jul-07 19:41
Marcin Pitek23-Jul-07 19:41 
AnswerRe: Return type Pin
Vikram A Punathambekar23-Jul-07 23:10
Vikram A Punathambekar23-Jul-07 23:10 
GeneralRe: Return type Pin
srujana_m24-Jul-07 1:41
srujana_m24-Jul-07 1:41 
QuestionAttempt to read arite protected memory Pin
Rao Rafique23-Jul-07 18:53
Rao Rafique23-Jul-07 18:53 
AnswerRe: Attempt to read arite protected memory Pin
Christian Graus23-Jul-07 19:21
protectorChristian Graus23-Jul-07 19:21 
QuestionHow to add string to file at nth line at 5th index using File stream Pin
Chintan.Desai23-Jul-07 18:03
Chintan.Desai23-Jul-07 18:03 
AnswerRe: How to add string to file at nth line at 5th index using File stream Pin
Christian Graus23-Jul-07 18:23
protectorChristian Graus23-Jul-07 18:23 
You can't insert text. You need to read the whole file, insert the text in memory, and write it out again. There may be a helper method that does that, but under the hood, that's what it will do.

If there is a helper method, it will be a File. method ( static on the File class )


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questionneeds advise Pin
cyn823-Jul-07 17:50
cyn823-Jul-07 17:50 
AnswerRe: needs advise Pin
Christian Graus23-Jul-07 18:25
protectorChristian Graus23-Jul-07 18:25 
QuestionDrawing in OnPaint altenatives? Pin
cyn823-Jul-07 17:36
cyn823-Jul-07 17:36 
AnswerRe: Drawing in OnPaint altenatives? Pin
Christian Graus23-Jul-07 18:26
protectorChristian Graus23-Jul-07 18:26 
QuestionWPF: how to populate an explicitely loaded DataTemplate? Pin
Super Lloyd23-Jul-07 16:32
Super Lloyd23-Jul-07 16:32 
QuestionCertifications Pin
Strategon23-Jul-07 16:11
Strategon23-Jul-07 16:11 
AnswerRe: Certifications Pin
Psycho-*Coder*-Extreme23-Jul-07 19:22
Psycho-*Coder*-Extreme23-Jul-07 19:22 
GeneralRe: Certifications Pin
Paul Conrad23-Jul-07 19:44
professionalPaul Conrad23-Jul-07 19:44 
Questionhow to hide base class method Pin
CiNN23-Jul-07 16:10
CiNN23-Jul-07 16:10 
AnswerRe: how to hide base class method Pin
Steve Echols23-Jul-07 16:27
Steve Echols23-Jul-07 16:27 
AnswerRe: how to hide base class method Pin
Steve Echols23-Jul-07 16:47
Steve Echols23-Jul-07 16:47 
GeneralRe: how to hide base class method Pin
Paul Conrad23-Jul-07 17:00
professionalPaul Conrad23-Jul-07 17:00 
GeneralRe: how to hide base class method Pin
Vikram A Punathambekar23-Jul-07 17:03
Vikram A Punathambekar23-Jul-07 17:03 
GeneralRe: how to hide base class method Pin
Paul Conrad23-Jul-07 17:55
professionalPaul Conrad23-Jul-07 17:55 
AnswerRe: how to hide base class method Pin
Urs Enzler23-Jul-07 20:50
Urs Enzler23-Jul-07 20:50 
AnswerRe: how to hide base class method Pin
CiNN24-Jul-07 14:48
CiNN24-Jul-07 14:48 
QuestionCrystal Report Problem [modified] Pin
T.EDY23-Jul-07 16:06
T.EDY23-Jul-07 16:06 

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.