Click here to Skip to main content
15,923,051 members
Home / Discussions / C#
   

C#

 
AnswerRe: Unreliability of the FileSystemWatcher Pin
Vasudevan Deepak Kumar1-Sep-07 22:55
Vasudevan Deepak Kumar1-Sep-07 22:55 
AnswerRe: Unreliability of the FileSystemWatcher Pin
Ami Bar2-Sep-07 5:13
Ami Bar2-Sep-07 5:13 
QuestionPosition Pin
Assaf821-Sep-07 7:45
Assaf821-Sep-07 7:45 
AnswerRe: Position Pin
Ed.Poore1-Sep-07 8:27
Ed.Poore1-Sep-07 8:27 
Questionmulti thread in c# .......................... Pin
mr.mohsen1-Sep-07 6:18
mr.mohsen1-Sep-07 6:18 
AnswerRe: multi thread in c# .......................... Pin
Ed.Poore1-Sep-07 8:29
Ed.Poore1-Sep-07 8:29 
QuestionParsing LPSAFEARRAY from C++ Pin
alispas1-Sep-07 6:13
alispas1-Sep-07 6:13 
AnswerRe: Parsing LPSAFEARRAY from C++ Pin
Vasudevan Deepak Kumar1-Sep-07 23:05
Vasudevan Deepak Kumar1-Sep-07 23:05 
GeneralRe: Parsing LPSAFEARRAY from C++ Pin
alispas2-Sep-07 6:41
alispas2-Sep-07 6:41 
QuestionDeleting specific lines of a text file Pin
XFighter1-Sep-07 5:35
XFighter1-Sep-07 5:35 
AnswerRe: Deleting specific lines of a text file Pin
Colin Angus Mackay1-Sep-07 5:53
Colin Angus Mackay1-Sep-07 5:53 
GeneralRe: Deleting specific lines of a text file Pin
XFighter1-Sep-07 6:16
XFighter1-Sep-07 6:16 
GeneralRe: Deleting specific lines of a text file Pin
Colin Angus Mackay1-Sep-07 6:19
Colin Angus Mackay1-Sep-07 6:19 
GeneralRe: Deleting specific lines of a text file Pin
Christian Graus1-Sep-07 13:17
protectorChristian Graus1-Sep-07 13:17 
The file system doesn't know about lines, it does not support just removing an arbitrary amount of data in the middle. So, the file system requires that whatever you do, you write a new file to do it.

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 )

AnswerRe: Deleting specific lines of a text file Pin
Vasudevan Deepak Kumar1-Sep-07 23:03
Vasudevan Deepak Kumar1-Sep-07 23:03 
QuestionMATLAB TO C# Pin
SANA20861-Sep-07 5:04
SANA20861-Sep-07 5:04 
AnswerRe: MATLAB TO C# Pin
Ed.Poore1-Sep-07 8:29
Ed.Poore1-Sep-07 8:29 
AnswerRe: MATLAB TO C# Pin
pmarfleet1-Sep-07 8:39
pmarfleet1-Sep-07 8:39 
AnswerRe: MATLAB TO C# Pin
Vasudevan Deepak Kumar1-Sep-07 22:58
Vasudevan Deepak Kumar1-Sep-07 22:58 
QuestionMATLAB TO C# Pin
SANA20861-Sep-07 5:02
SANA20861-Sep-07 5:02 
AnswerRe: MATLAB TO C# Pin
_beginner_1-Sep-07 8:28
_beginner_1-Sep-07 8:28 
AnswerRe: MATLAB TO C# Pin
Christian Graus1-Sep-07 13:15
protectorChristian Graus1-Sep-07 13:15 
AnswerRe: MATLAB TO C# Pin
Vasudevan Deepak Kumar1-Sep-07 22:59
Vasudevan Deepak Kumar1-Sep-07 22:59 
QuestionTextBox Validation Pin
Assaf821-Sep-07 3:31
Assaf821-Sep-07 3:31 
AnswerRe: TextBox Validation Pin
pmarfleet1-Sep-07 4:11
pmarfleet1-Sep-07 4:11 

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.