Hi, i need help with loggin the process list and saving it as a text file. I need it so that it will log any new program that opens up. Basically monitoring the process list.

Recommended Answers

All 2 Replies

>need help with loggin the process list and saving it as a text file.

Use the methods of System.IO.StreamWriter class.

Also take a look at System.Diagnostics , specifically the Process class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.