Click here to Skip to main content
15,888,908 members

Comments by ezio2000 (Top 3 by date)

ezio2000 6-Nov-15 16:43pm View    
Ty, but I don't need to know what process OPENED a file or what process HAS LOCKED a file.
I need to detect continuosly what process IS WRITING into the file.

Is not the same thing, IMHO.
ezio2000 12-Jan-15 8:01am View    
Ty for the answer... however you answer with theory to a pratical question.

Well I know that I need a C++ dll, but since I don't know C++, for this reason I asked a VB.NET EasyHook example that could solve my purpose: if really to get messages with EasyHook i so simple... I think are few lines of code...
ezio2000 12-Jan-15 7:56am View    
Ty shanu, but I can't use your method (i.e. SendMessage + CB_GETLBTEXT) because the items in the ComboBox list are sorted, while I need them in input order, so i MUST get messages BEFORE them are sorted in the list.