Click here to Skip to main content
15,896,915 members
Home / Discussions / C#
   

C#

 
GeneralRe: guitar tuner in C#? Pin
Colin Angus Mackay2-Sep-07 1:00
Colin Angus Mackay2-Sep-07 1:00 
GeneralRe: guitar tuner in C#? Pin
DeepToot4-Sep-07 4:40
DeepToot4-Sep-07 4:40 
Questionis it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
_beginner_1-Sep-07 8:31
_beginner_1-Sep-07 8:31 
AnswerRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
mr.mohsen1-Sep-07 10:24
mr.mohsen1-Sep-07 10:24 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
_beginner_2-Sep-07 1:32
_beginner_2-Sep-07 1:32 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Dave Kreskowiak2-Sep-07 5:44
mveDave Kreskowiak2-Sep-07 5:44 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Larantz2-Sep-07 11:57
Larantz2-Sep-07 11:57 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Dave Kreskowiak3-Sep-07 4:30
mveDave Kreskowiak3-Sep-07 4:30 
QuestionUnreliability of the FileSystemWatcher Pin
Hrusha421-Sep-07 8:21
Hrusha421-Sep-07 8:21 
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 

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.