hi,can someone help me with this.... i want to know how to get the file name currently being modified/openned by certain process, i know about FileSystemWatcher tool but i want to get it in another way(i mean what process x is openning or modifying at a specific moment). is there any API or c# code to it??? any help is appreciated
lost_in_code
Posts
-
process modifying/openning file -
change name of c# applicationHi, I need to change the name of my c# application without affect on my application. I tried to do that by properties of the solution explorer and change the namespace but the program not open.
-
call .wcp (help file)Hi, I'm using winchm tool to create help file and its extension is wcp and i need to call this file in c# Application.How?
-
convert integer to 8 bitshi all.. i want to convert an integer number into 8 bits .. for example : if the Integer number is 5 , i want it to be 00000101. and i need the zero's in my output.. i'll be very thankful if any one have an idea ..
-
Process's changeshi,could some one help me with my problem... i'm trying to get the changes or modifications a specific process on my computer has made, i know how to do it in opposite side < i mean knowing what is happening now in registry ,or what files modified,but not telling who did it>... i found a program donig that but i want to do it<by the way : i'm using c# .net 2008> can someone tell me how i can do that?
-
[Message Deleted][Message Deleted]
-
degree of multithreading(analyze)Hi, I got thread details about each runnining process on the computer(start time, state, wait reason, cpu%) and i need to determine the degree of multithreading of the process.How? In other words, Given the number of threads that built the process and their states,how can i determine the degree of multithreading?
-
degree of multithreading [modified]Hi, I got thread details about each runnining process on the computer(start time, state, wait reason, cpu%) and i need to determine the degree of multithreading of the process.How? In other words, Given the number of threads that built the process and their states,how can i determine the degree of multithreading?
modified on Monday, May 4, 2009 1:43 AM
-
DB with DatasetI'm using SQL Express server and i linked table in the db with table in the dataset which is linked with gridview and i write procedure to insert records to the table in the database but the grid does not display the new records why?
-
handled filesone of running processes in the windows task manager is winword.exe I need to retrieve all running files with .doc extension(as an example)
-
handled filesNo,I didn't mean modules of a process. What i need get non executable files associated to a process like .doc , .pdf
-
handled fileshow can i get all files handled by a specific process without using WMI in c#?
-
WMI for process tracinghi, how can i use WMI to trace process activities; what are the files,registry files it opens or updates in chronological order
-
error running asp pagehi,i dont think the problem is from IIS 'cause i tried to open it on my PC and it worked(i run it from .net) and i dont have IIS, but when i try run it from a PC on local network it dosnt work and give the following error: The requested URL could not be retrieved While trying to retrieve the URL: http://localhost:3274/trywebsite/Default.aspx The following error was encountered: Unable to determine IP address from host name for unknown server name This means that: The cache was not able to resolve the hostname presented in the URL. Check if the address is correct. but i entered the right address, i dont know the problem!!!!
-
error running asp pagehi, i have a page on asp.net, i'm trying to run it on browser but i gives me error cannot find server, what should i do?by the way , the PC i'm working on is in local network
-
process tracinghi, how can i know -in C# code- what a process is doing in a specific moment, what the files opened by the process and in what order?
-
graphs in c#hi, is there any tool that i can include in my c# project that will draw a graph with coordinates i give to it?