Click here to Skip to main content
15,898,035 members
Home / Discussions / C#
   

C#

 
AnswerRe: Button Border Pin
Rakheesh Chalil8-Aug-06 23:40
Rakheesh Chalil8-Aug-06 23:40 
AnswerRe: Button Border Pin
LievenDoclo8-Aug-06 23:48
LievenDoclo8-Aug-06 23:48 
AnswerRe: Button Border Pin
kkadir9-Aug-06 2:55
kkadir9-Aug-06 2:55 
Questionsuperglobals Pin
LievenDoclo8-Aug-06 22:22
LievenDoclo8-Aug-06 22:22 
AnswerRe: superglobals Pin
Colin Angus Mackay9-Aug-06 0:49
Colin Angus Mackay9-Aug-06 0:49 
GeneralRe: superglobals Pin
LievenDoclo9-Aug-06 1:27
LievenDoclo9-Aug-06 1:27 
GeneralRe: superglobals Pin
Ennis Ray Lynch, Jr.9-Aug-06 2:15
Ennis Ray Lynch, Jr.9-Aug-06 2:15 
QuestionA strange problem to FileSystemWatcher Pin
alantu8-Aug-06 22:14
alantu8-Aug-06 22:14 
I'm using an object of FileSystemWatcher to monitor a shared folder on my computer. If a file was copied from a computer in the same net segment to the shared folder, the Created and Changed events of FileSystemWatcher were fired. But, strangerly, if a file was copied from a computer in the different net segment to my shared folder, only the Created event of FileSystemWatcher was fired. I didn't catch any exception in this case and the file was copied. I have tried differet file size, but only the Created is fired.
I need do something when the Changed is fired and I don't know whether the file copied to my shared folder is from the same net segment or not .

I set my object of FileSystemWatcher like this:
watcher.Filter="*.*";
watcher.NotifyFilter=NotifyFilters.FileName|NotifyFilters.LastWrite|NotifyFilters.Attributes;

So,can anybody tell me how to fire the Changed event in this case or why the Changed event can't be fired?
Thank you!!!
AnswerRe: A strange problem to FileSystemWatcher Pin
leppie8-Aug-06 22:45
leppie8-Aug-06 22:45 
Questionthe Configuration Class's parameter's problem Pin
mikebai8-Aug-06 21:49
mikebai8-Aug-06 21:49 
AnswerRe: the Configuration Class's parameter's problem Pin
mikebai9-Aug-06 14:35
mikebai9-Aug-06 14:35 
Questionis Microsoft.Net is Plateform independent Pin
Mahmood Ilyas8-Aug-06 21:47
Mahmood Ilyas8-Aug-06 21:47 
AnswerRe: is Microsoft.Net is Plateform independent Pin
stancrm8-Aug-06 22:06
stancrm8-Aug-06 22:06 
AnswerRe: is Microsoft.Net is Plateform independent Pin
leppie8-Aug-06 22:28
leppie8-Aug-06 22:28 
QuestionTaskbar Band Object stealing focus Pin
hoorayforlife8-Aug-06 21:43
hoorayforlife8-Aug-06 21:43 
Questionhow to get the path of an image Pin
kkadir8-Aug-06 21:25
kkadir8-Aug-06 21:25 
AnswerRe: how to get the path of an image Pin
JoeSharp8-Aug-06 21:50
JoeSharp8-Aug-06 21:50 
GeneralRe: how to get the path of an image Pin
kkadir9-Aug-06 2:57
kkadir9-Aug-06 2:57 
Questionhow to wrap a COM object so it can be used in .NET. Pin
Mithun Acharya8-Aug-06 20:25
Mithun Acharya8-Aug-06 20:25 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
hoorayforlife8-Aug-06 21:44
hoorayforlife8-Aug-06 21:44 
AnswerRe: how to wrap a COM object so it can be used in .NET. Pin
S. Senthil Kumar9-Aug-06 1:02
S. Senthil Kumar9-Aug-06 1:02 
QuestionDynamically data retrieval Pin
Prabs frm PGP8-Aug-06 20:21
Prabs frm PGP8-Aug-06 20:21 
AnswerRe: Dynamically data retrieval Pin
Rakheesh Chalil8-Aug-06 23:34
Rakheesh Chalil8-Aug-06 23:34 
QuestionSingleton object Pin
engsrini8-Aug-06 20:11
engsrini8-Aug-06 20:11 
AnswerRe: Singleton object Pin
Guffa8-Aug-06 23:27
Guffa8-Aug-06 23:27 

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.