Search the Community
Showing results for tags 'process'.
-
I'm sorry to disturb you find folks but I'm at my wits end with this. My problem involves getting a list of process's and there module's. i know what your saying right now 'use system.diagnostics' stupid. My problem comes from the fact that i need a FULL list of EVERYTHING with no access denied exceptions. Just catching it and moving on is not an option. My OS I'm developing on is Windows 7 and yes administrator. If you go to run and type 'cmd' and then 'tasklist /m' it seems to do what i cant. Now normally i would be lazy and just reroute the output and parse it but the application must have no outside dependency except what we make for it. Any help would be appreciated.
-
Hi In my program I used "webclient downloadfile" for downloading pdf files from a URL to my local machine. Issue is while the downloading of files is in the process if I close the browser the downloading process is not stopping, can anyone please tell me how to stop downloading the files if I close the browser in middle of downloading process. I used WebClient myclient = new WebClient(); myclient.DownloadFile(src1, dest1); at the end I used myclient.dispose() I also tried using (WebClient myclient = new WebClient()) Please suggest me how to solve this issue.
-
- downloadfile
- process
-
(and 1 more)
Tagged with: