Click here to Skip to main content
15,893,508 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# Memory Leak Mystery Pin
Zdeslav Vojkovic12-Sep-05 1:12
Zdeslav Vojkovic12-Sep-05 1:12 
AnswerRe: C# Memory Leak Mystery Pin
Guffa12-Sep-05 1:29
Guffa12-Sep-05 1:29 
AnswerRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 4:15
S. Senthil Kumar12-Sep-05 4:15 
GeneralRe: C# Memory Leak Mystery Pin
Jason Pease12-Sep-05 6:15
Jason Pease12-Sep-05 6:15 
GeneralRe: C# Memory Leak Mystery Pin
S. Senthil Kumar12-Sep-05 15:09
S. Senthil Kumar12-Sep-05 15:09 
QuestionCopy directories Pin
Stefan_ Spenz11-Sep-05 22:13
Stefan_ Spenz11-Sep-05 22:13 
AnswerRe: Copy directories Pin
rakesh_nits11-Sep-05 22:34
rakesh_nits11-Sep-05 22:34 
Questionmonitoring directories Pin
rakesh_nits11-Sep-05 21:51
rakesh_nits11-Sep-05 21:51 
Hi All,
I want to watch all fixed drives on a computer.Is there any reliable way to do that.I am watching for create , delete , change , rename events for all files and folders.I am using filesystemwatcher but its not very reliable at all especially for high trafiic activity.I am using empty string for the filter property.I have changed internalbuffersize to 32 KB.I don't want to miss any event , if any event fires two or three times that is not a problem.I in the notifyfilters i have set that property to NotifyFilters.Size|NotifyFilters.LastAccess|NotifyFilters.LastWrite|NotifyFilters.FileName|NotifyFilters.DirectoryName|NotifyFilters.CreationTime|NotifyFilters.Attributes even after that i am having troubles with word documents especially when i write into a word document and save it sometimes it fires changed event and sometimes i am not able to get the event .it is not showing the internal buferoverflow exception on that time either.and when i am copying a large directory say having around 13000 files then internal buffer overflow exception occurs.on msdn site they have given that with a 4 KB buffer size we can watch change for around 80 files so may be i have to use very large buffer size.Is there any other Class or Win32 API available which can do the task so that I must be able to watch all the events and don't miss any event.Thanks in Advance.
AnswerRe: monitoring directories Pin
Dave Kreskowiak12-Sep-05 5:44
mveDave Kreskowiak12-Sep-05 5:44 
QuestionDrawing an arc Pin
11-Sep-05 21:08
suss11-Sep-05 21:08 
QuestionMail Recieve Notification Pin
mail2bourne11-Sep-05 20:34
mail2bourne11-Sep-05 20:34 
AnswerRe: Mail Recieve Notification Pin
S. Senthil Kumar11-Sep-05 21:09
S. Senthil Kumar11-Sep-05 21:09 
Questionsystem.threading.timer Pin
dhol11-Sep-05 20:02
dhol11-Sep-05 20:02 
AnswerRe: system.threading.timer Pin
g00fyman11-Sep-05 20:29
g00fyman11-Sep-05 20:29 
AnswerRe: system.threading.timer Pin
S. Senthil Kumar11-Sep-05 21:07
S. Senthil Kumar11-Sep-05 21:07 
GeneralRe: system.threading.timer Pin
dhol12-Sep-05 2:25
dhol12-Sep-05 2:25 
Questiontrapping dockpadding changes Pin
microsoc11-Sep-05 19:58
microsoc11-Sep-05 19:58 
AnswerRe: trapping dockpadding changes Pin
leppie11-Sep-05 21:14
leppie11-Sep-05 21:14 
AnswerRe: trapping dockpadding changes Pin
leppie11-Sep-05 21:19
leppie11-Sep-05 21:19 
QuestionRe: trapping dockpadding changes Pin
microsoc11-Sep-05 21:39
microsoc11-Sep-05 21:39 
QuestionResizing C# windows application controllers in run time Pin
cshaaaa11-Sep-05 17:53
cshaaaa11-Sep-05 17:53 
AnswerRe: Resizing C# windows application controllers in run time Pin
Rahul Walavalkar11-Sep-05 18:13
Rahul Walavalkar11-Sep-05 18:13 
GeneralRe: Resizing C# windows application controllers in run time Pin
cshaaaa11-Sep-05 20:44
cshaaaa11-Sep-05 20:44 
QuestionUrgent question about Updates Pin
nidhelp11-Sep-05 17:50
nidhelp11-Sep-05 17:50 
AnswerRe: Urgent question about Updates Pin
Christian Graus11-Sep-05 18:49
protectorChristian Graus11-Sep-05 18:49 

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.