Click here to Skip to main content
15,914,444 members
Home / Discussions / C#
   

C#

 
Generaluser controls and collections Pin
Anonymous29-Nov-04 15:38
Anonymous29-Nov-04 15:38 
QuestionHow to get LAN computer time programmly Pin
Mark_xiaodong29-Nov-04 13:57
Mark_xiaodong29-Nov-04 13:57 
AnswerRe: How to get LAN computer time programmly Pin
tom_dx29-Nov-04 14:45
tom_dx29-Nov-04 14:45 
AnswerRe: How to get LAN computer time programmly Pin
Robin Panther29-Nov-04 15:04
Robin Panther29-Nov-04 15:04 
Questionis there an event?? Pin
tom_dx29-Nov-04 12:55
tom_dx29-Nov-04 12:55 
GeneralVB Client hosting a Windows Forms control Pin
snene29-Nov-04 12:53
snene29-Nov-04 12:53 
GeneralFileSystemWatcher process name Pin
DotNetDude29-Nov-04 10:36
DotNetDude29-Nov-04 10:36 
GeneralRe: FileSystemWatcher process name Pin
Dave Kreskowiak30-Nov-04 3:43
mveDave Kreskowiak30-Nov-04 3:43 
No there isn't. The FileSystemWatcher class doesn't provide you with a ProcessID that you can use to track back to a Application name.

The other applications that you've seen do this, do not use the FileSystemWatcher. They are custom written and must install a virtual device driver that sits between the applications and the File System. This driver handles ALL the File I/O functions that applications use, log what's it's been told to do, then just forwards the calls to the actual File System functions that were called. The applications have no idea this is happening.

If you want an example of what I'm talking about, see SysInternals FileMon[^]. But there is no source code for it...



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralXML Deserialization from a Stream Pin
tkmcclean29-Nov-04 9:45
susstkmcclean29-Nov-04 9:45 
Generalreg value retrieval Pin
Pyro Joe29-Nov-04 9:25
Pyro Joe29-Nov-04 9:25 
GeneralDisplaying an Array in a Property Grid Pin
JaydeepM29-Nov-04 8:09
JaydeepM29-Nov-04 8:09 
GeneralRe: Displaying an Array in a Property Grid Pin
Nick Parker29-Nov-04 10:01
protectorNick Parker29-Nov-04 10:01 
Generalreading from file Pin
eemo_mb29-Nov-04 8:04
eemo_mb29-Nov-04 8:04 
Generalwebservice file transfer Pin
fmarcos29-Nov-04 7:50
fmarcos29-Nov-04 7:50 
GeneralBinding 2 EXE into my aplication Pin
Ngh5529-Nov-04 6:44
Ngh5529-Nov-04 6:44 
GeneralRe: Binding 2 EXE into my aplication Pin
tom_dx29-Nov-04 12:57
tom_dx29-Nov-04 12:57 
GeneralRe: Binding 2 EXE into my aplication Pin
Dave Kreskowiak30-Nov-04 3:29
mveDave Kreskowiak30-Nov-04 3:29 
Generalfinding the contents of a cell in a datagrid Pin
steve_rm29-Nov-04 4:48
steve_rm29-Nov-04 4:48 
GeneralRe: finding the contents of a cell in a datagrid Pin
Colin Mc29-Nov-04 5:34
Colin Mc29-Nov-04 5:34 
GeneralRe: finding the contents of a cell in a datagrid Pin
DougW4829-Nov-04 13:27
DougW4829-Nov-04 13:27 
GeneralWeb Service Responce size Pin
Colin Mc29-Nov-04 4:30
Colin Mc29-Nov-04 4:30 
GeneralUsing different ActiveX control versions Pin
mav.northwind29-Nov-04 4:12
mav.northwind29-Nov-04 4:12 
GeneralDllImport, EntryPoint Problem Pin
Gywox29-Nov-04 3:55
Gywox29-Nov-04 3:55 
GeneralRe: DllImport, EntryPoint Problem Pin
Nick Parker29-Nov-04 6:15
protectorNick Parker29-Nov-04 6:15 
GeneralClose problem Pin
ee9903529-Nov-04 3:50
ee9903529-Nov-04 3:50 

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.