Click here to Skip to main content
15,884,237 members
Home / Discussions / C#
   

C#

 
AnswerRe: Drawing Complex Line Pin
#realJSOP6-Dec-08 23:22
mve#realJSOP6-Dec-08 23:22 
QuestionVS type property pages Pin
Rafone6-Dec-08 18:14
Rafone6-Dec-08 18:14 
AnswerRe: VS type property pages Pin
Mycroft Holmes6-Dec-08 23:07
professionalMycroft Holmes6-Dec-08 23:07 
GeneralRe: VS type property pages Pin
Rafone7-Dec-08 4:10
Rafone7-Dec-08 4:10 
QuestionTrace any copy of files in window xp ? Pin
kindman_nb6-Dec-08 18:09
kindman_nb6-Dec-08 18:09 
AnswerRe: Trace any copy of files in window xp ? Pin
Mycroft Holmes6-Dec-08 23:10
professionalMycroft Holmes6-Dec-08 23:10 
GeneralRe: Trace any copy of files in window xp ? Pin
kindman_nb7-Dec-08 17:56
kindman_nb7-Dec-08 17:56 
AnswerRe: Trace any copy of files in window xp ? Pin
Marcelo Emmerich7-Dec-08 6:01
Marcelo Emmerich7-Dec-08 6:01 
Hey kindman_nb,

check the FileSystemWatcher class. You can set this to start watching at the root of your file system to get each and every file. However, it does not tell you explicitly which files were copied, only which files were created, updated, renamed or deleted. So in order to check for copied files you would have to keep a reference of files created and files removed. If you have the same file removed and created elsewhere in a short period of time, it's probably going to have been copied. Of course this only works if the file is being copied with the same name.

Let me know if this applies to your case. If not try to provide some more details.

Cheers,

Marcelo

--
Marcelo Emmerich
Software Development - Computer Graphics - Mobile Computing
http://bytethings.blogspot.com

GeneralRe: Trace any copy of files in window xp ? Pin
kindman_nb7-Dec-08 17:55
kindman_nb7-Dec-08 17:55 
Questionbattleship program Pin
colonelgadaffi6-Dec-08 7:58
colonelgadaffi6-Dec-08 7:58 
AnswerRe: battleship program Pin
Thomas Stockwell6-Dec-08 15:59
professionalThomas Stockwell6-Dec-08 15:59 
GeneralRe: battleship program Pin
colonelgadaffi9-Dec-08 8:57
colonelgadaffi9-Dec-08 8:57 
GeneralRe: battleship program Pin
Thomas Stockwell9-Dec-08 9:37
professionalThomas Stockwell9-Dec-08 9:37 
QuestionMaking all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 7:00
Sunset Towers6-Dec-08 7:00 
AnswerRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 7:40
mentorWendelius6-Dec-08 7:40 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 7:52
Sunset Towers6-Dec-08 7:52 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 7:57
mentorWendelius6-Dec-08 7:57 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 8:19
Sunset Towers6-Dec-08 8:19 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Wendelius6-Dec-08 8:27
mentorWendelius6-Dec-08 8:27 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Mycroft Holmes6-Dec-08 23:15
professionalMycroft Holmes6-Dec-08 23:15 
GeneralRe: Making all columns text when using Microsoft Text Driver(*.txt, *.csv) Pin
Sunset Towers6-Dec-08 23:30
Sunset Towers6-Dec-08 23:30 
QuestionTesting C# with xUnit Pin
Jammer6-Dec-08 5:33
Jammer6-Dec-08 5:33 
QuestionC# serial Port Pin
Karmendra Suthar6-Dec-08 5:05
Karmendra Suthar6-Dec-08 5:05 
AnswerRe: C# serial Port Pin
Wendelius6-Dec-08 5:41
mentorWendelius6-Dec-08 5:41 
Questionmaking alarm Pin
Xmen Real 6-Dec-08 4:48
professional Xmen Real 6-Dec-08 4:48 

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.