Click here to Skip to main content
15,914,250 members
Home / Discussions / C#
   

C#

 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:40
rich_wenger6-Jan-09 8:40 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 9:24
mveDave Kreskowiak6-Jan-09 9:24 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 9:29
professional#realJSOP6-Jan-09 9:29 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 11:19
rich_wenger6-Jan-09 11:19 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 23:10
professional#realJSOP6-Jan-09 23:10 
AnswerRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 7:53
mveDave Kreskowiak6-Jan-09 7:53 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:10
rich_wenger6-Jan-09 8:10 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
Dave Kreskowiak6-Jan-09 9:19
mveDave Kreskowiak6-Jan-09 9:19 
FSW events don't fire exactly when the actual event occurs. In your case, it appears that the system was doning something else, blocking your application, but still queueing up the Create event. By the time your Create handler got called, the file had attained the require size to trip the email.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionRegEx Pin
Abdul Rahman Hamidy6-Jan-09 3:51
Abdul Rahman Hamidy6-Jan-09 3:51 
AnswerRe: RegEx Pin
Simon P Stevens6-Jan-09 3:58
Simon P Stevens6-Jan-09 3:58 
AnswerRe: RegEx Pin
Wendelius6-Jan-09 3:58
mentorWendelius6-Jan-09 3:58 
AnswerRe: RegEx Pin
Paddy Boyd6-Jan-09 4:09
Paddy Boyd6-Jan-09 4:09 
AnswerRe: RegEx Pin
MarcelloTurnbull6-Jan-09 7:25
MarcelloTurnbull6-Jan-09 7:25 
Questioncalling a matlab function from c# Pin
yrajwan6-Jan-09 2:54
yrajwan6-Jan-09 2:54 
AnswerRe: calling a matlab function from c# Pin
EliottA6-Jan-09 3:18
EliottA6-Jan-09 3:18 
GeneralRe: calling a matlab function from c# Pin
yrajwan6-Jan-09 3:26
yrajwan6-Jan-09 3:26 
GeneralRe: calling a matlab function from c# [modified] Pin
EliottA6-Jan-09 3:28
EliottA6-Jan-09 3:28 
GeneralOT- Welcome in the CP's memorable quotes Pin
CPallini6-Jan-09 6:16
mveCPallini6-Jan-09 6:16 
GeneralRe: OT- Welcome in the CP's memorable quotes Pin
EliottA6-Jan-09 6:23
EliottA6-Jan-09 6:23 
QuestionDataSet Problem ! Pin
Mohammad Dayyan6-Jan-09 2:39
Mohammad Dayyan6-Jan-09 2:39 
AnswerRe: DataSet Problem ! Pin
Wendelius6-Jan-09 2:47
mentorWendelius6-Jan-09 2:47 
AnswerRe: DataSet Problem ! Pin
Jason C Bourne7-Jan-09 11:21
Jason C Bourne7-Jan-09 11:21 
GeneralRe: DataSet Problem ! Pin
Mohammad Dayyan7-Jan-09 23:27
Mohammad Dayyan7-Jan-09 23:27 
QuestionDisable/enable CollectionEditor properties? Pin
kanchoette6-Jan-09 2:35
kanchoette6-Jan-09 2:35 
AnswerRe: Disable/enable CollectionEditor properties? Pin
Henry Minute6-Jan-09 2:58
Henry Minute6-Jan-09 2:58 

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.