User Profile

Collapse

Profile Sidebar

Collapse
eashokan
eashokan
Last Activity: Mar 22 '08, 01:27 PM
Joined: Feb 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eashokan
    started a topic Trigger the process events using Process Id
    in .NET

    Trigger the process events using Process Id

    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...
    See more | Go to post

  • eashokan
    started a topic WebClient.UploadFile()
    in .NET

    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?
    See more | Go to post
No activity results to display
Show More
Working...