Click here to Skip to main content
15,905,232 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save Pin
Guffa1-Sep-07 23:33
Guffa1-Sep-07 23:33 
GeneralRe: Save Pin
Paul Conrad2-Sep-07 5:21
professionalPaul Conrad2-Sep-07 5:21 
AnswerRe: Save Pin
Guffa1-Sep-07 23:14
Guffa1-Sep-07 23:14 
QuestionWaiting for Thread to Join Pin
Brad Wick1-Sep-07 15:32
Brad Wick1-Sep-07 15:32 
AnswerRe: Waiting for Thread to Join Pin
Luc Pattyn1-Sep-07 16:21
sitebuilderLuc Pattyn1-Sep-07 16:21 
GeneralRe: Waiting for Thread to Join Pin
Brad Wick1-Sep-07 17:45
Brad Wick1-Sep-07 17:45 
GeneralRe: Waiting for Thread to Join Pin
Luc Pattyn2-Sep-07 1:02
sitebuilderLuc Pattyn2-Sep-07 1:02 
AnswerRe: Waiting for Thread to Join Pin
Steve Hansen2-Sep-07 7:32
Steve Hansen2-Sep-07 7:32 
Questionguitar tuner in C#? Pin
DeepToot1-Sep-07 9:11
DeepToot1-Sep-07 9:11 
AnswerRe: guitar tuner in C#? Pin
Christian Graus1-Sep-07 13:14
protectorChristian Graus1-Sep-07 13:14 
GeneralRe: guitar tuner in C#? Pin
PIEBALDconsult1-Sep-07 13:18
mvePIEBALDconsult1-Sep-07 13:18 
GeneralRe: guitar tuner in C#? Pin
Vasudevan Deepak Kumar1-Sep-07 22:54
Vasudevan Deepak Kumar1-Sep-07 22:54 
GeneralRe: guitar tuner in C#? Pin
Paul Conrad2-Sep-07 5:23
professionalPaul Conrad2-Sep-07 5:23 
GeneralRe: guitar tuner in C#? Pin
PIEBALDconsult2-Sep-07 5:46
mvePIEBALDconsult2-Sep-07 5:46 
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 
Hi,

You have to set the InternalBufferSize property of the FileSystemWatcher, or else you loose events.
Look at the MSDN for more information.

Ami

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.