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

C#

 
AnswerRe: Source code from visio flow chart Pin
Dave Kreskowiak6-Jan-09 7:56
mveDave Kreskowiak6-Jan-09 7:56 
QuestionFiltering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 4:03
rich_wenger6-Jan-09 4:03 
AnswerRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 4:30
professional#realJSOP6-Jan-09 4:30 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
rich_wenger6-Jan-09 8:08
rich_wenger6-Jan-09 8:08 
GeneralRe: Filtering FileSystemWatcher Events By File Size Pin
#realJSOP6-Jan-09 8:21
professional#realJSOP6-Jan-09 8:21 
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 
Well, I see a NotifyFilters.Size - isn't that what you want?

At the same time, it might be better to filter on NotifyFilters.LastWrite so that you only have to deal with one event when the file is closed. At that point, you see how big the file is, and act accordingly, but you only do it once per file. Much more efficient.


"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001


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 
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 

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.