Click here to Skip to main content
15,913,199 members
Home / Discussions / C#
   

C#

 
GeneralRe: voice capture in C# Pin
snouto30-Mar-05 9:51
snouto30-Mar-05 9:51 
GeneralRe: voice capture in C# Pin
Christian Graus30-Mar-05 12:14
protectorChristian Graus30-Mar-05 12:14 
GeneralGDI+ questions Pin
Sabry190530-Mar-05 0:22
Sabry190530-Mar-05 0:22 
GeneralRe: GDI+ questions Pin
Christian Graus30-Mar-05 12:13
protectorChristian Graus30-Mar-05 12:13 
GeneralReference problems Pin
spif200129-Mar-05 23:31
spif200129-Mar-05 23:31 
GeneralRe: Reference problems Pin
Roger Stewart30-Mar-05 4:01
professionalRoger Stewart30-Mar-05 4:01 
GeneralFileSystemWatcher Pin
ppp00129-Mar-05 23:30
ppp00129-Mar-05 23:30 
GeneralRe: FileSystemWatcher Pin
Sebastian Schneider29-Mar-05 23:45
Sebastian Schneider29-Mar-05 23:45 
You COULD recursively create FSWatchers for all directories, but I wouldn't do that.

I think that C# might not be the best language to do something as OS-close as this.

You probably will want to hook all calls to the HD, which suggests using C/C++ instead.

Actually, if you want this in C#, look for a way to get around having to watch the whole partition and only monitor certain directories.

I am not sure if there is a "file change notification"-Win-Message, but if there is, you might be able to watch for those instead, then reread the affected directory.

Cheers
Sid


GeneralRe: FileSystemWatcher Pin
Chals30-Mar-05 4:37
Chals30-Mar-05 4:37 
Generalneed help to improve selected color filter logic Pin
montu337729-Mar-05 23:26
montu337729-Mar-05 23:26 
GeneralRe: need help to improve selected color filter logic Pin
Sebastian Schneider29-Mar-05 23:40
Sebastian Schneider29-Mar-05 23:40 
GeneralRe: need help to improve selected color filter logic Pin
montu337730-Mar-05 0:22
montu337730-Mar-05 0:22 
Generalcontext menu problems Pin
ekynox29-Mar-05 23:23
ekynox29-Mar-05 23:23 
GeneralRe: context menu problems Pin
Sebastian Schneider29-Mar-05 23:59
Sebastian Schneider29-Mar-05 23:59 
GeneralRe: context menu problems Pin
ekynox30-Mar-05 1:49
ekynox30-Mar-05 1:49 
GeneralRe: context menu problems Pin
Sebastian Schneider30-Mar-05 10:31
Sebastian Schneider30-Mar-05 10:31 
GeneralRe: context menu problems Pin
Sebastian Schneider30-Mar-05 10:36
Sebastian Schneider30-Mar-05 10:36 
GeneralRe: context menu problems Pin
ekynox1-Apr-05 1:11
ekynox1-Apr-05 1:11 
GeneralCompile and execute code Pin
lindiwe29-Mar-05 23:23
lindiwe29-Mar-05 23:23 
GeneralRe: Compile and execute code Pin
Stanciu Vlad29-Mar-05 23:43
Stanciu Vlad29-Mar-05 23:43 
GeneralRe: Compile and execute code Pin
Sebastian Schneider30-Mar-05 0:02
Sebastian Schneider30-Mar-05 0:02 
GeneralRe: Compile and execute code Pin
Kodanda Pani30-Mar-05 2:29
Kodanda Pani30-Mar-05 2:29 
Generalsystem class Pin
computer_eng29-Mar-05 22:50
computer_eng29-Mar-05 22:50 
GeneralRe: system class Pin
Sabry190529-Mar-05 23:55
Sabry190529-Mar-05 23:55 
GeneralRe: system class Pin
AristotleYu13-Jun-05 22:15
AristotleYu13-Jun-05 22:15 

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.