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

C#

 
QuestionPlease Help C# Console change language or charactors Pin
Devinmccloud6-Dec-08 22:48
Devinmccloud6-Dec-08 22:48 
AnswerRe: Please Help C# Console change language or charactors Pin
Mycroft Holmes6-Dec-08 22:59
professionalMycroft Holmes6-Dec-08 22:59 
GeneralRe: Please Help C# Console change language or charactors Pin
Devinmccloud6-Dec-08 23:28
Devinmccloud6-Dec-08 23:28 
Questionback to start Pin
caradri6-Dec-08 21:32
caradri6-Dec-08 21:32 
AnswerRe: back to start Pin
Mycroft Holmes6-Dec-08 23:05
professionalMycroft Holmes6-Dec-08 23:05 
GeneralRe: back to start Pin
caradri7-Dec-08 3:41
caradri7-Dec-08 3:41 
GeneralRe: back to start Pin
Kevin McFarlane7-Dec-08 4:51
Kevin McFarlane7-Dec-08 4:51 
GeneralRe: back to start Pin
Mycroft Holmes7-Dec-08 4:56
professionalMycroft Holmes7-Dec-08 4:56 
GeneralRe: back to start Pin
Kevin McFarlane7-Dec-08 5:02
Kevin McFarlane7-Dec-08 5:02 
QuestionDrawing Complex Line Pin
pym6-Dec-08 21:21
pym6-Dec-08 21:21 
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 

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.