Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
QuestionGetting error to send mail in asp.net 2.0 Pin
Rajesh Ji5-Oct-07 21:25
Rajesh Ji5-Oct-07 21:25 
AnswerRe: Getting error to send mail in asp.net 2.0 Pin
Christian Graus5-Oct-07 22:35
protectorChristian Graus5-Oct-07 22:35 
AnswerRe: Getting error to send mail in asp.net 2.0 Pin
Vasudevan Deepak Kumar5-Oct-07 23:13
Vasudevan Deepak Kumar5-Oct-07 23:13 
QuestionDelegates Pin
.NET- India 5-Oct-07 21:24
.NET- India 5-Oct-07 21:24 
AnswerRe: Delegates Pin
pmarfleet5-Oct-07 22:12
pmarfleet5-Oct-07 22:12 
AnswerRe: Delegates Pin
Christian Graus5-Oct-07 23:46
protectorChristian Graus5-Oct-07 23:46 
QuestionCopy and Move with FileSystemWatch in C# Pin
Abhijit Jana5-Oct-07 21:11
professionalAbhijit Jana5-Oct-07 21:11 
AnswerRe: Copy and Move with FileSystemWatch in C# Pin
pmarfleet5-Oct-07 22:25
pmarfleet5-Oct-07 22:25 
I don't think you can tell, just by watching the target directory, whether a file being created there has been moved or copied from another directory. If you knew where the files were coming from, you could set up a FileSystemWatcher on the source directory. You could then detect a file move by watching for a delete event on the source directory and a create event on the target directory. You would be able to detect file being coped though. If you don't know where the files are coming from, then this approach won't work.

Paul Marfleet

GeneralRe: Copy and Move with FileSystemWatch in C# Pin
Abhijit Jana6-Oct-07 1:01
professionalAbhijit Jana6-Oct-07 1:01 
AnswerRe: Copy and Move with FileSystemWatch in C# Pin
Dave Kreskowiak6-Oct-07 3:14
mveDave Kreskowiak6-Oct-07 3:14 
QuestionQuestion about Content Pipeline Files.... Pin
MMaines20055-Oct-07 16:22
MMaines20055-Oct-07 16:22 
Question"Or" Pin
MasterSharp5-Oct-07 12:24
MasterSharp5-Oct-07 12:24 
AnswerRe: "Or" Pin
Anthony Mushrow5-Oct-07 12:36
professionalAnthony Mushrow5-Oct-07 12:36 
GeneralRe: "Or" Pin
pmarfleet5-Oct-07 12:56
pmarfleet5-Oct-07 12:56 
GeneralRe: "Or" Pin
MasterSharp5-Oct-07 13:03
MasterSharp5-Oct-07 13:03 
AnswerRe: "Or" Pin
Christian Graus5-Oct-07 13:25
protectorChristian Graus5-Oct-07 13:25 
QuestionC# Webservice help -- catching an event Pin
amclint5-Oct-07 9:26
amclint5-Oct-07 9:26 
AnswerRe: C# Webservice help -- catching an event Pin
amclint5-Oct-07 9:33
amclint5-Oct-07 9:33 
GeneralRe: C# Webservice help -- catching an event Pin
amclint5-Oct-07 9:40
amclint5-Oct-07 9:40 
GeneralRe: C# Webservice help -- catching an event Pin
pmarfleet5-Oct-07 10:01
pmarfleet5-Oct-07 10:01 
GeneralRe: C# Webservice help -- catching an event Pin
amclint5-Oct-07 10:18
amclint5-Oct-07 10:18 
QuestionTCP .Begin receive Pin
captainmogo5-Oct-07 8:42
captainmogo5-Oct-07 8:42 
AnswerRe: TCP .Begin receive Pin
led mike5-Oct-07 8:48
led mike5-Oct-07 8:48 
AnswerRe: TCP .Begin receive Pin
Anthony Mushrow5-Oct-07 8:54
professionalAnthony Mushrow5-Oct-07 8:54 
AnswerRe: TCP .Begin receive Pin
pbraun7-Oct-07 7:05
pbraun7-Oct-07 7:05 

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.