Hi..
I am able to get the process (as object) running in the sysetm through process id. I need to trigger the event that corresponds to the process (object) i got. Note that the Process object i get is not started by me or started in separate application.
In my application, i need to get the object and the trigger of the process events - like process.Exited.
code snippet,
AddHandler...
User Profile
Collapse
-
Trigger the process events using Process Id
-
WebClient.UploadFile()
I'm doing file uploading to a system in our intranet using WebClient.Uploa d().
Following is the code snippet.
byte[] res = myWebClient.Upl oadFile("http://192.168.1.8/Upload/Default.aspx", "POST", "C:\\66.txt ");
This works fine for some systems. but doesn't work for some other systems.
Do I need any changes in Localhost settings?
No activity results to display
Show More